This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jci.git
The following commit(s) were added to refs/heads/master by this push: new c95ce9b Bump org.codehaus.groovy:groovy-all from 3.0.23 to 3.0.24 (#176) c95ce9b is described below commit c95ce9bf4c347cda231571388c85e483fdf88015 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Feb 28 14:01:57 2025 -0500 Bump org.codehaus.groovy:groovy-all from 3.0.23 to 3.0.24 (#176) Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 3.0.23 to 3.0.24. - [Commits](https://github.com/apache/groovy/commits) --- updated-dependencies: - dependency-name: org.codehaus.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 e7503b1..b4823f8 100644 --- a/pom.xml +++ b/pom.xml @@ -240,7 +240,7 @@ <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId> - <version>3.0.23</version> + <version>3.0.24</version> <type>pom</type> <scope>import</scope> </dependency>