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/03/12 01:04:44 UTC

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

commit 66fe574b1113b247791490bbac662e89fcde719c
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri Mar 12 08:04:28 2021 +0700

    [OPENMEETINGS-2593] 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 2899672..599ce21 100644
--- a/openmeetings-server/pom.xml
+++ b/openmeetings-server/pom.xml
@@ -119,7 +119,7 @@
 			<id>prepare-web-server</id>
 			<activation>
 				<file>
-					<missing>web-server/apache-tomcat-9.0.43.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.44.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
diff --git a/pom.xml b/pom.xml
index 6b0e4db..9ab2b9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@
 		<wicket-bootstrap.version>5.0.3</wicket-bootstrap.version>
 		<font-awesome.version>5.15.2</font-awesome.version>
 		<spring.version>5.3.4</spring.version>
-		<tomcat.version>9.0.43</tomcat.version>
+		<tomcat.version>9.0.44</tomcat.version>
 		<ical4j.version>3.0.21</ical4j.version>
 		<cxf.version>3.4.2</cxf.version>
 		<io.prometheus.version>0.10.0</io.prometheus.version>