This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-11615 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit bd331437eff50412238c33e3b64b24cb062fba0f Author: Julian Reschke <[email protected]> AuthorDate: Thu Mar 20 11:23:04 2025 +0100 OAK-11615: update groovy dependency to 3.0.24 --- 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 f6ca0041dd..a60197b678 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -68,7 +68,7 @@ <jackson.version>2.17.2</jackson.version> <testcontainers.version>1.20.6</testcontainers.version> <pax-exam.version>4.13.1</pax-exam.version> - <groovy.version>3.0.22</groovy.version> + <groovy.version>3.0.24</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>
