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 a89f83d [KARAF-6742] Upgrade to dropwizard 4.1.9
new a6ba9d7 Merge pull request #181 from jbonofre/KARAF-6742
a89f83d is described below
commit a89f83d3e62729900873a808907b8ac23398ac53
Author: jbonofre <[email protected]>
AuthorDate: Tue Jun 9 15:46:52 2020 +0200
[KARAF-6742] Upgrade to dropwizard 4.1.9
---
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 3a17463..a18ae30 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.1.5</version>
+ <version>4.1.9</version>
</dependency>
</dependencies>
diff --git a/collector/dropwizard/pom.xml b/collector/dropwizard/pom.xml
index ab90d45..091d5d6 100644
--- a/collector/dropwizard/pom.xml
+++ b/collector/dropwizard/pom.xml
@@ -37,7 +37,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.1.5</version>
+ <version>4.1.9</version>
</dependency>
</dependencies>