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 b80940990 [OPENMEETINGS-2732] tomcat
b80940990 is described below
commit b80940990d5fb7b8ac66008dea2738aa6ab6ebfc
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Mon Oct 10 12:07:55 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 de73eece2..b71311a3e 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.67.tar.gz</missing> <!-- TODO should be
in-sync with global property -->
+
<missing>web-server/apache-tomcat-9.0.68.tar.gz</missing> <!-- TODO should be
in-sync with global property -->
</file>
</activation>
<build>
diff --git a/pom.xml b/pom.xml
index 70a928819..85d942004 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
<wicket-bootstrap.version>6.0.0-M8</wicket-bootstrap.version>
<font-awesome.version>6.2.0</font-awesome.version>
<spring.version>5.3.23</spring.version>
- <tomcat.version>9.0.67</tomcat.version>
+ <tomcat.version>9.0.68</tomcat.version>
<ical4j.version>4.0.0-beta2</ical4j.version>
<cxf.version>3.5.3</cxf.version>
<io.prometheus.version>0.16.0</io.prometheus.version>