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

daim 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 3e0b626e07 OAK-11939 : upgraded groovy version to 3.0.25 (#2524)
3e0b626e07 is described below

commit 3e0b626e0764e6757fdac1805eb3a1ee537e6f80
Author: Rishabh Kumar <rishabhdaim1...@gmail.com>
AuthorDate: Mon Sep 22 16:44:09 2025 +0530

    OAK-11939 : upgraded groovy version to 3.0.25 (#2524)
---
 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 6e178bff84..c82e99bfc4 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -67,7 +67,7 @@
     <jackson.version>2.17.3</jackson.version>
     <testcontainers.version>1.21.1</testcontainers.version>
     <pax-exam.version>4.13.1</pax-exam.version>
-    <groovy.version>3.0.24</groovy.version>
+    <groovy.version>3.0.25</groovy.version>
     <netty.version>4.1.119.Final</netty.version>
     <!-- determines the bytecode version (i.e. the minimum JRE required to run 
the build artifact) -->
     <javaTargetVersion>11</javaTargetVersion>

Reply via email to