Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #759 from mockito/ep4
Browse files Browse the repository at this point in the history
Update dependencies and tools
  • Loading branch information
epeee authored Sep 26, 2018
2 parents 17332a8 + c062f59 commit 0302c6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions subprojects/shipkit/shipkit.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'com.gradle.plugin-publish'
apply from: "$rootDir/gradle/upgrade-downstream.gradle"

checkstyle {
toolVersion = '8.11'
toolVersion = '8.12'
configFile = file("${rootDir}/config/checkstyle/checkstyle.xml")
}

Expand All @@ -24,12 +24,12 @@ dependencies {
compile "com.gradle.publish:plugin-publish-plugin:0.9.10"
compile 'com.googlecode.java-diff-utils:diffutils:1.3.0'

testCompile("org.spockframework:spock-core:1.1-groovy-2.4") {
testCompile("org.spockframework:spock-core:1.2-groovy-2.4") {
exclude module: "groovy-all"
}
testCompile 'info.solidsoft.spock:spock-global-unroll:0.5.1' //automatically unroll Spock tests (if appropriate)
testCompile "net.bytebuddy:byte-buddy:1.7.1"
testCompile "org.objenesis:objenesis:2.5"
testCompile "net.bytebuddy:byte-buddy:1.8.22"
testCompile "org.objenesis:objenesis:2.6"
testCompile "commons-lang:commons-lang:2.4"
testCompile gradleTestKit()
}
Expand All @@ -49,7 +49,7 @@ test {
}

codenarc {
toolVersion = '1.2'
toolVersion = '1.2.1'
}

pluginBundle {
Expand Down

0 comments on commit 0302c6b

Please sign in to comment.