Bump spock-bom from 2.2-groovy-4.0 to 2.3-groovy-4.0

Bumps spock-bom from 2.2-groovy-4.0 to 2.3-groovy-4.0.

---
updated-dependencies:
- dependency-name: org.spockframework:spock-bom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-04 16:52:18 +02:00
committed by Leonard Brünings
parent dc0f1ad06c
commit e5e0f682cd
+1 -1
View File
@@ -17,7 +17,7 @@ dependencies {
// mandatory dependencies for using Spock
implementation platform('org.apache.groovy:groovy-bom:4.0.5')
implementation 'org.apache.groovy:groovy'
testImplementation platform("org.spockframework:spock-bom:2.2-groovy-4.0")
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules