Bump mysql-connector-java from 8.0.14 to 8.0.15 in /Plan (#906)

This commit is contained in:
dependabot[bot] 2019-02-04 13:12:05 +00:00 committed by GitHub
parent 6bb053b67e
commit 0172e5c040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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