This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 29519813ada3c4dd7e10fb3435108f279d876e96 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Mon Mar 22 07:32:11 2021 +0000 Updating Jetty + Spring-boot in samples (cherry picked from commit 675006323cdc3d1f8c8fbe1f65c03f4884782401) # Conflicts: # distribution/src/main/release/samples/pom.xml --- distribution/src/main/release/samples/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 396fd05..7861db7 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -30,9 +30,9 @@ <!-- 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.8.RELEASE</spring.boot.version> + <spring.boot.version>2.3.9.RELEASE</spring.boot.version> <spring.cloud.eureka.version>2.2.3.RELEASE</spring.cloud.eureka.version> - <cxf.jetty9.version>9.4.36.v20210114</cxf.jetty9.version> + <cxf.jetty9.version>9.4.38.v20210224</cxf.jetty9.version> <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version> <cxf.swagger.ui.version>3.38.0</cxf.swagger.ui.version> <cxf.tika.version>1.25</cxf.tika.version>
