diff --git a/Plan/build.gradle b/Plan/build.gradle index a0fa6f250..a3394fde5 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -140,7 +140,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.32.3" // SQLite + testCompile "org.xerial:sqlite-jdbc:3.32.3.1" // SQLite testCompile "mysql:mysql-connector-java:$mysqlVersion" // MySQL }