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

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

commit 65e7925dc825277369ebbc02a6d6e7ee5ba62cea
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Thu Sep 14 14:40:08 2023 +0100

    OAK-10447: update Tomcat JDBC dependency to 9.0.80
---
 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 c8624dcb6b..133a2daa54 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -638,12 +638,12 @@
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>tomcat-jdbc</artifactId>
-        <version>8.5.92</version>
+        <version>9.0.80</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>tomcat-juli</artifactId>
-        <version>8.5.92</version>
+        <version>9.0.80</version>
       </dependency>
       <dependency>
         <groupId>org.apache.felix</groupId>

Reply via email to