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
commit 526ecd8e23add39d60647da80d48ed9149bd263a Author: Andriy Redko <[email protected]> AuthorDate: Thu Apr 20 13:39:38 2023 -0400 Update Spring Boot to 2.7.11 --- distribution/src/main/release/samples/pom.xml | 2 +- parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 25e9dd8a9b..8d269cec0f 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -30,7 +30,7 @@ <!-- 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.7.10</spring.boot.version> + <spring.boot.version>2.7.11</spring.boot.version> <spring.cloud.eureka.version>3.1.4</spring.cloud.eureka.version> <cxf.jetty10.version>10.0.15</cxf.jetty10.version> <cxf.netty.version>4.1.91.Final</cxf.netty.version> diff --git a/parent/pom.xml b/parent/pom.xml index 19eaded3c9..16ddc96537 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -201,7 +201,7 @@ <cxf.slf4j.version>1.7.36</cxf.slf4j.version> <cxf.snakeyaml.version>1.33</cxf.snakeyaml.version> <cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version> - <cxf.spring.boot.version>2.7.10</cxf.spring.boot.version> + <cxf.spring.boot.version>2.7.11</cxf.spring.boot.version> <cxf.spring.ldap.version>2.4.0</cxf.spring.ldap.version> <cxf.spring.mock>spring-test</cxf.spring.mock> <cxf.spring.osgi.version>1.2.1</cxf.spring.osgi.version>
