Skip to content

Commit

Permalink
Merge pull request #151 from cfg4j/deps
Browse files Browse the repository at this point in the history
upgrade dependencies
  • Loading branch information
norbertpotocki committed Apr 19, 2016
2 parents 19061f7 + 61c1cc4 commit 290f1b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -58,7 +58,7 @@ subprojects {
dependencies {

// Logging
compile group: "org.slf4j", name: "slf4j-api", version: "1.7.20"
compile group: "org.slf4j", name: "slf4j-api", version: "1.7.21"

// YAML
compile group: "org.yaml", name: "snakeyaml", version: '1.17'
Expand All @@ -67,7 +67,7 @@ subprojects {
compile group: "io.dropwizard.metrics", name: "metrics-core", version: "3.1.2"

testCompile group: "junit", name: "junit", version: "4.12"
testCompile group: "org.assertj", name: "assertj-core", version: "2.4.0"
testCompile group: "org.assertj", name: "assertj-core", version: "2.4.1"
testCompile group: "org.mockito", name: "mockito-core", version: "1.10.19"
testCompile group: "org.powermock", name: "powermock-api-mockito", version: "1.6.4"
testCompile group: "org.powermock", name: "powermock-module-junit4", version: "1.6.4"
Expand Down
2 changes: 1 addition & 1 deletion cfg4j-git/build.gradle
Expand Up @@ -28,7 +28,7 @@ dependencies {

compile project(":cfg4j-core")

compile group: "org.eclipse.jgit", name: "org.eclipse.jgit", version: "4.2.0.201601211800-r"
compile group: "org.eclipse.jgit", name: "org.eclipse.jgit", version: "4.3.0.201604071810-r"

testCompile project(":cfg4j-core").sourceSets.test.output
}
Expand Down

0 comments on commit 290f1b8

Please sign in to comment.