Bump mysql-connector-java from 8.0.15 to 8.0.16 in /Plan (#1016)

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.15 to 8.0.16.
- [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/compare/8.0.15...8.0.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-04-30 11:08:46 +03:00 committed by Risto Lahtela
parent 5fd7deb389
commit 98cd6bc5e0

View File

@ -114,7 +114,7 @@ subprojects {
// Testing dependencies required by Plan
testCompile "org.xerial:sqlite-jdbc:3.27.2.1" // SQLite
testCompile "mysql:mysql-connector-java:8.0.15" // MySQL
testCompile "mysql:mysql-connector-java:8.0.16" // MySQL
}
configurations {