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 2021/11/21 14:03:42 UTC

[cxf] branch master updated: CXF-8618: Update to Spring Boot 2.6.0 (#876)

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 6295ba0  CXF-8618: Update to Spring Boot 2.6.0 (#876)
6295ba0 is described below

commit 6295ba0a616f708a60b1d69ad5c3910ec1513786
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 21 09:01:46 2021 -0500

    CXF-8618: Update to Spring Boot 2.6.0 (#876)
---
 distribution/src/main/release/samples/pom.xml |  4 ++--
 parent/pom.xml                                | 16 ++++++++--------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 17f9aa9..d78aec3 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -30,8 +30,8 @@
         <!-- don't deploy the samples, kind of pointless -->
         <maven.deploy.skip>true</maven.deploy.skip>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <spring.boot.version>2.5.7</spring.boot.version>
-        <spring.cloud.eureka.version>3.0.3</spring.cloud.eureka.version>
+        <spring.boot.version>2.6.0</spring.boot.version>
+        <spring.cloud.eureka.version>3.1.0-M3</spring.cloud.eureka.version>
         <cxf.jetty9.version>9.4.44.v20210927</cxf.jetty9.version>
         <cxf.netty.version>4.1.70.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 07c3d28..7478062 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -126,8 +126,8 @@
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.httpcomponents.core.version>4.4.14</cxf.httpcomponents.core.version>
         <cxf.httpcomponents.client5.version>5.1.1</cxf.httpcomponents.client5.version>
-        <cxf.jackson.version>2.12.5</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.12.5</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.13.0</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.13.0</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.6.0</cxf.jaeger.version>
         <cxf.jakarta.activation.version>1.2.2</cxf.jakarta.activation.version>
@@ -161,10 +161,10 @@
         <cxf.junit5.version>5.8.1</cxf.junit5.version>
         <cxf.kerby.version>2.0.1</cxf.kerby.version>
         <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
-        <cxf.logback.classic.version>1.2.3</cxf.logback.classic.version>
+        <cxf.logback.classic.version>1.2.7</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.7.6</cxf.micrometer.version>
+        <cxf.micrometer.version>1.8.0</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>
@@ -192,14 +192,14 @@
         <cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>
         <cxf.servlet-api.version>4.0.4</cxf.servlet-api.version>
-        <cxf.slf4j.version>1.7.30</cxf.slf4j.version>
-        <cxf.snakeyaml.version>1.27</cxf.snakeyaml.version>
+        <cxf.slf4j.version>1.7.32</cxf.slf4j.version>
+        <cxf.snakeyaml.version>1.29</cxf.snakeyaml.version>
         <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
-        <cxf.spring.boot.version>2.5.7</cxf.spring.boot.version>
+        <cxf.spring.boot.version>2.6.0</cxf.spring.boot.version>
         <cxf.spring.ldap.version>2.3.4.RELEASE</cxf.spring.ldap.version>
         <cxf.spring.mock>spring-test</cxf.spring.mock>
         <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
-        <cxf.spring.security.version>5.5.3</cxf.spring.security.version>
+        <cxf.spring.security.version>5.6.0</cxf.spring.security.version>
         <cxf.spring.version>5.3.13</cxf.spring.version>
         <cxf.stax-ex.version>1.8.3</cxf.stax-ex.version>
         <cxf.swagger.ui.version>3.52.1</cxf.swagger.ui.version>