You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/03/10 15:35:43 UTC

[cxf] branch 3.4.x-fixes updated: Update Dropwizard Metrics to 4.1.31

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new 6f4133f  Update Dropwizard Metrics to 4.1.31
6f4133f is described below

commit 6f4133f7d6c433c7db37ab1d1174f4b64e93d183
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Mar 10 10:35:14 2022 -0500

    Update Dropwizard Metrics to 4.1.31
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0a88dc9..2e83705 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -105,7 +105,7 @@
         <cxf.derby.version>10.14.2.0</cxf.derby.version>
         <cxf.dom4j.version>2.1.3</cxf.dom4j.version>
         <cxf.dropwizard3.version>3.2.6</cxf.dropwizard3.version>
-        <cxf.dropwizard4.version>4.1.30</cxf.dropwizard4.version>
+        <cxf.dropwizard4.version>4.1.31</cxf.dropwizard4.version>
         <cxf.ehcache3.version>3.8.1</cxf.ehcache3.version>
         <cxf.el-api.version>3.0.3</cxf.el-api.version>
         <cxf.findbugs.version>3.0.2</cxf.findbugs.version>