Skip to content

Commit 8b8c43f

Browse files
Bump testcontainers from 1.15.3 to 1.16.0 (#536)
Bumps [spock](https://github.com/testcontainers/testcontainers-java) from 1.15.3 to 1.16.0. - [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.15.3...1.16.0) --- updated-dependencies: - dependency-name: org.testcontainers:spock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c92c0a3 commit 8b8c43f

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
@@ -10,7 +10,7 @@ dependencies {
1010
testImplementation "io.swagger.core.v3:swagger-annotations"
1111
testImplementation "io.micronaut.beanvalidation:micronaut-hibernate-validator"
1212
testCompileOnly "io.micronaut:micronaut-inject-groovy"
13-
testImplementation "org.testcontainers:spock:1.15.3"
13+
testImplementation "org.testcontainers:spock:1.16.0"
1414
testImplementation("org.spockframework:spock-core") {
1515
exclude group: "org.codehaus.groovy", module: "groovy-all"
1616
}

0 commit comments

Comments
 (0)