Skip to content

Commit ce6c827

Browse files
Bump versions.metrics from 4.2.2 to 4.2.3
Bumps `versions.metrics` from 4.2.2 to 4.2.3. Updates `metrics-core` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.2...v4.2.3) Updates `metrics-jvm` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.2...v4.2.3) Updates `metrics-json` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.2...v4.2.3) Updates `metrics-logback` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.2...v4.2.3) Updates `metrics-healthchecks` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.2...v4.2.3) Updates `metrics-graphite` from 4.2.2 to 4.2.3 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](dropwizard/metrics@v4.2.2...v4.2.3) --- updated-dependencies: - dependency-name: io.dropwizard.metrics:metrics-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard.metrics:metrics-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard.metrics:metrics-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard.metrics:metrics-logback dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard.metrics:metrics-healthchecks dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard.metrics:metrics-graphite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4253d9a commit ce6c827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ext {
66
slf4j : '1.7.31', // Logging
77
logback : '1.2.3', // Logging
88
undertow : '2.2.8.Final',// Webserver
9-
metrics : '4.2.2', // Metrics
9+
metrics : '4.2.3', // Metrics
1010
guava : '30.1.1-jre', // Common / Helper libraries
1111
typesafeConfig : '1.4.1', // Configuration
1212
handlebars : '4.2.0', // HTML templating

0 commit comments

Comments
 (0)