Skip to content

Commit

Permalink
Bump org.testcontainers:mysql from 1.19.1 to 1.20.2
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:mysql](https://github.com/testcontainers/testcontainers-java) from 1.19.1 to 1.20.2.
- [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.1...1.20.2)

---
updated-dependencies:
- dependency-name: org.testcontainers:mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent ab51e94 commit 7c2272e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ dependencies {
testImplementation "org.apache.logging.log4j:log4j-core:2.17.2"

// Testcontainers used to mock database
testImplementation "org.testcontainers:mysql:1.19.1"
testImplementation "org.testcontainers:mysql:1.20.2"
}

protobuf {
Expand Down

0 comments on commit 7c2272e

Please sign in to comment.