Skip to content

Commit 976d147

Browse files
build!: groovy 4 -> 5 (#406)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 00d7a63 commit 976d147

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@
4646
<dependency>
4747
<groupId>org.apache.groovy</groupId>
4848
<artifactId>groovy-all</artifactId>
49-
<version>4.0.28</version>
49+
<version>5.0.2</version>
5050
<type>pom</type>
5151
</dependency>
5252
<!-- https://mvnrepository.com/artifact/org.apache.groovy/groovy-dateutil -->
5353
<dependency>
5454
<groupId>org.apache.groovy</groupId>
5555
<artifactId>groovy-dateutil</artifactId>
56-
<version>4.0.28</version>
56+
<version>5.0.2</version>
5757
</dependency>
5858
<!-- https://mvnrepository.com/artifact/org.codehaus.gpars/gpars -->
5959
<dependency>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.codehaus.groovy</groupId>
8787
<artifactId>groovy-eclipse-batch</artifactId>
88-
<version>4.0.27-01</version> <!-- NOTE: if no release notes, try commit history of https://github.com/groovy/groovy-eclipse -->
88+
<version>5.0.2-01</version> <!-- NOTE: if no release notes, try commit history of https://github.com/groovy/groovy-eclipse -->
8989
</dependency>
9090
</dependencies>
9191
</plugin>

0 commit comments

Comments
 (0)