Skip to content

Commit

Permalink
Update the docker-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
ketan committed Nov 20, 2016
1 parent 3a454f1 commit e43cc47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.1.0 - 2016-11-19
## 1.1.0 - 2016-11-20

### Added

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ sourceSets {
dependencies {
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: '16.11.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.7'
compile group: 'com.spotify', name: 'docker-client', version: '6.0.0'
compile group: 'com.spotify', name: 'docker-client', version: '6.1.0'
compile group: 'joda-time', name: 'joda-time', version: '2.9.4'
compile group: 'commons-io', name: 'commons-io', version: '2.5'

Expand Down

0 comments on commit e43cc47

Please sign in to comment.