Skip to content

Commit 8c12c38

Browse files
committed
Replace Codehaus Groovy 3.0.24 with Apache Groovy 4.0.26
1 parent a7e6fd2 commit 8c12c38

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@
164164
<optional>true</optional>
165165
</dependency>
166166
<dependency>
167-
<groupId>org.codehaus.groovy</groupId>
167+
<groupId>org.apache.groovy</groupId>
168168
<artifactId>groovy</artifactId>
169-
<version>3.0.24</version>
169+
<version>4.0.26</version>
170170
<optional>true</optional>
171171
</dependency>
172172
<dependency>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@
272272
<action type="update" dev="ggregory" due-to="Dependabot">Bump junit-jupiter-api from 5.4.2 to 5.9.1 #32, #70.</action>
273273
<action type="update" dev="ggregory" due-to="Dependabot">Bump junit-jupiter-engine from 5.4.2 to 5.9.1 #40, #68.</action>
274274
<action type="update" dev="ggregory" due-to="Dependabot">Bump nashorn-core from 15.3 to 15.6 #52, #296.</action>
275+
<action type="update" dev="ggregory" due-to="Dependabot">Replace Codehaus Groovy 3.0.24 with Apache Groovy 4.0.26.</action>
275276
</release>
276277

277278
<release version="1.0" date="In SVN branch"

0 commit comments

Comments
 (0)