Skip to content

Commit

Permalink
chore(deps): bump org.testcontainers:testcontainers from 1.19.5 to 1.…
Browse files Browse the repository at this point in the history
…19.7 (aws#939)

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 Mar 25, 2024
1 parent d0a11ef commit 1140de8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ dependencies {
testImplementation("software.amazon.awssdk:ec2:2.25.2")
testImplementation("software.amazon.awssdk:secretsmanager:2.25.2")
testImplementation("software.amazon.awssdk:sts:2.25.17")
testImplementation("org.testcontainers:testcontainers:1.19.5")
testImplementation("org.testcontainers:testcontainers:1.19.7")
testImplementation("org.testcontainers:mysql:1.19.7")
testImplementation("org.testcontainers:postgresql:1.19.5")
testImplementation("org.testcontainers:mariadb:1.19.5")
testImplementation("org.testcontainers:junit-jupiter:1.19.5")
testImplementation("org.testcontainers:toxiproxy:1.19.5")
testImplementation("org.testcontainers:postgresql:1.19.7")
testImplementation("org.testcontainers:mariadb:1.19.7")
testImplementation("org.testcontainers:junit-jupiter:1.19.7")
testImplementation("org.testcontainers:toxiproxy:1.19.7")
testImplementation("eu.rekawek.toxiproxy:toxiproxy-java:2.1.7")
testImplementation("org.apache.poi:poi-ooxml:5.2.5")
testImplementation("org.slf4j:slf4j-simple:2.0.12")
Expand Down

0 comments on commit 1140de8

Please sign in to comment.