Skip to content

Commit

Permalink
Upgrade Testcontainers to 1.15.2 (micronaut-projects#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build authored Feb 22, 2021
1 parent 4610fd7 commit 44cde92
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.1"
api "org.testcontainers:spock:1.15.2"
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.1"
api "org.testcontainers:spock:1.15.2"
}

0 comments on commit 44cde92

Please sign in to comment.