Skip to content

Commit

Permalink
Upgrade duct-tape library (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth authored and bsideup committed Jul 16, 2019
1 parent 60b91b0 commit d785249
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 @@ -63,7 +63,7 @@ dependencies {
compile 'org.apache.commons:commons-compress:1.18'
// 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.7') {
compile ('org.rnorth.duct-tape:duct-tape:1.0.8') {
exclude(group: 'org.jetbrains', module: 'annotations')
}

Expand Down

0 comments on commit d785249

Please sign in to comment.