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 a79cf14 commit 79e204bCopy full SHA for 79e204b
components/fetch-build-scan-data-cmdline-tool/build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
implementation("javax.ws.rs:jsr311-api:1.1.1")
26
implementation("javax.ws.rs:javax.ws.rs-api:2.1.1")
27
28
- implementation("com.google.guava:guava:33.1.0-jre")
+ implementation("com.google.guava:guava:33.2.0-jre")
29
implementation("info.picocli:picocli:4.7.4")
30
annotationProcessor("info.picocli:picocli-codegen:4.7.4")
31
}
0 commit comments