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/06/13 15:32:39 UTC

[jackrabbit-oak] branch OAK-10030 created (now c60f4fabb2)

This is an automated email from the ASF dual-hosted git repository.

reschke pushed a change to branch OAK-10030
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


      at c60f4fabb2 OAK-10030: update groovy dependency to 2.5.22

This branch includes the following new commits:

     new c60f4fabb2 OAK-10030: update groovy dependency to 2.5.22

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[jackrabbit-oak] 01/01: OAK-10030: update groovy dependency to 2.5.22

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch OAK-10030
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit c60f4fabb21e3d27c79cb9ea1312dc32c336f5ba
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Tue Jun 13 16:32:21 2023 +0100

    OAK-10030: update groovy dependency to 2.5.22
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 750527e4cb..e0ac973834 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -67,7 +67,7 @@
     <jackson.version>2.13.5</jackson.version>
     <testcontainers.version>1.17.6</testcontainers.version>
     <pax-exam.version>4.13.1</pax-exam.version>
-    <groovy.version>2.5.20</groovy.version>
+    <groovy.version>2.5.22</groovy.version>
 
     <java.version>11</java.version>
     <maven.compiler.release>${java.version}</maven.compiler.release>