Skip to content

Commit 708cc0b

Browse files
committed
Update to Groovy 4.0.18
The groupId changed.
1 parent 09cd644 commit 708cc0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>31.1.0</version>
8+
<version>37.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -84,8 +84,8 @@
8484
<license.projectName>SciJava Common shared library for SciJava software.</license.projectName>
8585
<license.copyrightOwners>SciJava developers.</license.copyrightOwners>
8686

87-
<groovy.version>2.4.10</groovy.version>
88-
<ivy.version>2.4.0</ivy.version>
87+
<groovy.version>4.0.18</groovy.version>
88+
<ivy.version>2.5.2</ivy.version>
8989

9090
<!-- NB: Deploy releases to the SciJava Maven repository. -->
9191
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>
@@ -100,7 +100,7 @@
100100

101101
<!-- Third party dependencies -->
102102
<dependency>
103-
<groupId>org.codehaus.groovy</groupId>
103+
<groupId>org.apache.groovy</groupId>
104104
<artifactId>groovy</artifactId>
105105
<version>${groovy.version}</version>
106106
</dependency>

0 commit comments

Comments
 (0)