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/07/11 23:22:31 UTC

[cxf] branch 3.6.x-fixes updated: Update Micrometer to 1.9.2

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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new f55be99cd5 Update Micrometer to 1.9.2
f55be99cd5 is described below

commit f55be99cd50d9d1fe527bbeb55135174b7fab79b
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Mon Jul 11 19:22:15 2022 -0400

    Update Micrometer to 1.9.2
    
    Signed-off-by: Andriy Redko <dr...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8deb698b94..17514cef20 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -166,7 +166,7 @@
         <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>
         <cxf.lucene.version>9.2.0</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
-        <cxf.micrometer.version>1.9.1</cxf.micrometer.version>
+        <cxf.micrometer.version>1.9.2</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>