Skip to content

Commit

Permalink
Bump mysql from 1.13.0 to 1.14.0 (#142)
Browse files Browse the repository at this point in the history
Bumps [mysql](https://github.com/testcontainers/testcontainers-java) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.13.0...1.14.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 14, 2020
1 parent cd53b32 commit fb44679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertx-mysql-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {

testImplementation "io.micronaut:micronaut-management:$micronautVersion"
testImplementation "org.testcontainers:spock:1.13.0"
testImplementation "org.testcontainers:mysql:1.13.0"
testImplementation "org.testcontainers:mysql:1.14.0"
testImplementation "mysql:mysql-connector-java:8.0.19"
testImplementation "io.vertx:vertx-rx-java2:$vertxVersion"
testImplementation "io.vertx:vertx-codegen:$vertxVersion"
Expand Down

0 comments on commit fb44679

Please sign in to comment.