Skip to content

Commit

Permalink
chore(deps): bump org.testcontainers:testcontainers from 1.19.4 to 1.…
Browse files Browse the repository at this point in the history
…19.5 (#881)

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 Feb 13, 2024
1 parent 40f8e2a commit 8d1b11a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.23.8")
testImplementation("software.amazon.awssdk:secretsmanager:2.24.1")
testImplementation("software.amazon.awssdk:sts:2.23.13")
testImplementation("org.testcontainers:testcontainers:1.19.4")
testImplementation("org.testcontainers:mysql:1.19.4")
testImplementation("org.testcontainers:postgresql:1.19.4")
testImplementation("org.testcontainers:mariadb:1.19.4")
testImplementation("org.testcontainers:junit-jupiter:1.19.4")
testImplementation("org.testcontainers:toxiproxy:1.19.4")
testImplementation("org.testcontainers:testcontainers:1.19.5")
testImplementation("org.testcontainers:mysql:1.19.5")
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("eu.rekawek.toxiproxy:toxiproxy-java:2.1.7")
testImplementation("org.apache.poi:poi-ooxml:5.2.5")
testImplementation("org.slf4j:slf4j-simple:2.0.11")
Expand Down

0 comments on commit 8d1b11a

Please sign in to comment.