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 2020/11/18 15:17:32 UTC

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

commit 68589714c1e0bcef3cd8cbba83279dbc6d11e3f0
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Wed Nov 18 22:05:39 2020 +0700

    [OPENMEETINGS-2455] 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 655dd7c..53737de 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.39.tar.gz</missing> <!-- TODO should be in-sync with global property -->
+					<missing>web-server/apache-tomcat-9.0.40.tar.gz</missing> <!-- TODO should be in-sync with global property -->
 				</file>
 			</activation>
 			<build>
diff --git a/pom.xml b/pom.xml
index dda33e7..91fab35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
 		<wicket-bootstrap.version>5.0.2</wicket-bootstrap.version>
 		<font-awesome.version>5.15.1</font-awesome.version>
 		<spring.version>5.3.1</spring.version>
-		<tomcat.version>9.0.39</tomcat.version>
+		<tomcat.version>9.0.40</tomcat.version>
 		<ical4j.version>3.0.18</ical4j.version>
 		<cxf.version>3.4.1</cxf.version>
 		<simple-xml.version>2.7.1</simple-xml.version>