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 4d278568 [KARAF-7648] Upgrade to dropwizard 4.2.15
     new bff1c942 Merge pull request #311 from jbonofre/KARAF-7648
4d278568 is described below

commit 4d278568ab812db3daaa4665f5b1f55b97f3b364
Author: JB Onofré <[email protected]>
AuthorDate: Fri Feb 3 16:25:19 2023 +0100

    [KARAF-7648] Upgrade to dropwizard 4.2.15
---
 appender/dropwizard/pom.xml  | 2 +-
 collector/dropwizard/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/appender/dropwizard/pom.xml b/appender/dropwizard/pom.xml
index f81a397f..0309b9e9 100644
--- a/appender/dropwizard/pom.xml
+++ b/appender/dropwizard/pom.xml
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>4.2.7</version>
+            <version>4.2.15</version>
         </dependency>
     </dependencies>
 
diff --git a/collector/dropwizard/pom.xml b/collector/dropwizard/pom.xml
index 121c6b53..93c995ea 100644
--- a/collector/dropwizard/pom.xml
+++ b/collector/dropwizard/pom.xml
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>4.2.7</version>
+            <version>4.2.15</version>
         </dependency>
     </dependencies>
 

Reply via email to