From 26bd92f3cacfc61c96ff9ad1bb4226f1b941f3be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 21 Mar 2019 06:06:54 +0000 Subject: [PATCH] Bump sqlite-jdbc from 3.27.2 to 3.27.2.1 in /Plan Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.27.2 to 3.27.2.1. - [Release notes](https://github.com/xerial/sqlite-jdbc/releases) - [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG) - [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.27.2...3.27.2.1) Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 464256de5..b7a1b8d87 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -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 }