Skip to content

Commit 75aaad5

Browse files
fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3.2.3 (#15171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67d49fe commit 75aaad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/dependencies-shaded-for-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
// 3+ doesn't work with Java 8, but that is fine since --sun-misc-unsafe-memory-access=deny
1717
// requires Java 23.
1818
if (denyUnsafe) {
19-
implementation("com.github.ben-manes.caffeine:caffeine:3.2.2")
19+
implementation("com.github.ben-manes.caffeine:caffeine:3.2.3")
2020
}
2121
}
2222

0 commit comments

Comments
 (0)