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 589caad [KARAF-6934] Upgrade to dropwizard 4.1.16 new e2ed166 Merge pull request #207 from jbonofre/KARAF-6934 589caad is described below commit 589caad8292912503b57ce67d36ea9f038803afc Author: jbonofre <jbono...@apache.org> AuthorDate: Tue Dec 1 14:52:30 2020 +0100 [KARAF-6934] Upgrade to dropwizard 4.1.16 --- 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 0aaaa99..fea5cfc 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.9</version> + <version>4.1.16</version> </dependency> </dependencies> diff --git a/collector/dropwizard/pom.xml b/collector/dropwizard/pom.xml index 46caf94..5ce7959 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.9</version> + <version>4.1.16</version> </dependency> </dependencies>