Skip to content

Commit

Permalink
Bump spock-core from 2.1-groovy-3.0 to 2.3-groovy-4.0
Browse files Browse the repository at this point in the history
Bumps spock-core from 2.1-groovy-3.0 to 2.3-groovy-4.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gesellix committed Oct 2, 2022
1 parent b080ea1 commit f3de34a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencies {
testImplementation("de.gesellix:testutil:[2021-08-05T22-09-32,)")

testImplementation("org.junit.platform:junit-platform-launcher:1.9.1")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.12.17")
testRuntimeOnly("org.objenesis:objenesis:3.3")
testImplementation("io.github.joke:spock-mockable:1.5.6")
Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.3")
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.1")

testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.12.17")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.1")
}
Expand Down
2 changes: 1 addition & 1 deletion integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {

testImplementation("de.gesellix:docker-registry:2022-10-01T21-12-00")
testImplementation("de.gesellix:testutil:[2020-10-03T10-08-28,)")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.12.17")
testImplementation("org.apache.commons:commons-lang3:3.12.0")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.2.11")
Expand Down

0 comments on commit f3de34a

Please sign in to comment.