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 e5a56a6cd6 OAK-11749: update Tomcat dependency to 9.0.105 (#2321)
e5a56a6cd6 is described below

commit e5a56a6cd60f598c8fce3615a09d257cc1c8fb89
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Jun 3 07:20:51 2025 +0200

    OAK-11749: update Tomcat dependency to 9.0.105 (#2321)
---
 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 e8f09c8be8..1247c9eb82 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.104</tomcat.version>
+    <tomcat.version>9.0.105</tomcat.version>
     <skip.deployment>true</skip.deployment>
   </properties>
 
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index ee986ab9d4..42d39fc5d8 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -614,12 +614,12 @@
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>tomcat-jdbc</artifactId>
-        <version>9.0.102</version>
+        <version>9.0.105</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>tomcat-juli</artifactId>
-        <version>9.0.102</version>
+        <version>9.0.105</version>
       </dependency>
       <dependency>
         <groupId>org.apache.felix</groupId>

Reply via email to