Skip to content

Commit

Permalink
build: bump spock from 1.15.0 to 1.15.1 (#111)
Browse files Browse the repository at this point in the history
Bumps [spock](https://github.com/testcontainers/testcontainers-java) from 1.15.0 to 1.15.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.15.0...1.15.1)

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] authored Dec 15, 2020
1 parent bf0a028 commit e824844
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 @@ -17,7 +17,7 @@ dependencies {

implementation group: 'io.netty', name: 'netty-tcnative-boringssl-static', version: '2.0.35.Final'

testImplementation "org.testcontainers:spock:1.15.0"
testImplementation "org.testcontainers:spock:1.15.1"
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 e824844

Please sign in to comment.