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 c9d58c1 [OPENMEETINGS-2296] tomcat is updated
c9d58c1 is described below
commit c9d58c171d769ef97f1285526622a16af9026fb3
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Jun 9 10:55:55 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 48801a0..a9d82ab 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.35.tar.gz</missing> <!-- TODO should be
in-sync with global property -->
+
<missing>web-server/apache-tomcat-9.0.36.tar.gz</missing> <!-- TODO should be
in-sync with global property -->
</file>
</activation>
<build>
diff --git a/pom.xml b/pom.xml
index 2884c82..dd57647 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.6.RELEASE</spring.version>
- <tomcat.version>9.0.35</tomcat.version>
+ <tomcat.version>9.0.36</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>