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

deki pushed a commit to branch CXF-7949_jakarta-servlet
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 12b80dcd143a56a0d4ee33e22633a4f0a435216e
Author: Alexey Markevich <buhhu...@gmail.com>
AuthorDate: Sun Feb 16 22:32:30 2020 +0300

    Update to Tomcat 9.0.31
---
 parent/pom.xml                | 2 +-
 systests/cdi/cdi-weld/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0acfcf1..414c1fd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -204,7 +204,7 @@
         <cxf.swagger2.version>1.6.0</cxf.swagger2.version>
         <cxf.swagger2.guava.version>27.0-jre</cxf.swagger2.guava.version>
         <cxf.tika.version>1.24</cxf.tika.version>
-        <cxf.tomcat.version>9.0.30</cxf.tomcat.version>
+        <cxf.tomcat.version>9.0.31</cxf.tomcat.version>
         
<cxf.tomitribe.http.signature.version>1.3</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>
         <cxf.undertow.version>2.0.30.Final</cxf.undertow.version>
diff --git a/systests/cdi/cdi-weld/pom.xml b/systests/cdi/cdi-weld/pom.xml
index 6ab25a0..f611782 100644
--- a/systests/cdi/cdi-weld/pom.xml
+++ b/systests/cdi/cdi-weld/pom.xml
@@ -56,7 +56,7 @@
                     <artifactId>jboss-el-api_3.0_spec</artifactId>
                 </exclusion>
             </exclusions>
-        </dependency>        
+        </dependency>
         <dependency>
             <groupId>org.glassfish</groupId>
             <artifactId>javax.el</artifactId>

Reply via email to