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 9c49f5feee13bc5cfcb09426c1862a383311368d Author: Paul King <[email protected]> AuthorDate: Tue Feb 3 09:09:18 2026 +1000 bump maven-core to 3.9.12(build) --- 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 e16a62f58e..6530873a2e 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.11' + implementation 'org.apache.maven:maven-core:3.9.12' } tasks.withType(Jar).configureEach {
