Browse Source

Upgrade to Commons Compress 1.19

Closes gh-18311
pull/18321/head
Andy Wilkinson 6 years ago
parent
commit
f027139743
  1. 2
      spring-boot-project/spring-boot-parent/pom.xml

2
spring-boot-project/spring-boot-parent/pom.xml

@ -93,7 +93,7 @@ @@ -93,7 +93,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.18</version>
<version>1.19</version>
</dependency>
<dependency>
<groupId>org.apache.ivy</groupId>

Loading…
Cancel
Save