Skip to content

Commit

Permalink
build: bump testcontainers-spock from 1.15.2 to 1.15.3 (micronaut-pro…
Browse files Browse the repository at this point in the history
…jects#68)

Bumps [spock](https://github.com/testcontainers/testcontainers-java) from 1.15.2 to 1.15.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.15.2...1.15.3)

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 Apr 19, 2021
1 parent 6299686 commit c366434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mqtt-ssl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation("io.micronaut:micronaut-http")
api project(":mqtt-core")
implementation "org.bouncycastle:bcpkix-jdk15on:1.68"
api "org.testcontainers:spock:1.15.2"
api "org.testcontainers:spock:1.15.3"
testImplementation("org.spockframework:spock-core:${spockVersion}") {
exclude module:'groovy-all'
}
Expand Down
2 changes: 1 addition & 1 deletion mqtt-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
}
api "io.micronaut.test:micronaut-test-spock:$micronautTestVersion"
api project(":mqtt-core")
api "org.testcontainers:spock:1.15.2"
api "org.testcontainers:spock:1.15.3"
}

0 comments on commit c366434

Please sign in to comment.