Skip to content

Commit

Permalink
Update dependencies: itextpdf and jsch to latest versions (fix securi…
Browse files Browse the repository at this point in the history
…ty issues) (#56)
  • Loading branch information
Pitterling authored Oct 20, 2016
1 parent feb5085 commit 40613b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ repositories {
}

dependencies {
compile group: 'com.itextpdf', name: 'itextpdf', version: '5.5.9'

compile group: 'com.jcraft', name: 'jsch', version: '0.1.53'
compile group: 'com.itextpdf', name: 'itextpdf', version: '5.5.10'
compile group: 'com.jcraft', name: 'jsch', version: '0.1.54'
compile group: 'org.jfree', name: 'jfreechart', version: '1.0.19'
testCompile 'junit:junit:4.12'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Apr 27 22:26:08 JST 2016
#Wed Oct 19 23:48:07 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip

0 comments on commit 40613b0

Please sign in to comment.