This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-11586
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit cadab9dd5c01176b3cec1a5b3f0d057c282e105c
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Mar 11 09:36:18 2025 +0100

    OAK-11586: webapp: update Tomcat dependency to 9.0.102
---
 oak-examples/webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml
index fe0e15ab84..d7115e65e1 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.98</tomcat.version>
+    <tomcat.version>9.0.102</tomcat.version>
     <skip.deployment>true</skip.deployment>
   </properties>
 

Reply via email to