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 0d81469 commit b39f30aCopy full SHA for b39f30a
provider-guava/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
api(project(":cache-core"))
3
4
- implementation("com.google.guava:guava:33.3.1-jre")
+ implementation("com.google.guava:guava:33.4.0-jre")
5
6
testImplementation(testFixtures(project(":cache-core")))
7
}
0 commit comments