Merge pull request #3260 from OpenRefine/dependabot/maven/org.codehaus.plexus-plexus-archiver-4.2.3

Bump plexus-archiver from 4.2.2 to 4.2.3
This commit is contained in:
Tom Morris 2020-10-13 13:55:14 -04:00 committed by GitHub
commit de7d7ecfb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -401,11 +401,11 @@
<version>1.2.0</version>
<dependencies>
<dependency>
<!-- dependency upgraded to a newer version to fix runtime issues with some JRE versions:
<!-- dependency upgraded to >4.0 to fix runtime issues with some JRE versions:
https://stackoverflow.com/questions/53696439/appbundle-maven-plugin-fails-on-mac-osx-with-java-10 -->
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>4.2.2</version>
<version>4.2.3</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>