Merge pull request #2643 from OpenRefine/thadguidry-update-jython-version

Update to latest Jython version 2.7.2
This commit is contained in:
Tom Morris 2020-06-13 22:49:09 -04:00 committed by GitHub
commit cb65348c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
</dependency>
<dependency>