This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git
The following commit(s) were added to refs/heads/master by this push: new 0835f0a0 Bump groovy.version from 4.0.23 to 4.0.24 (#1198) 0835f0a0 is described below commit 0835f0a0b590b3b21a5cc3234df88e84fa76cb82 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Nov 13 15:19:52 2024 +0100 Bump groovy.version from 4.0.23 to 4.0.24 (#1198) 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 ed490d5e..b6c1550f 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ <commons-compress.version>1.27.1</commons-compress.version> <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> <jansi.version>2.4.1</jansi.version> <jline.version>3.27.1</jline.version> <maven.version>4.0.0-beta-5</maven.version>