This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.3.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit aa7434da5de20c17b31324df308d0a160dbc652a Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Fri May 15 11:09:57 2020 +0100 Aligning samples version with parent pom --- distribution/src/main/release/samples/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 53acd02..a315596 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -30,12 +30,12 @@ <!-- 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.1.3.RELEASE</spring.boot.version> + <spring.boot.version>2.1.14.RELEASE</spring.boot.version> <spring.cloud.eureka.version>2.0.2.RELEASE</spring.cloud.eureka.version> - <cxf.jetty9.version>9.4.27.v20200227</cxf.jetty9.version> + <cxf.jetty9.version>9.4.28.v20200408</cxf.jetty9.version> <cxf.httpcomponents.client.version>4.5.8</cxf.httpcomponents.client.version> <cxf.swagger.ui.version>3.24.3</cxf.swagger.ui.version> - <cxf.tika.version>1.24</cxf.tika.version> + <cxf.tika.version>1.24.1</cxf.tika.version> </properties> <dependencies> <dependency>
