This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push:
new 56c04b7970 OAK-10156: update Tomcat JDBC dependency to 8.5.87
56c04b7970 is described below
commit 56c04b797079ca365a07dfa40f74707f6218e1df
Author: Julian Reschke <[email protected]>
AuthorDate: Fri Mar 24 12:10:12 2023 +0100
OAK-10156: update Tomcat JDBC dependency to 8.5.87
---
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 fca588ca9f..b94db50a43 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -619,12 +619,12 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
- <version>8.5.51</version>
+ <version>8.5.87</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
- <version>8.5.51</version>
+ <version>8.5.87</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>