Skip to content

Commit

Permalink
Update dependency org.apache.maven:maven-resolver-provider to v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 6, 2023
1 parent cf03561 commit 78209af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-shell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
api "org.springframework.boot:spring-boot-cli:$springBootVersion", {
exclude group: "org.codehaus.groovy", module: "groovy"
}
implementation("org.apache.maven:maven-resolver-provider:3.8.3") {
implementation("org.apache.maven:maven-resolver-provider:3.9.0") {
exclude group: "com.google.guava", module: "guava"
}

Expand Down

0 comments on commit 78209af

Please sign in to comment.