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 301a996754 OAK-11595: update Tomcat JDBC dependency to 9.0.102 (#2177)
301a996754 is described below
commit 301a9967543f28c08c46ba3a8b09a4839cb21798
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Mar 13 12:42:38 2025 +0100
OAK-11595: update Tomcat JDBC dependency to 9.0.102 (#2177)
---
oak-parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 9530a76bf2..550e474293 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -634,12 +634,12 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
- <version>9.0.98</version>
+ <version>9.0.102</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
- <version>9.0.98</version>
+ <version>9.0.102</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>