We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0a610 commit d364fd5Copy full SHA for d364fd5
1 file changed
provider-guava/build.gradle.kts
@@ -1,7 +1,7 @@
1
dependencies {
2
api(project(":cache-core"))
3
4
- implementation("com.google.guava:guava:32.1.3-jre")
+ implementation("com.google.guava:guava:33.0.0-jre")
5
6
testImplementation(testFixtures(project(":cache-core")))
7
}
0 commit comments