mirror of https://github.com/apache/druid.git
Bump dropwizard.metrics.version from 4.0.0 to 4.2.19 (#14824)
* Bump dropwizard.metrics.version from 4.0.0 to 4.2.19 Bumps `dropwizard.metrics.version` from 4.0.0 to 4.2.19. Updates `io.dropwizard.metrics:metrics-core` from 4.0.0 to 4.2.19 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.0.0...v4.2.19) Updates `io.dropwizard.metrics:metrics-jmx` from 4.0.0 to 4.2.19 - [Release notes](https://github.com/dropwizard/metrics/releases) - [Commits](https://github.com/dropwizard/metrics/compare/v4.0.0...v4.2.19) --- updated-dependencies: - dependency-name: io.dropwizard.metrics:metrics-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.dropwizard.metrics:metrics-jmx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update licenses.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Léauté <xvrl@apache.org>
This commit is contained in:
parent
e33d2db235
commit
8abdaa239b
|
@ -771,7 +771,7 @@ name: DropWizard Metrics Core
|
|||
license_category: binary
|
||||
module: java-core
|
||||
license_name: Apache License version 2.0
|
||||
version: 4.0.0
|
||||
version: 4.2.19
|
||||
libraries:
|
||||
- io.dropwizard.metrics: metrics-core
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -89,7 +89,7 @@
|
|||
<datasketches.version>4.1.0</datasketches.version>
|
||||
<datasketches.memory.version>2.2.0</datasketches.memory.version>
|
||||
<derby.version>10.14.2.0</derby.version>
|
||||
<dropwizard.metrics.version>4.0.0</dropwizard.metrics.version>
|
||||
<dropwizard.metrics.version>4.2.19</dropwizard.metrics.version>
|
||||
<errorprone.version>2.20.0</errorprone.version>
|
||||
<fastutil.version>8.5.4</fastutil.version>
|
||||
<guava.version>16.0.1</guava.version>
|
||||
|
|
Loading…
Reference in New Issue