Skip to content

Commit

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 26, 2021
1 parent 5b281ef commit d77820f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

implementation "io.netty:netty-tcnative-boringssl-static:$tcnativeBoringsslStatic"

testImplementation "org.testcontainers:spock:1.15.3"
testImplementation "org.testcontainers:spock:1.16.2"
testImplementation("io.micronaut:micronaut-http-client")
testImplementation("org.codehaus.groovy:groovy-dateutil:$groovyVersion")
testImplementation("org.codehaus.groovy:groovy-json:$groovyVersion")
Expand Down

0 comments on commit d77820f

Please sign in to comment.