Bump sqlite-jdbc from 3.30.1 to 3.31.1 in /Plan

Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.30.1 to 3.31.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.30.1...3.31.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-05 05:27:45 +00:00
parent 18e8ccca95
commit 45d95ad2f3

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