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 67d49fe commit 75aaad5Copy full SHA for 75aaad5
testing/dependencies-shaded-for-testing/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
// 3+ doesn't work with Java 8, but that is fine since --sun-misc-unsafe-memory-access=deny
17
// requires Java 23.
18
if (denyUnsafe) {
19
- implementation("com.github.ben-manes.caffeine:caffeine:3.2.2")
+ implementation("com.github.ben-manes.caffeine:caffeine:3.2.3")
20
}
21
22
0 commit comments