Skip to content

Commit

Permalink
Excavator: Update Caffeine Cache (#2671)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Aug 7, 2023
1 parent b5bbfda commit bec75e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ allprojects {
details.useTarget group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.7.1'
details.because "The error_prone_annotations dependency must be low to avoid forcing consumers to use newer releases"
}
if (details.requested.group == 'com.github.ben-manes.caffeine' && details.requested.name == 'caffeine' && details.requested.version == '3.1.7') {
details.useTarget group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.6'
details.because "https://github.com/ben-manes/caffeine/issues/1111"
}
}
}

Expand Down
6 changes: 3 additions & 3 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-cbor-provider:2.15.2 (1 cons
com.fasterxml.jackson.module:jackson-module-afterburner:2.15.2 (1 constraints: 3905393b)
com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations:2.15.2 (2 constraints: e430cfb3)
com.fasterxml.jackson.module:jackson-module-scala_2.12:2.15.2 (1 constraints: 3905393b)
com.github.ben-manes.caffeine:caffeine:3.1.7 (3 constraints: ef235ba4)
com.github.ben-manes.caffeine:caffeine:3.1.6 (3 constraints: ee2301a4)
com.google.code.findbugs:jsr305:3.0.2 (15 constraints: 9de5277d)
com.google.errorprone:error_prone_annotations:2.7.1 (16 constraints: e2f94d23)
com.google.errorprone:error_prone_annotations:2.7.1 (16 constraints: e9f9dd35)
com.google.guava:failureaccess:1.0.1 (1 constraints: 140ae1b4)
com.google.guava:guava:32.1.2-jre (15 constraints: b907650e)
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (1 constraints: bd17c918)
Expand Down Expand Up @@ -68,7 +68,7 @@ joda-time:joda-time:2.10.14 (1 constraints: 5b160f08)
org.apache.httpcomponents.client5:httpclient5:5.2.1 (2 constraints: d518b1c3)
org.apache.httpcomponents.core5:httpcore5:5.2.2 (3 constraints: a038a439)
org.apache.httpcomponents.core5:httpcore5-h2:5.2 (1 constraints: dd12c315)
org.checkerframework:checker-qual:3.37.0 (3 constraints: ba1f0a54)
org.checkerframework:checker-qual:3.37.0 (3 constraints: b71fa153)
org.glassfish:jakarta.el:4.0.2 (1 constraints: fe135865)
org.glassfish.hk2:hk2-api:3.0.3 (1 constraints: 6b0c570c)
org.glassfish.hk2:hk2-locator:3.0.3 (1 constraints: 4110d5ad)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
com.fasterxml.jackson.core:jackson-databind = 2.15.2
com.github.ben-manes.caffeine:caffeine = 3.1.7
com.github.ben-manes.caffeine:caffeine = 3.1.6
com.google.code.findbugs:jsr305 = 3.0.2
com.google.guava:guava = 32.1.2-jre
com.netflix.concurrency-limits:* = 0.2.2
Expand Down

0 comments on commit bec75e0

Please sign in to comment.