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

[cxf] branch master updated: Upgrade to latest jetty

This is an automated email from the ASF dual-hosted git repository.

dkulp 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 edd1009  Upgrade to latest jetty
edd1009 is described below

commit edd100917a2f73e43d6e9e34efdc09a854f5c942
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Wed Aug 5 13:26:57 2020 -0400

    Upgrade to latest jetty
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index dcbc01a..d014ae7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -146,7 +146,7 @@
         <cxf.jettison.version>1.4.1</cxf.jettison.version>
         <cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
         <cxf.jetty.version>${cxf.jetty9.version}</cxf.jetty.version>
-        <cxf.jetty9.version>9.4.30.v20200611</cxf.jetty9.version>
+        <cxf.jetty9.version>9.4.31.v20200723</cxf.jetty9.version>
         <cxf.jexl.version>3.1</cxf.jexl.version>
         <cxf.joda.time.version>2.9.4</cxf.joda.time.version>
         <cxf.johnzon.version>1.2.8</cxf.johnzon.version>