Skip to content

Commit

Permalink
chore(deps): update testcontainers to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Jan 16, 2025
1 parent 554ea58 commit d3efcdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
testImplementation "io.micronaut:micronaut-http-server-netty"
testImplementation "io.micronaut:micronaut-management"

testImplementation "org.testcontainers:testcontainers:1.20.3"
testImplementation "org.testcontainers:junit-jupiter:1.20.3"
testImplementation "org.testcontainers:testcontainers:1.20.4"
testImplementation "org.testcontainers:junit-jupiter:1.20.4"
testImplementation "org.bouncycastle:bcpkix-jdk18on:1.78.1"
}

0 comments on commit d3efcdd

Please sign in to comment.