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 517b88cb2c293115e0dce1c1105f448e9dc21164 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Fri May 15 11:08:08 2020 +0100 Updating samples versions --- distribution/src/main/release/samples/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 2c6a0f9..e872b8d 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.2.6.RELEASE</spring.boot.version> + <spring.boot.version>2.2.7.RELEASE</spring.boot.version> <spring.cloud.eureka.version>2.2.1.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.25.0</cxf.swagger.ui.version> - <cxf.tika.version>1.24</cxf.tika.version> + <cxf.swagger.ui.version>3.25.3</cxf.swagger.ui.version> + <cxf.tika.version>1.24.1</cxf.tika.version> </properties> <dependencies> <dependency>
