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 2021/07/04 14:27:00 UTC

[openwebbeans-meecrowave] branch master updated: [MEECROWAVE-298] tomcat 9.0.50

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 6717853  [MEECROWAVE-298] tomcat 9.0.50
6717853 is described below

commit 67178538954c0c9e010af4956aaccb9ffe583c28
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Sun Jul 4 16:26:57 2021 +0200

    [MEECROWAVE-298] tomcat 9.0.50
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f09db27..6b4a254 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.1</junit.version>
-    <tomcat.version>9.0.46</tomcat.version>
+    <tomcat.version>9.0.50</tomcat.version>
     <openwebbeans.version>2.0.23</openwebbeans.version>
     <cxf.version>3.4.4</cxf.version>
     <johnzon.version>1.2.12</johnzon.version>