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 1bdc31aa5b OAK-10403: update Tomcat JDBC dependency to 8.5.92 (#1072)
1bdc31aa5b is described below
commit 1bdc31aa5b42354126673ef3ed5f5bda5bf11e5a
Author: Julian Reschke <[email protected]>
AuthorDate: Wed Aug 16 10:46:33 2023 +0200
OAK-10403: update Tomcat JDBC dependency to 8.5.92 (#1072)
---
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 64c30e1ee6..21d3c6dd8b 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -614,12 +614,12 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
- <version>8.5.87</version>
+ <version>8.5.92</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
- <version>8.5.87</version>
+ <version>8.5.92</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>