We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8544de0 commit df9e011Copy full SHA for df9e011
build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
28
29
// This dependency is used by the application.
30
- implementation("com.google.guava:guava:33.0.0-jre")
+ implementation("com.google.guava:guava:33.4.8-jre")
31
}
32
33
// Apply a specific Java toolchain to ease working on different environments.
0 commit comments