Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoberstar committed Apr 7, 2018
1 parent 0f71b36 commit 8bae205
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 8 additions & 1 deletion global.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@
"org.ajoberstar.reckon:reckon-gradle",
"org.ajoberstar.reckon:reckon-gradle"
],
"locked": "24.0-jre"
"locked": "24.1-jre"
},
"junit:junit": {
"firstLevelTransitive": [
"org.ajoberstar.reckon:reckon-core",
"org.ajoberstar.reckon:reckon-core"
],
"locked": "4.12"
},
"org.ajoberstar.reckon:reckon-core": {
"firstLevelTransitive": [
Expand Down
3 changes: 2 additions & 1 deletion reckon-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ dependencies {
compile 'com.github.zafarkhaja:java-semver:[0.9.0,)'

// testing
testCompile "org.spockframework:spock-core:1.1-groovy-2.4"
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
testCompile 'org.codehaus.groovy:groovy-all:2.4.15'
}
4 changes: 3 additions & 1 deletion reckon-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ dependencies {

// testing
compatTestCompile gradleTestKit()
compatTestCompile "org.spockframework:spock-core:1.1-groovy-2.4"
compatTestCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
compatTestCompile 'org.codehaus.groovy:groovy-all:2.4.15'
compatTestCompile 'junit:junit:4.12'
}

stutter {
Expand Down

0 comments on commit 8bae205

Please sign in to comment.