You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2019/04/16 13:23:27 UTC

[tomee] branch master updated: Update Tomcat to 9.0.19

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

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new e189632  Update Tomcat to 9.0.19
     new 8c1f08c  Merge pull request #461 from jgallimore/master
e189632 is described below

commit e189632464fcdb6e957c0b21936c854c03d859ab
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue Apr 16 13:21:55 2019 +0000

    Update Tomcat to 9.0.19
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index ad962a9..b6132d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
     <version.shrinkwrap.descriptor>2.0.0</version.shrinkwrap.descriptor>
     <version.shrinkwrap.shrinkwrap>1.2.6</version.shrinkwrap.shrinkwrap>
 
-    <tomcat.version>9.0.17</tomcat.version>
+    <tomcat.version>9.0.19</tomcat.version>
 
     <cxf.version>3.3.1</cxf.version>
     <ehcache.version>2.10.3</ehcache.version>
@@ -215,14 +215,14 @@
     <microprofile.opentracing.version>1.1</microprofile.opentracing.version>
     <microprofile.opentracing.impl.version>1.0.0</microprofile.opentracing.impl.version>
     <opentracing.api>0.31.0</opentracing.api>
-    
+
     <!-- Jackson required by OpenAPI Impl -->
     <jackson.version>2.9.4</jackson.version>
-    
+
     <!-- Javadoc & Asciidoclet -->
     <javadoc.version>3.0.1</javadoc.version>
     <asciidoclet.version>1.5.0</asciidoclet.version>
-    
+
   </properties>
 
   <build>
@@ -1811,7 +1811,7 @@
         <artifactId>geronimo-jaxb_2.2_spec</artifactId>
         <version>1.0.1</version>
       </dependency>
-     
+
       <dependency> <!-- Added in for backwards compatibility with the move to Jakarta EE coordinates -->
         <groupId>com.sun.activation</groupId>
         <artifactId>jakarta.activation</artifactId>