From 5884bedb54cab2e56f7cf79002cc1449eb94e042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 15 Mar 2019 12:12:35 +0000 Subject: [PATCH] Bump sqlite-jdbc from 3.25.2 to 3.27.2 in /Plan Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.25.2 to 3.27.2. - [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.25.2...3.27.2) 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 69e64e282..c4f9afbae 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.25.2" // SQLite + testCompile "org.xerial:sqlite-jdbc:3.27.2" // SQLite testCompile "mysql:mysql-connector-java:8.0.15" // MySQL }