Skip to content

Commit 251f1f5

Browse files
Bump spock from 1.16.3 to 1.17.1 (#695)
Bumps [spock](https://github.com/testcontainers/testcontainers-java) from 1.16.3 to 1.17.1. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.16.3...1.17.1) --- updated-dependencies: - dependency-name: org.testcontainers:spock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb0fa90 commit 251f1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-examples/example-groovy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation 'io.projectreactor:reactor-core'
1717
testImplementation "io.micronaut.beanvalidation:micronaut-hibernate-validator"
1818
testCompileOnly "io.micronaut:micronaut-inject-groovy"
19-
testImplementation "org.testcontainers:spock:1.16.3"
19+
testImplementation "org.testcontainers:spock:1.17.1"
2020
testImplementation("org.spockframework:spock-core") {
2121
exclude group: "org.codehaus.groovy", module: "groovy-all"
2222
}

0 commit comments

Comments
 (0)