Skip to content

Commit 3eb1a18

Browse files
committed
Update dependency versions
This updates the pom-scijava parent to 24.0.0, and the jython-shaded artifact to 2.7.1.1.
1 parent e6e8aa7 commit 3eb1a18

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 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>17.1.1</version>
8+
<version>24.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -90,11 +90,10 @@ Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
9090
Institute of Molecular Cell Biology and Genetics.</license.copyrightOwners>
9191
<license.excludes>**/script_templates/**</license.excludes>
9292

93-
<jython.version>2.7.1</jython.version>
94-
<jython-shaded.version>${jython.version}</jython-shaded.version>
95-
9693
<!-- NB: Deploy releases to the ImageJ Maven repository. -->
9794
<releaseProfiles>deploy-to-imagej</releaseProfiles>
95+
96+
<jython-shaded.version>2.7.1.1</jython-shaded.version>
9897
</properties>
9998

10099
<dependencies>

0 commit comments

Comments
 (0)