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 Mar 13, 2023
1 parent 3002a92 commit fd3a6ab
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 @@ -123,7 +123,7 @@ dependencies {
testImplementation("de.gesellix:testutil:[2022-12-01T01-01-01,)")

testImplementation("org.junit.platform:junit-platform-launcher:1.9.2")
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.14.1")
testRuntimeOnly("org.objenesis:objenesis:3.3")
testImplementation("io.github.joke:spock-mockable:2.3.0")
Expand Down
2 changes: 1 addition & 1 deletion explore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.6")
runtimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5")

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.14.1")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5")
}
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 @@ -87,7 +87,7 @@ dependencies {

testImplementation("de.gesellix:docker-registry:2023-03-12T23-42-00")
testImplementation("de.gesellix:testutil:[2022-12-01T01-01-01,)")
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.14.1")
testImplementation("org.apache.commons:commons-lang3:3.12.0")
testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.3.5")
Expand Down

0 comments on commit fd3a6ab

Please sign in to comment.