From 94a9994f03e41783b9beaccdc9b2b272448c0331 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 9 Dec 2020 05:17:18 +0000 Subject: [PATCH] Bump sqlite-jdbc from 3.32.3.2 to 3.32.3.3 in /Plan Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.32.3.2 to 3.32.3.3. - [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.32.3.2...3.32.3.3) Signed-off-by: dependabot-preview[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 76cf6c180..388df5383 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.2" // SQLite + testCompile "org.xerial:sqlite-jdbc:3.32.3.3" // SQLite testCompile "mysql:mysql-connector-java:$mysqlVersion" // MySQL }