You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by rm...@apache.org on 2019/12/12 10:12:24 UTC

[openwebbeans-meecrowave] branch master updated: MEECROWAVE-226 upgrade to tomcat 9.0.30 and MEECROWAVE-227 xbean 4.15

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

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git


The following commit(s) were added to refs/heads/master by this push:
     new 6263110  MEECROWAVE-226 upgrade to tomcat 9.0.30 and MEECROWAVE-227 xbean 4.15
6263110 is described below

commit 6263110bfabb8c25f93dccd2746d88f1d7e4c5c6
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Thu Dec 12 11:12:18 2019 +0100

    MEECROWAVE-226 upgrade to tomcat 9.0.30 and MEECROWAVE-227 xbean 4.15
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bab0b95..0081a8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <meecrowave.build.name>${project.groupId}.${project.artifactId}</meecrowave.build.name>
 
     <junit.version>4.13-beta-3</junit.version>
-    <tomcat.version>9.0.29</tomcat.version>
+    <tomcat.version>9.0.30</tomcat.version>
     <openwebbeans.version>2.0.13</openwebbeans.version>
     <cxf.version>3.3.4</cxf.version>
     <johnzon.version>1.2.2</johnzon.version>
@@ -63,7 +63,7 @@
     <h2.version>1.4.196</h2.version>
     <dbcp2.version>2.7.0</dbcp2.version>
     <commons-cli.version>1.4</commons-cli.version>
-    <xbean.version>4.14</xbean.version>
+    <xbean.version>4.15</xbean.version>
 
     <java11.jaxb.version>2.3.0</java11.jaxb.version>
   </properties>