Skip to content

Commit

Permalink
Bump io.dropwizard.metrics:metrics-graphite in /carbonj.service (#776)
Browse files Browse the repository at this point in the history
Bumps [io.dropwizard.metrics:metrics-graphite](https://github.com/dropwizard/metrics) from 4.2.22 to 4.2.23.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.22...v4.2.23)

---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-graphite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 14, 2023
1 parent 50022f1 commit 11f216b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carbonj.service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ dependencies {
implementation group: 'com.amazonaws', name: 'amazon-kinesis-client', version: '1.15.0'
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.23'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.22'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.22'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.23'
implementation 'jakarta.servlet:jakarta.servlet-api:6.0.0'
implementation 'org.eclipse.jetty:jetty-server'
// implementation 'org.mockito:mockito-core:4.11.0'
Expand Down

0 comments on commit 11f216b

Please sign in to comment.