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 415cec839 [OPENMEETINGS-2800] tomcat, logback
415cec839 is described below
commit 415cec839da91e47cc0325ee6c344fcb69f20e2c
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Jan 29 11:08:27 2026 +0700
[OPENMEETINGS-2800] tomcat, logback
---
LICENSE | 6 +++---
pom.xml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/LICENSE b/LICENSE
index 71c970de8..d7a50609c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -259,8 +259,8 @@ conditions of the following licenses.
Eclipse Public License, Version 1.0
* H2 Database Engine (com.h2database:h2:2.4.240 -
https://h2database.com)
- * Logback Classic Module (ch.qos.logback:logback-classic:1.5.25 -
http://logback.qos.ch/logback-classic)
- * Logback Core Module (ch.qos.logback:logback-core:1.5.25 -
http://logback.qos.ch/logback-core)
+ * Logback Classic Module (ch.qos.logback:logback-classic:1.5.26 -
http://logback.qos.ch/logback-classic)
+ * Logback Core Module (ch.qos.logback:logback-core:1.5.26 -
http://logback.qos.ch/logback-core)
Eclipse Public License v2.0
@@ -542,7 +542,7 @@ conditions of the following licenses.
* Spring Web (org.springframework:spring-web:7.0.3 -
https://github.com/spring-projects/spring-framework)
* Spring Web MVC (org.springframework:spring-webmvc:7.0.3 -
https://github.com/spring-projects/spring-framework)
* swagger-annotations (io.swagger.core.v3:swagger-annotations:2.2.42 -
https://github.com/swagger-api/swagger-core/modules/swagger-annotations)
- * tomcat (org.apache.tomcat:tomcat:11.0.15 -
https://tomcat.apache.org/)
+ * tomcat (org.apache.tomcat:tomcat:11.0.18 -
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.8.0 -
http://wicket.apache.org/wicket-auth-roles)
* Wicket Core (org.apache.wicket:wicket-core:10.8.0 -
http://wicket.apache.org/wicket-core)
diff --git a/pom.xml b/pom.xml
index ed5dc353e..2926aa3d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
<wicket-bootstrap.version>7.0.14</wicket-bootstrap.version>
<fullcalendar.version>6.1.20</fullcalendar.version>
<spring.version>7.0.3</spring.version>
- <tomcat.version>11.0.15</tomcat.version>
+ <tomcat.version>11.0.18</tomcat.version>
<jetty.version>11.0.26</jetty.version>
<ical4j.version>4.2.3</ical4j.version>
<cxf.version>4.1.4</cxf.version>
@@ -130,7 +130,7 @@
<jackrabbit-webdav.version>2.21.22</jackrabbit-webdav.version>
<tika-parsers.version>3.2.3</tika-parsers.version>
<slf4j.version>2.0.17</slf4j.version>
- <logback.version>1.5.25</logback.version>
+ <logback.version>1.5.26</logback.version>
<license.excludedScopes>test</license.excludedScopes>
<bcprov.version>1.83</bcprov.version>
<mockito.version>5.21.0</mockito.version>