Skip to content

Commit

Permalink
Update acme4j to v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
porunov committed Aug 22, 2017
1 parent a39e3e1 commit fd01a53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.10'
compile group: 'org.shredzone.acme4j', name: 'acme4j-utils', version: '0.10'
compile group: 'org.shredzone.acme4j', name: 'acme4j-client', version: '0.11'
compile group: 'org.shredzone.acme4j', name: 'acme4j-utils', version: '0.11'
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
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=Porunov Java ACME Client (PJAC) v2.1.2 rev56
version=Porunov Java ACME Client (PJAC) v2.1.2 rev57

0 comments on commit fd01a53

Please sign in to comment.