Skip to content

Commit

Permalink
Bump org.testcontainers:spock from 1.17.6 to 1.19.2
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:spock](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.19.2.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.17.6...1.19.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:spock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent 6f89fdd commit 03b8663
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 @@ -74,7 +74,7 @@ dependencies {
exclude("org.eclipse.jgit", "org.eclipse.jgit.ui")
exclude("org.eclipse.jgit", "org.eclipse.jgit")
}
testImplementation("org.testcontainers:spock:1.17.6")
testImplementation("org.testcontainers:spock:1.19.2")
testImplementation("org.spockframework:spock-core:2.2-groovy-2.5")
testImplementation("cglib:cglib-nodep:3.3.0")
testImplementation("org.objenesis:objenesis:3.3")
Expand Down

0 comments on commit 03b8663

Please sign in to comment.