Skip to content

Commit

Permalink
Update dependency com.github.javaparser:javaparser-core to v3.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 18, 2023
1 parent 7decfd6 commit 8133531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation("org.apache.maven:maven-model-builder:3.8.4")
implementation("com.leacox.motif:motif:0.1")
implementation("com.leacox.motif:motif-hamcrest:0.1")
implementation("com.github.javaparser:javaparser-core:3.22.0")
implementation("com.github.javaparser:javaparser-core:3.25.1")
implementation("org.apache.logging.log4j:log4j-core:$log4jVersion")
implementation("org.apache.logging.log4j:log4j-api:$log4jVersion")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion")
Expand Down

0 comments on commit 8133531

Please sign in to comment.