We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c5d81 commit 4395ed5Copy full SHA for 4395ed5
distribution/tools/upgrade-cli/build.gradle
@@ -19,7 +19,7 @@ dependencies {
19
implementation "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
20
testImplementation project(":test:framework")
21
testImplementation 'com.google.jimfs:jimfs:1.2'
22
- testRuntimeOnly 'com.google.guava:guava:31.0.1-jre'
+ testRuntimeOnly 'com.google.guava:guava:31.1-jre'
23
}
24
25
tasks.named("dependencyLicenses").configure {
0 commit comments