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

coheigea pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 7de9c226ac4d8b436200ca307ee6ea0eb70b0a4e
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Mar 25 14:06:23 2020 +0000

    Updating Jetty version in samples to 9.4.27.v20200227
    
    (cherry picked from commit ccb743e48e9ed99e240ae05f373b6ff799085049)
    
    # Conflicts:
    #   distribution/src/main/release/samples/pom.xml
    (cherry picked from commit 4793d9a1aa336843e106e7e9ce20cdae502d31cd)
    
    # Conflicts:
    #   distribution/src/main/release/samples/pom.xml
---
 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 367b48d..544fe07 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>1.5.17.RELEASE</spring.boot.version>
         
<spring.cloud.eureka.version>1.3.4.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.tika.version>1.24</cxf.tika.version>
     </properties>
     <dependencies>

Reply via email to