Skip to content

Commit

Permalink
Bump commons-compress from 1.19 to 1.20 in /core (testcontainers#2337)
Browse files Browse the repository at this point in the history
Bumps commons-compress from 1.19 to 1.20.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and artjom.kalita committed Feb 28, 2020
1 parent 4d60a3d commit 0239bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
compile 'org.slf4j:slf4j-api:1.7.30'
compile 'org.jetbrains:annotations:17.0.0'
compile 'javax.annotation:javax.annotation-api:1.3.2'
compile 'org.apache.commons:commons-compress:1.19'
compile 'org.apache.commons:commons-compress:1.20'
// Added for JDK9 compatibility since it's missing this package
compile 'javax.xml.bind:jaxb-api:2.3.1'
compile ('org.rnorth.duct-tape:duct-tape:1.0.8') {
Expand Down

0 comments on commit 0239bc3

Please sign in to comment.