Skip to content

Commit

Permalink
Merge pull request #1 from mickymiek/master
Browse files Browse the repository at this point in the history
updated k8s client to 2.2.4 and rundeck core to 2.7.2
  • Loading branch information
jbguerraz authored Mar 14, 2017
2 parents 4ece3e1 + 2d09edf commit b6dba69
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 @@ -51,8 +51,8 @@ repositories {
}

dependencies {
compile group: 'org.rundeck', name: 'rundeck-core', version: '2.6.9'
pluginLibs group: 'io.fabric8', name: 'kubernetes-client', version: '1.4.16'
compile group: 'org.rundeck', name: 'rundeck-core', version: '2.7.2'
pluginLibs group: 'io.fabric8', name: 'kubernetes-client', version: '2.2.4'
}

// task to copy plugin libs to output/lib dir
Expand Down

0 comments on commit b6dba69

Please sign in to comment.