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 44e87581 Bump io.dropwizard.metrics:metrics-core from 4.2.37 to 4.2.38
(#599)
44e87581 is described below
commit 44e87581095e5fe0fce53af5560e5f88b080b754
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 31 08:34:17 2026 +0100
Bump io.dropwizard.metrics:metrics-core from 4.2.37 to 4.2.38 (#599)
---
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 44243271..77a8badb 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.37</version>
+ <version>4.2.38</version>
</dependency>
</dependencies>
diff --git a/collector/dropwizard/pom.xml b/collector/dropwizard/pom.xml
index dcaf6bcf..b1be7893 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.37</version>
+ <version>4.2.38</version>
</dependency>
</dependencies>
diff --git a/itest/pom.xml b/itest/pom.xml
index 98a71ef1..cf3beb76 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.37</version>
+ <version>4.2.38</version>
</dependency>
<!-- camel -->