This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch mvnd-1.x in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/mvnd-1.x by this push: new 83037115 Bump groovy.version from 4.0.23 to 4.0.24 (#1192) 83037115 is described below commit 83037115f2e853cb7b9f4190d98c019a1964607b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Nov 8 16:51:01 2024 +0100 Bump groovy.version from 4.0.23 to 4.0.24 (#1192) Bumps `groovy.version` from 4.0.23 to 4.0.24. Updates `org.apache.groovy:groovy` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) Updates `org.apache.groovy:groovy-all` from 4.0.23 to 4.0.24 - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.apache.groovy:groovy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.groovy:groovy-all dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5adcc5a3..ab8142a0 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ <!-- cannot upgrade graalvm to 23.0.0 which requires JDK >= 20 --> <graalvm.version>24.1.1</graalvm.version> <graalvm.plugin.version>0.10.3</graalvm.plugin.version> - <groovy.version>4.0.23</groovy.version> + <groovy.version>4.0.24</groovy.version> <jakarta.inject.version>1.0</jakarta.inject.version> <jline.version>3.27.1</jline.version> <maven.version>3.9.9</maven.version>