Merge pull request #981 from plan-player-analytics/dependabot/gradle/Plan/development/org.xerial-sqlite-jdbc-3.27.2.1

This commit is contained in:
dependabot[bot] 2019-03-21 06:16:45 +00:00 committed by GitHub
commit 4a5f4b80d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ subprojects {
testCompile "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions)
// Testing dependencies required by Plan
testCompile "org.xerial:sqlite-jdbc:3.27.2" // SQLite
testCompile "org.xerial:sqlite-jdbc:3.27.2.1" // SQLite
testCompile "mysql:mysql-connector-java:8.0.15" // MySQL
}