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:17:29 UTC

[cxf] branch master updated: Update to Spring Boot 2.4.1 and Micrometer 1.6.2

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new c0690e1  Update to Spring Boot 2.4.1 and Micrometer 1.6.2
c0690e1 is described below

commit c0690e1fa57e0231461c9dd644d6b3c80852eef9
Author: reta <dr...@gmail.com>
AuthorDate: Fri Dec 11 10:16:02 2020 -0500

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 8ea2187..793bc2d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -163,7 +163,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.6.1</cxf.micrometer.version>
+        <cxf.micrometer.version>1.6.2</cxf.micrometer.version>
         <cxf.microprofile.config.version>2.0</cxf.microprofile.config.version>
         <cxf.microprofile.rest.client.version>2.0-RC3</cxf.microprofile.rest.client.version>
         <cxf.microprofile.openapi.version>2.0-RC3</cxf.microprofile.openapi.version>        
@@ -195,7 +195,7 @@
         <cxf.slf4j.version>1.7.30</cxf.slf4j.version>
         <cxf.snakeyaml.version>1.27</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.4.0</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.4.1</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>