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 2020/02/11 16:52:22 UTC

[openwebbeans-meecrowave] branch master updated: MEECROWAVE-233 tomcat 9.0.31

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 78c0fce  MEECROWAVE-233 tomcat 9.0.31
78c0fce is described below

commit 78c0fce4f0ab3f43afb1584c2523949a9d787620
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Tue Feb 11 17:52:18 2020 +0100

    MEECROWAVE-233 tomcat 9.0.31
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 175eb82..370083d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,8 +50,8 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <meecrowave.build.name>${project.groupId}.${project.artifactId}</meecrowave.build.name>
 
-    <junit.version>4.13-beta-3</junit.version>
-    <tomcat.version>9.0.30</tomcat.version>
+    <junit.version>4.13</junit.version>
+    <tomcat.version>9.0.31</tomcat.version>
     <openwebbeans.version>2.0.14</openwebbeans.version>
     <cxf.version>3.3.5</cxf.version>
     <johnzon.version>1.2.2</johnzon.version>