Bump sqlite-jdbc from 3.32.3.1 to 3.32.3.2 in /Plan

Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.32.3.1 to 3.32.3.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.32.3.1...3.32.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-13 07:22:15 +00:00
parent 0ab1ca6a91
commit 565e6c20c9
1 changed files with 1 additions and 1 deletions

View File

@ -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.1" // SQLite
testCompile "org.xerial:sqlite-jdbc:3.32.3.2" // SQLite
testCompile "mysql:mysql-connector-java:$mysqlVersion" // MySQL
}