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/10/11 10:08:24 UTC

[openwebbeans-meecrowave] branch master updated: MEECROWAVE-218 tomcat 9.0.27

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 72a6542  MEECROWAVE-218 tomcat 9.0.27
72a6542 is described below

commit 72a6542a943d159c2a3c0d1ecbfece22f19f8046
Author: Romain Manni-Bucau <rm...@gmail.com>
AuthorDate: Fri Oct 11 12:08:19 2019 +0200

    MEECROWAVE-218 tomcat 9.0.27
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5e3e183..dfebba1 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.26</tomcat.version>
+    <tomcat.version>9.0.27</tomcat.version>
     <openwebbeans.version>2.0.12</openwebbeans.version>
     <cxf.version>3.3.3</cxf.version>
     <johnzon.version>1.2.1</johnzon.version>