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 cb1c2f2925 OAK-11802: update Tomcat dependency to 9.0.107 (#2384)
cb1c2f2925 is described below

commit cb1c2f29256b1d79125346ba86a4f8c36f352fd1
Author: Julian Reschke <[email protected]>
AuthorDate: Sat Jul 12 07:17:07 2025 +0200

    OAK-11802: update Tomcat dependency to 9.0.107 (#2384)
---
 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 b2fc52d1ab..94e5d207fa 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.106</tomcat.version>
+    <tomcat.version>9.0.107</tomcat.version>
     <skip.deployment>true</skip.deployment>
   </properties>
 
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index b80f5eaf12..a01e8336f4 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.106</version>
+        <version>9.0.107</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>tomcat-juli</artifactId>
-        <version>9.0.106</version>
+        <version>9.0.107</version>
       </dependency>
       <dependency>
         <groupId>org.apache.felix</groupId>

Reply via email to