You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2021/11/16 14:47:01 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2675] tomcat

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

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 35c45c8  [OPENMEETINGS-2675] tomcat
35c45c8 is described below

commit 35c45c8e676cadf4cd1aeb1e7641f10dc3af608a
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue Nov 16 21:46:47 2021 +0700

    [OPENMEETINGS-2675] tomcat
---
 openmeetings-server/pom.xml | 2 +-
 pom.xml                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/openmeetings-server/pom.xml b/openmeetings-server/pom.xml
index 090f428..24cd666 100644
--- a/openmeetings-server/pom.xml
+++ b/openmeetings-server/pom.xml
@@ -118,7 +118,7 @@
 			<id>prepare-web-server</id>
 			<activation>
 				<file>
-					<missing>web-server/apache-tomcat-9.0.54.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.55.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
diff --git a/pom.xml b/pom.xml
index e7ba1a9..5108d02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
 		<wicket-bootstrap.version>6.0.0-M4</wicket-bootstrap.version>
 		<font-awesome.version>5.15.4</font-awesome.version>
 		<spring.version>5.3.13</spring.version>
-		<tomcat.version>9.0.54</tomcat.version>
+		<tomcat.version>9.0.55</tomcat.version>
 		<ical4j.version>3.0.21</ical4j.version>
 		<cxf.version>3.4.5</cxf.version>
 		<io.prometheus.version>0.12.0</io.prometheus.version>