This is an automated email from the ASF dual-hosted git repository.

ppkarwasz 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 d2b02072 Bumps Groovy to version 4.0.33 (#394)
d2b02072 is described below

commit d2b0207208a120ae74dc5ddb3015722b66233303
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Fri Sep 11 10:24:03 2026 +0200

    Bumps Groovy to version 4.0.33 (#394)
    
    * Bump org.apache.groovy:groovy from 4.0.32 to 4.0.33.
    * Keep Dependabot on the Groovy 4.x line
    
    Groovy 5.x requires Java 11, while Commons SCXML 2.0 still targets
    Java 8, so major Groovy updates need a deliberate decision rather than
    an automated pull request.
    
    Assisted-By: Claude Opus 5 (1M context) <[email protected]>
---
 .github/dependabot.yml  | 4 ++++
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 90ec55f7..390abfdd 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,6 +19,10 @@ updates:
     directory: "/"
     schedule:
       interval: "quarterly"
+    ignore:
+      # Groovy 5.x requires Java 11, while Commons SCXML 2.0 targets Java 8.
+      - dependency-name: "org.apache.groovy:groovy"
+        update-types: ["version-update:semver-major"]
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
diff --git a/pom.xml b/pom.xml
index 4f94d065..92ae785b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
     <dependency>
       <groupId>org.apache.groovy</groupId>
       <artifactId>groovy</artifactId>
-      <version>4.0.32</version>
+      <version>4.0.33</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ccd11584..4110d4c6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -276,7 +276,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.7 #52, #296, #344.</action>
-      <action type="update" dev="ggregory" due-to="Dependabot">Replace 
Codehaus Groovy 3.0.24 with Apache Groovy 4.0.32 #329.</action>
+      <action type="update" dev="ggregory" due-to="Dependabot">Replace 
Codehaus Groovy 3.0.24 with Apache Groovy 4.0.33 #394.</action>
     </release>
 
     <release version="1.0" date="In SVN branch"

Reply via email to