Skip to content

Commit

Permalink
Bump dropwizardMetricsVersion from 4.2.25 to 4.2.26 (#4985)
Browse files Browse the repository at this point in the history
* Bump dropwizardMetricsVersion from 4.2.25 to 4.2.26

Bumps `dropwizardMetricsVersion` from 4.2.25 to 4.2.26.

Updates `io.dropwizard.metrics:metrics-core` from 4.2.25 to 4.2.26

Updates `io.dropwizard.metrics:metrics-healthchecks` from 4.2.25 to 4.2.26

Updates `io.dropwizard.metrics:metrics-annotation` from 4.2.25 to 4.2.26

Updates `io.dropwizard.metrics:metrics-json` from 4.2.25 to 4.2.26

---
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-healthchecks
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard.metrics:metrics-annotation
  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
...

Signed-off-by: dependabot[bot] <support@github.com>

* upgrade guava major version by the way

* upgrade cloudeventsVersion major version by the way

* upgrade mockitoVersion major version by the way

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pil0tXia <xiatian@apache.org>
  • Loading branch information
dependabot[bot] and Pil0tXia committed Jun 10, 2024
1 parent 53f3a47 commit 30384ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -653,11 +653,11 @@ subprojects {
def grpcVersion = '1.64.0'
def log4jVersion = '2.23.1'
def jacksonVersion = '2.17.1'
def dropwizardMetricsVersion = '4.2.25'
def dropwizardMetricsVersion = '4.2.26'
def opentelemetryVersion = '1.36.0'
def cloudeventsVersion = '2.5.0'
def cloudeventsVersion = '3.0.0'
def curatorVersion = '5.6.0'
def mockitoVersion = '3.12.4'
def mockitoVersion = '4.11.0'

dependencyManagement {
dependencies {
Expand All @@ -666,7 +666,7 @@ subprojects {
dependency "org.apache.commons:commons-text:1.12.0"
dependency "commons-io:commons-io:2.16.1"
dependency "commons-validator:commons-validator:1.9.0"
dependency "com.google.guava:guava:31.1-jre"
dependency "com.google.guava:guava:33.2.1-jre"

dependency "org.slf4j:slf4j-api:2.0.13"
dependency "org.apache.logging.log4j:log4j-api:${log4jVersion}"
Expand Down

0 comments on commit 30384ea

Please sign in to comment.