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 ee8d7d09b [OPENMEETINGS-2790] tomcat
ee8d7d09b is described below
commit ee8d7d09b54530eeb9ebf9e7835f68ec33a1da49
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Fri Sep 5 20:19:07 2025 +0700
[OPENMEETINGS-2790] tomcat
---
LICENSE | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/LICENSE b/LICENSE
index 5539c913a..eafd276c3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -541,7 +541,7 @@ conditions of the following licenses.
* Spring Web (org.springframework:spring-web:6.2.10 -
https://github.com/spring-projects/spring-framework)
* Spring Web MVC (org.springframework:spring-webmvc:6.2.10 -
https://github.com/spring-projects/spring-framework)
* swagger-annotations (io.swagger.core.v3:swagger-annotations:2.2.36 -
https://github.com/swagger-api/swagger-core/modules/swagger-annotations)
- * tomcat (org.apache.tomcat:tomcat:11.0.10 -
https://tomcat.apache.org/)
+ * tomcat (org.apache.tomcat:tomcat:11.0.11 -
https://tomcat.apache.org/)
* UNO interface library (org.openoffice:unoil:4.1.2 -
https://wiki.openoffice.org/wiki/Uno)
* Wicket Auth Roles (org.apache.wicket:wicket-auth-roles:10.6.0 -
http://wicket.apache.org/wicket-auth-roles)
* Wicket Core (org.apache.wicket:wicket-core:10.6.0 -
http://wicket.apache.org/wicket-core)
diff --git a/pom.xml b/pom.xml
index 0efe1fcd0..a86ead099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
<wicket-bootstrap.version>7.0.11</wicket-bootstrap.version>
<fullcalendar.version>6.1.15</fullcalendar.version>
<spring.version>6.2.10</spring.version>
- <tomcat.version>11.0.10</tomcat.version>
+ <tomcat.version>11.0.11</tomcat.version>
<jetty.version>11.0.26</jetty.version>
<ical4j.version>4.1.1</ical4j.version>
<cxf.version>4.1.3</cxf.version>