Skip to content

Commit

Permalink
Bump spock from 1.17.5 to 1.17.6 (#556)
Browse files Browse the repository at this point in the history
Bumps [spock](https://github.com/testcontainers/testcontainers-java) from 1.17.5 to 1.17.6.
- [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.5...1.17.6)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 28, 2022
1 parent 21abd84 commit 2295c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -76,7 +76,7 @@ dependencies {
exclude("org.eclipse.jgit", "org.eclipse.jgit.ui")
exclude("org.eclipse.jgit", "org.eclipse.jgit")
}
testImplementation("org.testcontainers:spock:1.17.5")
testImplementation("org.testcontainers:spock:1.17.6")
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 2295c34

Please sign in to comment.