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 ee52cbd154 OAK-10752: update Tomcat JDBC dependency to 9.0.87 (#1403)
ee52cbd154 is described below

commit ee52cbd1542882a4b31b0ed729f228b492a1fc0d
Author: Julian Reschke <resc...@apache.org>
AuthorDate: Fri Apr 5 09:48:08 2024 +0200

    OAK-10752: update Tomcat JDBC dependency to 9.0.87 (#1403)
---
 oak-parent/pom.xml      | 4 ++--
 oak-run-elastic/pom.xml | 3 ++-
 oak-run/pom.xml         | 3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index aaff450daf..e5bb87a05f 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -644,12 +644,12 @@
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>tomcat-jdbc</artifactId>
-        <version>9.0.80</version>
+        <version>9.0.87</version>
       </dependency>
       <dependency>
         <groupId>org.apache.tomcat</groupId>
         <artifactId>tomcat-juli</artifactId>
-        <version>9.0.80</version>
+        <version>9.0.87</version>
       </dependency>
       <dependency>
         <groupId>org.apache.felix</groupId>
diff --git a/oak-run-elastic/pom.xml b/oak-run-elastic/pom.xml
index 53a0503384..d90f2c0ab9 100644
--- a/oak-run-elastic/pom.xml
+++ b/oak-run-elastic/pom.xml
@@ -40,8 +40,9 @@
         85 MB : remove Elasticsearch RHLC
         103.5 MB: Azure Identity client library for Java (OAK-10604)
         105 MB: Azure updates
+        107 MB: RDB/Tomcat (OAK-10752)
         -->
-        <max.jar.size>105000000</max.jar.size>
+        <max.jar.size>112197632</max.jar.size>
                       
     </properties>
 
diff --git a/oak-run/pom.xml b/oak-run/pom.xml
index e10b96a18f..5a6f70ba20 100644
--- a/oak-run/pom.xml
+++ b/oak-run/pom.xml
@@ -34,6 +34,7 @@
     <jetty.version>9.4.53.v20231009</jetty.version>
     <!--
       Size History:
+      + 84 MB (RDB/Tomcat, OAK-10752)
       + 80 MB (Java 17, OAK-10638)
       + 78.7 MB Apache Commons Lang ยป 3.0 (OAK-10615)
       + 78 MB Azure Identity client library for Java (OAK-10604)
@@ -50,7 +51,7 @@
       + 41 MB build failing on the release profile (OAK-6250)
       + 38 MB. Initial value. Current 35MB plus a 10%
     -->
-    <max.jar.size>83886080</max.jar.size>
+    <max.jar.size>88080384</max.jar.size>
   </properties>
 
   <build>

Reply via email to