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 d74c03ec5b TOMEE-4457 - Tomcat 10.1.35
d74c03ec5b is described below
commit d74c03ec5b94be53c6a072e17d40c4e1262aa94c
Author: Markus Jung <[email protected]>
AuthorDate: Fri Feb 14 09:13:14 2025 +0100
TOMEE-4457 - Tomcat 10.1.35
---
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 83f0dabc5f..ddccc5f642 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.34</version>
+ <version>10.1.35</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 47a17baff8..5c6f8b5abe 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.0.1-SNAPSHOT</tomee.version>
- <tomcat.version>10.1.34</tomcat.version>
+ <tomcat.version>10.1.35</tomcat.version>
<junit.jupiter.version>5.11.3</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 1d44ed75a2..48752b701a 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</jakartaee-api.version>
<jakarta.websocket-api.version>2.0.0</jakarta.websocket-api.version>
<tomee.classifier>webprofile</tomee.classifier>
- <tomcat.version>10.1.34</tomcat.version>
+ <tomcat.version>10.1.35</tomcat.version>
<junit.version>4.13.2</junit.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 146d0275db..7f09fae0cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
<version.geronimo-mail_2.1_spec>1.0.0-M1</version.geronimo-mail_2.1_spec>
<!-- Jakarta EE Impl. -->
- <tomcat.version>10.1.34</tomcat.version>
+ <tomcat.version>10.1.35</tomcat.version>
<!-- com.sun -->
<version.impl.saaj>2.0.1</version.impl.saaj>
<!-- org.apache -->