You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/02/13 05:04:36 UTC

[karaf-decanter] branch main updated: [KARAF-7332] Upgrade to dropwizard 4.2.7

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 1a09873  [KARAF-7332] Upgrade to dropwizard 4.2.7
     new 44cd6df  Merge pull request #293 from jbonofre/KARAF-7332
1a09873 is described below

commit 1a098737be5ad746b6a91eb2c16d49fb59d998cb
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Feb 11 07:33:56 2022 +0100

    [KARAF-7332] Upgrade to dropwizard 4.2.7
---
 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 2d1943e..c0ab9aa 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.3</version>
+            <version>4.2.7</version>
         </dependency>
     </dependencies>
 
diff --git a/collector/dropwizard/pom.xml b/collector/dropwizard/pom.xml
index 1c245be..dcd24e0 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.3</version>
+            <version>4.2.7</version>
         </dependency>
     </dependencies>