Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading