This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit ca7b6d8daff836949e95f41ef825155d66e512e2 Author: Andriy Redko <[email protected]> AuthorDate: Sun Jun 19 14:23:59 2022 -0400 Update Dropwizard Metrics to 4.2.10 (cherry picked from commit b628a0dd123e2eab6ca8e2e1401ef040b80c565f) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index d45f406df9..4fcf4c1f3a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -102,7 +102,7 @@ <cxf.derby.version>10.15.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.2.9</cxf.dropwizard4.version> + <cxf.dropwizard4.version>4.2.10</cxf.dropwizard4.version> <cxf.ehcache3.version>3.9.3</cxf.ehcache3.version> <cxf.el-api.version>3.0.3</cxf.el-api.version> <cxf.findbugs.version>3.0.2</cxf.findbugs.version>
