Skip to content

Commit

Permalink
Bump io.dropwizard.metrics:metrics-jvm in /carbonj.service
Browse files Browse the repository at this point in the history
Bumps [io.dropwizard.metrics:metrics-jvm](https://github.com/dropwizard/metrics) from 4.2.18 to 4.2.19.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.18...v4.2.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 2, 2023
1 parent 836bc74 commit b148de3
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 @@ -209,7 +209,7 @@ dependencies {
implementation group: 'org.python', name: 'jython-standalone', version: '2.7.3'
implementation group: 'com.amazonaws', name: 'amazon-kinesis-client', version: '1.14.10'
implementation group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.2.18'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.18'
implementation group: 'io.dropwizard.metrics', name: 'metrics-jvm', version: '4.2.19'
implementation group: 'io.dropwizard.metrics', name: 'metrics-graphite', version: '4.2.18'
implementation 'jakarta.servlet:jakarta.servlet-api:6.0.0'
implementation 'org.eclipse.jetty:jetty-server'
Expand Down

0 comments on commit b148de3

Please sign in to comment.