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 2021/06/09 09:16:32 UTC

[cxf] branch master updated: Updating Jetty to 9.4.42.v20210604 in the samples

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


The following commit(s) were added to refs/heads/master by this push:
     new 941ed53  Updating Jetty to 9.4.42.v20210604 in the samples
941ed53 is described below

commit 941ed53ce451b809809f8270b74aa546be681aa6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jun 9 10:15:57 2021 +0100

    Updating Jetty to 9.4.42.v20210604 in the samples
---
 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 d765eff..d4a40cc 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.5.0</spring.boot.version>
         <spring.cloud.eureka.version>3.0.3</spring.cloud.eureka.version>
-        <cxf.jetty9.version>9.4.41.v20210516</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.42.v20210604</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.26</cxf.tika.version>