This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 56dfda44a9 OAK-11749: update Tomcat dependency to 9.0.105 (#2347)
56dfda44a9 is described below
commit 56dfda44a95688bfe10521b47b91065a8730f236
Author: Julian Reschke <[email protected]>
AuthorDate: Mon Jun 23 14:21:52 2025 +0200
OAK-11749: update Tomcat dependency to 9.0.105 (#2347)
---
oak-examples/webapp/pom.xml | 2 +-
oak-parent/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml
index 1247c9eb82..8471098242 100644
--- a/oak-examples/webapp/pom.xml
+++ b/oak-examples/webapp/pom.xml
@@ -35,7 +35,7 @@
<description>Web application that hosts and serves a Jackrabbit Oak content
repository</description>
<properties>
- <tomcat.version>9.0.105</tomcat.version>
+ <tomcat.version>9.0.106</tomcat.version>
<skip.deployment>true</skip.deployment>
</properties>
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 3970e5a59c..99c63f0d23 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -619,12 +619,12 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
- <version>9.0.105</version>
+ <version>9.0.106</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
- <version>9.0.105</version>
+ <version>9.0.106</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>