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 dc17407334 OAK-11859: update Tomcat dependency to 9.0.108 (#2451)
dc17407334 is described below
commit dc17407334338938a50712f38c05612e255ebaf9
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Aug 14 14:15:08 2025 +0200
OAK-11859: update Tomcat dependency to 9.0.108 (#2451)
---
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 42adb18001..fc51dc7d70 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.107</tomcat.version>
+ <tomcat.version>9.0.108</tomcat.version>
<skip.deployment>true</skip.deployment>
</properties>
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index de3e245a84..8bc5d81422 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -624,12 +624,12 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
- <version>9.0.107</version>
+ <version>9.0.108</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
- <version>9.0.107</version>
+ <version>9.0.108</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>