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/02/17 13:53:49 UTC

[cxf] branch 3.5.x-fixes updated: Update Micrometer to 1.8.3

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

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


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 814a5de  Update Micrometer to 1.8.3
814a5de is described below

commit 814a5de1e3dd84b621f239c73c56b3ac5ff32cf1
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Feb 17 08:53:01 2022 -0500

    Update Micrometer to 1.8.3
    
    (cherry picked from commit dcb018c3abf3b06f1d18f0cd58577db642eb5ffb)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 76d6527..ede68a3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -167,7 +167,7 @@
         <cxf.logback.classic.version>1.2.10</cxf.logback.classic.version>
         <cxf.lucene.version>8.11.1</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
-        <cxf.micrometer.version>1.8.2</cxf.micrometer.version>
+        <cxf.micrometer.version>1.8.3</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>