We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1f91b commit 1ce0172Copy full SHA for 1ce0172
grails-shell/build.gradle
@@ -24,7 +24,7 @@ dependencies {
24
api "org.springframework.boot:spring-boot-cli:$springBootVersion", {
25
exclude group: "org.codehaus.groovy", module: "groovy"
26
}
27
- implementation("org.apache.maven:maven-resolver-provider:3.9.0") {
+ implementation("org.apache.maven:maven-resolver-provider:3.8.3") {
28
exclude group: "com.google.guava", module: "guava"
29
30
0 commit comments