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 2022/05/16 17:59:32 UTC

[openmeetings] branch master updated: [OPENMEETINGS-2732] 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 a4dc5cc8a [OPENMEETINGS-2732] tomcat
a4dc5cc8a is described below

commit a4dc5cc8a02ee1cf5fea449c3b4e279187a404de
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Tue May 17 00:59:22 2022 +0700

    [OPENMEETINGS-2732] 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 14515c404..4db62cd04 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.62.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.63.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
diff --git a/pom.xml b/pom.xml
index 034f6b6b8..5b1496395 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
 		<wicket-bootstrap.version>6.0.0-M6</wicket-bootstrap.version>
 		<font-awesome.version>6.1.0</font-awesome.version>
 		<spring.version>5.3.20</spring.version>
-		<tomcat.version>9.0.62</tomcat.version>
+		<tomcat.version>9.0.63</tomcat.version>
 		<ical4j.version>4.0.0-alpha11</ical4j.version>
 		<cxf.version>3.5.2</cxf.version>
 		<io.prometheus.version>0.15.0</io.prometheus.version>