You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/01/14 09:20:28 UTC

[jackrabbit-oak] branch trunk updated: OAK-10066: update groovy dependency to 2.5.20 - adjust size limit and fix comment

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 d9d5612863 OAK-10066: update groovy dependency to 2.5.20 - adjust size limit and fix comment
d9d5612863 is described below

commit d9d5612863b2da1d0a19895be97398ef21bfa751
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Sat Jan 14 10:20:18 2023 +0100

    OAK-10066: update groovy dependency to 2.5.20 - adjust size limit and fix comment
---
 oak-run/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/oak-run/pom.xml b/oak-run/pom.xml
index e20fcad2da..538968a7da 100644
--- a/oak-run/pom.xml
+++ b/oak-run/pom.xml
@@ -34,7 +34,7 @@
     <jetty.version>9.4.46.v20220331</jetty.version>
     <!--
       Size History:
-      +  6 MB Groovy 2.5 (OAK-10066)
+      + 60 MB Groovy 2.5 (OAK-10066)
       + 56 MB MongoDB Java driver 3.12.7 (OAK-9357)
       + 55 MB Add support for segment persistent cache (OAK-7744)
       + 54 MB AWS support for segment-tar (OAK-8827)
@@ -47,7 +47,7 @@
       + 41 MB build failing on the release profile (OAK-6250)
       + 38 MB. Initial value. Current 35MB plus a 10%
     -->
-    <max.jar.size>59320256</max.jar.size>
+    <max.jar.size>62914560</max.jar.size>
   </properties>
 
   <build>