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 2020/12/11 15:20:07 UTC

[cxf] branch 3.4.x-fixes updated: Update to Spring Boot 2.3.7.RELEASE and Micrometer 1.5.9

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 d2ec7e4  Update to Spring Boot 2.3.7.RELEASE and Micrometer 1.5.9
d2ec7e4 is described below

commit d2ec7e42bff13d498879fcd6fb321274af349f3c
Author: reta <dr...@gmail.com>
AuthorDate: Fri Dec 11 10:18:43 2020 -0500

    Update to Spring Boot 2.3.7.RELEASE and Micrometer 1.5.9
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index df50bda..e7f02d4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -162,7 +162,7 @@
         <cxf.logback.classic.version>1.2.3</cxf.logback.classic.version>
         <cxf.lucene.version>8.2.0</cxf.lucene.version>
         <cxf.maven.core.version>3.6.3</cxf.maven.core.version>
-        <cxf.micrometer.version>1.5.7</cxf.micrometer.version>
+        <cxf.micrometer.version>1.5.9</cxf.micrometer.version>
         <cxf.microprofile.config.version>1.2</cxf.microprofile.config.version>
         <cxf.microprofile.rest.client.version>2.0-RC2</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>1.1.2</cxf.microprofile.openapi.version>        
@@ -194,7 +194,7 @@
         <cxf.slf4j.version>1.7.30</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.26</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.3.6.RELEASE</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.3.7.RELEASE</cxf.spring.boot.version>
         <cxf.spring.ldap.version>2.3.3.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>