This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new 0a7f8fcb Bump io.dropwizard.metrics:metrics-core from 4.2.38 to 4.2.39
(#676)
0a7f8fcb is described below
commit 0a7f8fcbe3599287dc57d26b2dd8208f31365e82
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 08:20:48 2026 +0200
Bump io.dropwizard.metrics:metrics-core from 4.2.38 to 4.2.39 (#676)
Bumps
[io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics)
from 4.2.38 to 4.2.39.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.38...v4.2.39)
---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-core
dependency-version: 4.2.39
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>
---
appender/dropwizard/pom.xml | 2 +-
collector/dropwizard/pom.xml | 2 +-
itest/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/appender/dropwizard/pom.xml b/appender/dropwizard/pom.xml
index 77a8badb..6ba770df 100644
--- a/appender/dropwizard/pom.xml
+++ b/appender/dropwizard/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.38</version>
+ <version>4.2.39</version>
</dependency>
</dependencies>
diff --git a/collector/dropwizard/pom.xml b/collector/dropwizard/pom.xml
index b1be7893..8d5174d0 100644
--- a/collector/dropwizard/pom.xml
+++ b/collector/dropwizard/pom.xml
@@ -56,7 +56,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.38</version>
+ <version>4.2.39</version>
</dependency>
</dependencies>
diff --git a/itest/pom.xml b/itest/pom.xml
index cf3beb76..a486e443 100644
--- a/itest/pom.xml
+++ b/itest/pom.xml
@@ -107,7 +107,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.38</version>
+ <version>4.2.39</version>
</dependency>
<!-- camel -->