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 ac06848 [OPENMEETINGS-2296] Tomcat is updated
ac06848 is described below
commit ac06848a89176c2a314cc37fc8e9c3402b5905c5
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Jul 7 10:25:52 2020 +0700
[OPENMEETINGS-2296] Tomcat is updated
---
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 a9d82ab..f6d7ae9 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.36.tar.gz</missing> <!-- TODO should be
in-sync with global property -->
+
<missing>web-server/apache-tomcat-9.0.37.tar.gz</missing> <!-- TODO should be
in-sync with global property -->
</file>
</activation>
<build>
diff --git a/pom.xml b/pom.xml
index d2b439a..d52f505 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
<wickets.version>9.0.0-M5.1</wickets.version>
<wicket-bootstrap.version>5.0.0-M2</wicket-bootstrap.version>
<spring.version>5.2.7.RELEASE</spring.version>
- <tomcat.version>9.0.36</tomcat.version>
+ <tomcat.version>9.0.367</tomcat.version>
<ical4j.version>3.0.18</ical4j.version>
<cxf.version>3.3.6</cxf.version>
<simple-xml.version>2.7.1</simple-xml.version>