Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@ dependencies {
testFixturesApi gradleTestKit()
testImplementation 'org.wiremock:wiremock-standalone:3.6.0'
testImplementation "org.mockito:mockito-core:${props.getProperty('mockito')}"
integTestImplementation('org.spockframework:spock-core:2.4-M6-groovy-4.0') {
integTestImplementation('org.spockframework:spock-core:2.4-groovy-5.0') {
exclude module: "groovy"
}
// Integration with JUnit 4 features for Spock 2+ (which internally uses JUnit Platform -
// part of JUnit 5) - https://spockframework.org/spock/docs/2.4-M6/modules.html
integTestImplementation('org.spockframework:spock-junit4:2.4-M6-groovy-4.0') {
integTestImplementation('org.spockframework:spock-junit4:2.4-groovy-5.0') {
exclude module: "groovy"
}
integTestImplementation(platform("org.junit:junit-bom:${props.getProperty('junit5')}"))
Expand Down
Loading