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 Aug 8, 2023
1 parent 1615aee commit 3b973cb
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 @@ -23,7 +23,7 @@ dependencies {
implementation gradleApi()
implementation 'org.yaml:snakeyaml:2.1'
testImplementation gradleTestKit()
testImplementation 'org.spockframework:spock-core:2.1-groovy-2.5'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
}

test {
Expand Down

0 comments on commit 3b973cb

Please sign in to comment.