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 4b14e146b096e09111e828c132c45ee5ea3e8f40 Author: Andriy Redko <[email protected]> AuthorDate: Tue Aug 15 20:58:49 2023 -0400 Update Micrometer to 1.9.14 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index b111c78a8e..246ef327e4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -169,7 +169,7 @@ <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version> <cxf.lucene.version>9.7.0</cxf.lucene.version> <cxf.maven.core.version>3.9.4</cxf.maven.core.version> - <cxf.micrometer.version>1.9.13</cxf.micrometer.version> + <cxf.micrometer.version>1.9.14</cxf.micrometer.version> <cxf.microprofile.config.version>2.0</cxf.microprofile.config.version> <cxf.microprofile.rest.client.version>2.0</cxf.microprofile.rest.client.version> <cxf.microprofile.openapi.version>2.0</cxf.microprofile.openapi.version>
