This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 2f03467312 TOMEE-4538 - Tomcat 10.1.48
2f03467312 is described below
commit 2f03467312a5ea0407142c909d4a30d96a134b58
Author: Markus Jung <[email protected]>
AuthorDate: Thu Oct 16 07:21:51 2025 +0200
TOMEE-4538 - Tomcat 10.1.48
---
examples/datasource-versioning/pom.xml | 2 +-
examples/junit5-arquillian-simple-websockets/pom.xml | 2 +-
examples/websocket-tls-basic-auth/pom.xml | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/examples/datasource-versioning/pom.xml
b/examples/datasource-versioning/pom.xml
index 14e51b8157..1adbf7d609 100644
--- a/examples/datasource-versioning/pom.xml
+++ b/examples/datasource-versioning/pom.xml
@@ -170,7 +170,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
- <version>10.1.47</version>
+ <version>10.1.48</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/examples/junit5-arquillian-simple-websockets/pom.xml
b/examples/junit5-arquillian-simple-websockets/pom.xml
index 1fc5467d0b..851ba7c31b 100644
--- a/examples/junit5-arquillian-simple-websockets/pom.xml
+++ b/examples/junit5-arquillian-simple-websockets/pom.xml
@@ -26,7 +26,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tomee.version>10.1.3-SNAPSHOT</tomee.version>
- <tomcat.version>10.1.47</tomcat.version>
+ <tomcat.version>10.1.48</tomcat.version>
<junit.jupiter.version>5.12.0</junit.jupiter.version>
<!-- 1.8.1.Final is broken, see
https://github.com/arquillian/arquillian-core/pull/583 -->
diff --git a/examples/websocket-tls-basic-auth/pom.xml
b/examples/websocket-tls-basic-auth/pom.xml
index 88b41f47e9..d1465d56f7 100644
--- a/examples/websocket-tls-basic-auth/pom.xml
+++ b/examples/websocket-tls-basic-auth/pom.xml
@@ -28,7 +28,7 @@
<jakartaee-api.version>10.0.1</jakartaee-api.version>
<jakarta.websocket-api.version>2.0.0</jakarta.websocket-api.version>
<tomee.classifier>webprofile</tomee.classifier>
- <tomcat.version>10.1.47</tomcat.version>
+ <tomcat.version>10.1.48</tomcat.version>
<junit.version>4.13.2</junit.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 7901f9b57c..c2d132934e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,7 +198,7 @@
<version.geronimo-mail_2.1_spec>1.0.2</version.geronimo-mail_2.1_spec>
<!-- Jakarta EE Impl. -->
- <tomcat.version>10.1.47</tomcat.version>
+ <tomcat.version>10.1.48</tomcat.version>
<!-- com.sun -->
<version.impl.saaj>3.0.4</version.impl.saaj>
<!-- org.apache -->