Skip to content

Commit

Permalink
#48 - Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Jahreiß committed Nov 18, 2016
1 parent 96ea437 commit 06eab2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ subprojects {
testCompile "junit:junit:4.12"
testCompile "org.mockito:mockito-core:1.10.19"
testCompile "org.slf4j:slf4j-simple:1.7.21"
testCompile "com.github.tomakehurst:wiremock:2.2.1"
testCompile "org.powermock:powermock-module-junit4-rule:1.6.5"
testCompile "org.powermock:powermock-classloading-xstream:1.6.5"
testCompile "org.powermock:powermock-api-mockito:1.6.5"
testCompile "com.github.tomakehurst:wiremock:2.3.1"
testCompile "org.powermock:powermock-module-junit4-rule:1.6.6"
testCompile "org.powermock:powermock-classloading-xstream:1.6.6"
testCompile "org.powermock:powermock-api-mockito:1.6.6"
}

license {
Expand Down
2 changes: 1 addition & 1 deletion deployer-kubernetes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies {

testCompile project (path: ':deployer-commons', configuration: 'tests')

integrationTestCompile 'io.fabric8:kubernetes-client:1.4.14'
integrationTestCompile 'io.fabric8:kubernetes-client:1.4.20'
}

0 comments on commit 06eab2b

Please sign in to comment.