Skip to content

Commit

Permalink
chore(deps): bump org.testcontainers:mysql from 1.19.0 to 1.19.1 (aws…
Browse files Browse the repository at this point in the history
…#672)

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 Oct 10, 2023
1 parent ef7c31b commit f41fe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
testImplementation("software.amazon.awssdk:ec2:2.20.105")
testImplementation("software.amazon.awssdk:secretsmanager:2.20.154")
testImplementation("org.testcontainers:testcontainers:1.19.0")
testImplementation("org.testcontainers:mysql:1.19.0")
testImplementation("org.testcontainers:mysql:1.19.1")
testImplementation("org.testcontainers:postgresql:1.19.1")
testImplementation("org.testcontainers:mariadb:1.19.1")
testImplementation("org.testcontainers:junit-jupiter:1.19.1")
Expand Down

0 comments on commit f41fe89

Please sign in to comment.