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-scxml.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c12c38a Replace Codehaus Groovy 3.0.24 with Apache Groovy 4.0.26
8c12c38a is described below

commit 8c12c38a6846cf47cd7efe789b289f5bdb0ff708
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Mar 9 14:41:38 2025 -0400

    Replace Codehaus Groovy 3.0.24 with Apache Groovy 4.0.26
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b2d51485..6bd3aa6f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,9 +164,9 @@
       <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.groovy</groupId>
+      <groupId>org.apache.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>3.0.24</version>
+      <version>4.0.26</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 37398123..ad315050 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -272,6 +272,7 @@
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
junit-jupiter-api from 5.4.2 to 5.9.1 #32, #70.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
junit-jupiter-engine from 5.4.2 to 5.9.1 #40, #68.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
nashorn-core from 15.3 to 15.6 #52, #296.</action>
+      <action type="update" dev="ggregory" due-to="Dependabot">Replace 
Codehaus Groovy 3.0.24 with Apache Groovy 4.0.26.</action>
     </release>
 
     <release version="1.0" date="In SVN branch"

Reply via email to