Skip to content

Commit

Permalink
Bump com.google.guava:guava in /cc-metrics-reporter (#987)
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.3.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent c5dab7d commit 97eb667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc-metrics-reporter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.23.1'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
implementation group: 'com.google.guava', name: 'guava', version: '33.2.1-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.3.0-jre'
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.26'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.27'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.26'
Expand Down

0 comments on commit 97eb667

Please sign in to comment.