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 2022/04/01 17:36:25 UTC

[openwebbeans-meecrowave] branch master updated: [MEECROWAVE-317] tomcat 9.0.62

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 bd39874  [MEECROWAVE-317] tomcat 9.0.62
bd39874 is described below

commit bd398743cfb454d74689185ad9a251d0ee21982d
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Fri Apr 1 19:36:23 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 5b1c39e..c8e5f92 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.2</junit.version>
-    <tomcat.version>9.0.60</tomcat.version>
+    <tomcat.version>9.0.62</tomcat.version>
     <openwebbeans.version>2.0.26</openwebbeans.version>
     <cxf.version>3.5.1</cxf.version>
     <johnzon.version>1.2.16</johnzon.version>