Skip to content

Commit

Permalink
Merge pull request #170 from gocd-contrib/dependabot/gradle/com.googl…
Browse files Browse the repository at this point in the history
…e.guava-guava-33.4.0-jre

Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
  • Loading branch information
chadlwilson authored Dec 20, 2024
2 parents 17448e2 + ca5c310 commit 41e0a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
}

implementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
components {
// workaround for Guava metadata declaring dependencies that are not needed at runtime
// see https://github.com/google/guava/pull/6606
Expand Down

0 comments on commit 41e0a3d

Please sign in to comment.