Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] authored Jan 24, 2022
1 parent c20b796 commit 1cdf87a
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.16.2"
testImplementation "org.testcontainers:spock:1.16.3"
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 1cdf87a

Please sign in to comment.