Skip to content

Commit 4e3116a

Browse files
Excavator: Update Caffeine Cache (#541)
1 parent 56dcd15 commit 4e3116a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

versions.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Run ./gradlew --write-locks to regenerate this file
2-
com.github.ben-manes.caffeine:caffeine:3.0.5 (1 constraints: e312a21b)
2+
com.github.ben-manes.caffeine:caffeine:3.1.6 (2 constraints: ee17f057)
33
com.github.kevinstern:software-and-algorithms:1.0 (1 constraints: 7e12fcf5)
44
com.google.auto:auto-common:1.2.1 (3 constraints: 73322261)
55
com.google.auto.service:auto-service:1.1.1 (1 constraints: 0505f435)
66
com.google.auto.service:auto-service-annotations:1.1.1 (3 constraints: 2b33dea0)
77
com.google.auto.value:auto-value-annotations:1.9 (3 constraints: 802d5ac8)
88
com.google.code.findbugs:jsr305:3.0.2 (4 constraints: 414296e0)
99
com.google.errorprone:error_prone_annotation:2.18.0 (4 constraints: 023e825c)
10-
com.google.errorprone:error_prone_annotations:2.18.0 (6 constraints: a25d3435)
10+
com.google.errorprone:error_prone_annotations:2.18.0 (6 constraints: aa5d2c3c)
1111
com.google.errorprone:error_prone_check_api:2.18.0 (3 constraints: ed2ab758)
1212
com.google.errorprone:error_prone_core:2.18.0 (2 constraints: 1018fe65)
1313
com.google.errorprone:error_prone_refaster:2.18.0 (2 constraints: 401932c2)
@@ -21,7 +21,7 @@ io.github.java-diff-utils:java-diff-utils:4.0 (1 constraints: 811205f6)
2121
javax.inject:javax.inject:1 (1 constraints: 32107c75)
2222
net.bytebuddy:byte-buddy:1.12.21 (1 constraints: 7d0bbfea)
2323
org.assertj:assertj-core:3.24.2 (2 constraints: 76194add)
24-
org.checkerframework:checker-qual:3.33.0 (3 constraints: 0b25cb88)
24+
org.checkerframework:checker-qual:3.33.0 (3 constraints: 0725c187)
2525
org.checkerframework:dataflow-errorprone:3.27.0 (3 constraints: d03848f0)
2626
org.eclipse.jgit:org.eclipse.jgit:4.4.1.201607150455-r (1 constraints: 4f148fee)
2727
org.pcollections:pcollections:3.1.4 (1 constraints: f51029b8)

versions.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
com.fasterxml.jackson.core:jackson-databind = 2.13.2.1
2+
com.github.ben-manes.caffeine:caffeine = 3.1.6
23
com.google.auto.service:auto-service = 1.1.1
34
com.google.errorprone:error_prone_* = 2.11.0
45
com.google.guava:guava = 32.1.2-jre

0 commit comments

Comments
 (0)