This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch GROOVY_5_0_X in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 68abf039017fd37b53d45c6ae7159e41f37c7c71 Author: Paul King <[email protected]> AuthorDate: Mon Mar 23 19:39:49 2026 +1000 bump maven-core to 3.9.14 (build-logic) --- build-logic/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-logic/build.gradle b/build-logic/build.gradle index 6530873a2e..6d54b3d636 100644 --- a/build-logic/build.gradle +++ b/build-logic/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.4' implementation 'me.champeau.jmh:jmh-gradle-plugin:0.7.2' implementation 'org.cyclonedx:cyclonedx-gradle-plugin:1.10.0' - implementation 'org.apache.maven:maven-core:3.9.12' + implementation 'org.apache.maven:maven-core:3.9.14' } tasks.withType(Jar).configureEach {
