Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.maven:maven-model-builder to …
Browse files Browse the repository at this point in the history
…v3.9.8
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 7decfd6 commit e685b65
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 @@ -52,7 +52,7 @@ dependencies {
val toolsJar = files("$javaHome/../lib/tools.jar")
implementation(toolsJar)
implementation("com.google.googlejavaformat:google-java-format:1.7")
implementation("org.apache.maven:maven-model-builder:3.8.4")
implementation("org.apache.maven:maven-model-builder:3.9.8")
implementation("com.leacox.motif:motif:0.1")
implementation("com.leacox.motif:motif-hamcrest:0.1")
implementation("com.github.javaparser:javaparser-core:3.22.0")
Expand Down

0 comments on commit e685b65

Please sign in to comment.