Skip to content

Commit

Permalink
Update acme4j to v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
porunov committed Oct 6, 2017
1 parent b612d7e commit 2f93c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ targetCompatibility = 1.8

dependencies {
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
compile group: 'org.shredzone.acme4j', name: 'acme4j-client', version: '0.12'
compile group: 'org.shredzone.acme4j', name: 'acme4j-utils', version: '0.12'
compile group: 'org.shredzone.acme4j', name: 'acme4j-client', version: '0.13'
compile group: 'org.shredzone.acme4j', name: 'acme4j-utils', version: '0.13'
compile group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.56'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
compile group: 'com.beust', name: 'jcommander', version: '1.64'
Expand Down

0 comments on commit 2f93c20

Please sign in to comment.