Skip to content

Commit 758b7ad

Browse files
Bump org.testcontainers:mysql from 1.19.8 to 1.20.3
Bumps [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java) from 1.19.8 to 1.20.3. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.8...1.20.3) --- updated-dependencies: - dependency-name: org.testcontainers:mysql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e45621 commit 758b7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appsignals-tests/contract-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies {
5858
implementation(project(":appsignals-tests:images:grpc:grpc-base"))
5959
testImplementation("org.testcontainers:kafka:1.21.3")
6060
testImplementation("org.testcontainers:postgresql:1.21.3")
61-
testImplementation("org.testcontainers:mysql:1.19.8")
61+
testImplementation("org.testcontainers:mysql:1.21.3")
6262
testImplementation("com.mysql:mysql-connector-j:8.4.0")
6363
}
6464

0 commit comments

Comments
 (0)