diff --git a/grails-shell/build.gradle b/grails-shell/build.gradle index 3019b8ce197..f053cc891db 100644 --- a/grails-shell/build.gradle +++ b/grails-shell/build.gradle @@ -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" }