Skip to content

Commit c0a528a

Browse files
committed
POM: update Jython version to 2.5.3
This is very important because 2.5.2 is not actually available from Maven Central. We never noticed that this project will not build on a clean machine, because we only ever built it on machines that already had Jython 2.5.2 available from the Maven local repository cache...
1 parent d495d55 commit c0a528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.python</groupId>
9393
<artifactId>jython</artifactId>
94-
<version>2.5.2</version>
94+
<version>2.5.3</version>
9595
</dependency>
9696

9797
<!-- Test dependencies -->

0 commit comments

Comments
 (0)