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 2020/03/30 13:59:07 UTC

[karaf-decanter] branch master updated: [KARAF-6636] Upgrade to dropwizard 4.1.5

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 7377395  [KARAF-6636] Upgrade to dropwizard 4.1.5
     new 39d65f4  Merge pull request #147 from jbonofre/KARAF-6636
7377395 is described below

commit 7377395560391336fa30875a700947674dbfb22e
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon Mar 30 14:21:07 2020 +0200

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

diff --git a/appender/dropwizard/pom.xml b/appender/dropwizard/pom.xml
index 1312fe6..4177912 100644
--- a/appender/dropwizard/pom.xml
+++ b/appender/dropwizard/pom.xml
@@ -37,8 +37,8 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>4.0.0</version>
+            <version>4.1.5</version>
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/collector/dropwizard/pom.xml b/collector/dropwizard/pom.xml
index a24ade1..5c96030 100644
--- a/collector/dropwizard/pom.xml
+++ b/collector/dropwizard/pom.xml
@@ -37,8 +37,8 @@
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>4.0.0</version>
+            <version>4.1.5</version>
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>