You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/03/26 10:20:05 UTC

[cxf] 01/02: Updating Jetty version in samples to 9.4.27.v20200227

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 ccb743e48e9ed99e240ae05f373b6ff799085049
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Mar 25 14:06:23 2020 +0000

    Updating Jetty version in samples to 9.4.27.v20200227
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 112f6d4..cba614e 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -32,7 +32,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <spring.boot.version>2.2.3.RELEASE</spring.boot.version>
         <spring.cloud.eureka.version>2.2.1.RELEASE</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.26.v20200117</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.27.v20200227</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>