Bump mysql-connector-java from 8.0.13 to 8.0.14 in /Plan (#894)

This commit is contained in:
dependabot[bot] 2019-01-22 12:22:41 +00:00 committed by GitHub
parent 7bd148d97e
commit 9b9b5bdf07
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.13" // MySQL
testCompile "mysql:mysql-connector-java:8.0.14" // MySQL
}