This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 02782356b3b2d0a8bc321667851a0f441784fb9a Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Mon Nov 2 14:15:45 2020 +0000 Updating Spring Boot to 2.3.5.RELEASE --- 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 8f9a224..f70c65f 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.3.3.RELEASE</spring.boot.version> + <spring.boot.version>2.3.5.RELEASE</spring.boot.version> <spring.cloud.eureka.version>2.2.3.RELEASE</spring.cloud.eureka.version> <cxf.jetty9.version>9.4.31.v20200723</cxf.jetty9.version> <cxf.httpcomponents.client.version>4.5.12</cxf.httpcomponents.client.version> diff --git a/parent/pom.xml b/parent/pom.xml index d496fa1..79a9484 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -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.4.RELEASE</cxf.spring.boot.version> + <cxf.spring.boot.version>2.3.5.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>
