Skip to content

Commit

Permalink
fix(deps): update dependency org.spockframework:spock-core to v2.3-gr…
Browse files Browse the repository at this point in the history
…oovy-4.0
  • Loading branch information
renovate[bot] authored Sep 24, 2024
1 parent 7b62cce commit 47ec5f2
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 @@ -26,7 +26,7 @@ dependencies {
implementation gradleApi()
implementation 'org.yaml:snakeyaml:2.3'
testImplementation gradleTestKit()
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
}

test {
Expand Down

0 comments on commit 47ec5f2

Please sign in to comment.