Skip to content

Commit

Permalink
deps: Update spock-core to 2.3-groovy-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Aug 6, 2024
1 parent 961c1ec commit 8892048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ project:
inceptionYear: 2020
java:
groupId: org.kordamp.gradle
version: 1.8
version: 11

release:
github:
Expand Down
3 changes: 2 additions & 1 deletion plugins/enforcer-gradle-plugin/enforcer-gradle-plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ dependencies {
compileOnly "org.kordamp.gradle:base-gradle-plugin:$kordampPluginVersion"

testImplementation(localGroovy())
testImplementation('org.spockframework:spock-core:1.3-groovy-2.5')
testImplementation('org.spockframework:spock-core:2.3-groovy-3.0')
testImplementation('junit:junit:4.13.2')
testImplementation project(':enforcer-rules')
testImplementation "org.kordamp.gradle:base-gradle-plugin:$kordampPluginVersion"
}
Expand Down

0 comments on commit 8892048

Please sign in to comment.