This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11595 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit 3cfb43c80e5d71fac44441d68e75449d9c94951e Author: Julian Reschke <[email protected]> AuthorDate: Wed Mar 12 18:50:17 2025 +0100 OAK-11595: update Tomcat JDBC dependency to 9.0.102 --- 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 169401ad05..37da5f3064 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>
