Skip to content

Commit

Permalink
Bump mysql-connector-java from 8.0.16 to 8.0.17 in /modules/mysql
Browse files Browse the repository at this point in the history
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.16 to 8.0.17.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 24, 2019
1 parent 505731a commit dae6116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mysql/build.gradle
Expand Up @@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: MySQL"
dependencies {
compile project(':jdbc')

testCompile 'mysql:mysql-connector-java:8.0.16'
testCompile 'mysql:mysql-connector-java:8.0.17'
testCompile 'com.zaxxer:HikariCP-java6:2.3.13'
testCompile 'org.apache.tomcat:tomcat-jdbc:9.0.22'
testCompile 'commons-dbutils:commons-dbutils:1.7'
Expand Down

0 comments on commit dae6116

Please sign in to comment.