Skip to content

Commit

Permalink
Update weaver to use caffeine 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonjkeller authored and meiao committed May 10, 2022
1 parent e94048b commit 8373146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic-weaver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation("com.google.guava:guava:30.1.1-jre") {
transitive = false
}
implementation("com.github.ben-manes.caffeine:caffeine:2.9.0")
implementation("com.github.ben-manes.caffeine:caffeine:2.9.3")

// used to invoke agentmain
testImplementation(files(jdk8 + "/lib/tools.jar"))
Expand Down

0 comments on commit 8373146

Please sign in to comment.