Skip to content

Commit

Permalink
fix(pom.xml): upgrade commons-compress to 1.19 (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
nharrand authored and monperrus committed Oct 22, 2019
1 parent c373fb3 commit d1884d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -94,7 +94,7 @@
<!-- support for compressed serialized ASTs -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.18</version>
<version>1.19</version>
</dependency>
<dependency>
<!-- to reproduce JTD error with nullable annotation -->
Expand Down

0 comments on commit d1884d7

Please sign in to comment.