Skip to content

Commit

Permalink
Merge pull request #36 from chkpnt/renovate/org.spockframework-spock-…
Browse files Browse the repository at this point in the history
…core-1.x

Update dependency org.spockframework:spock-core to v1.3-groovy-2.5
  • Loading branch information
chkpnt authored Apr 16, 2020
2 parents 9fcdc15 + 1541643 commit 3867284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
testImplementation gradleTestKit()
testImplementation 'commons-io:commons-io:2.6'
testImplementation 'com.google.jimfs:jimfs:1.1' // In-Memory Filesystem
testImplementation 'org.spockframework:spock-core:1.0-groovy-2.4', {
testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5', {
exclude group: 'org.codehaus.groovy'
}
testImplementation 'org.hamcrest:hamcrest-all:1.3'
Expand Down

0 comments on commit 3867284

Please sign in to comment.