Skip to content

Commit

Permalink
Feature EPL-1738: Upgrade groovy libs for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valeg-etendo committed Aug 13, 2024
1 parent 372d05b commit 9f7d4ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ test {
}

dependencies {
testImplementation 'org.codehaus.groovy:groovy-all:2.5.14'
testImplementation platform("org.spockframework:spock-bom:2.0-M4-groovy-2.5")
testImplementation 'org.codehaus.groovy:groovy-all:3.0.9'
testImplementation platform("org.spockframework:spock-bom:2.0-M4-groovy-3.0")
testImplementation 'org.spockframework:spock-core'
testImplementation 'org.spockframework:spock-junit4'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.mockito:mockito-core:3.2.4'
testImplementation( "com.athaydes:spock-reports:2.0-groovy-2.5" ) {
testImplementation( "com.athaydes:spock-reports:2.0-groovy-3.0" ) {
transitive = false // this avoids affecting your version of Groovy/Spock
}
testImplementation fileTree(project.projectDir) {
Expand Down

0 comments on commit 9f7d4ca

Please sign in to comment.