Skip to content

Commit

Permalink
build(deps): bump org.spockframework:spock-core
Browse files Browse the repository at this point in the history
Bumps [org.spockframework:spock-core](https://github.com/spockframework/spock) from 2.4-M4-groovy-4.0 to 2.4-M5-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-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 5f44ef1 commit f5bbd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")

testImplementation("org.spockframework:spock-core:2.4-M4-groovy-4.0")
testImplementation("org.spockframework:spock-core:2.4-M5-groovy-4.0")

javacc("net.java.dev.javacc:javacc:7.0.13")
}
Expand Down

0 comments on commit f5bbd6d

Please sign in to comment.