Skip to content

Commit 6e29e57

Browse files
dependabot[bot]gesellix
authored andcommitted
Bump org.spockframework:spock-core from 2.3-groovy-4.0 to 2.4-groovy-4.0
Bumps [org.spockframework:spock-core](https://github.com/spockframework/spock) from 2.3-groovy-4.0 to 2.4-groovy-4.0. - [Release notes](https://github.com/spockframework/spock/releases) - [Changelog](https://github.com/spockframework/spock/blob/master/docs/release_notes.adoc) - [Commits](https://github.com/spockframework/spock/commits) --- updated-dependencies: - dependency-name: org.spockframework:spock-core dependency-version: 2.4-groovy-4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 050b8c4 commit 6e29e57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
dependencies {
2020
api("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
2121
implementation("org.slf4j:slf4j-api:${libs.versions.slf4jVersionrange.get()}!!${libs.versions.slf4j.get()}")
22-
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
22+
testImplementation("org.spockframework:spock-core:2.4-groovy-4.0")
2323
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2424
}
2525

0 commit comments

Comments
 (0)