Bump sqlite-jdbc from 3.21.0 to 3.32.3.1 in /core

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

Signed-off-by: dependabot[bot] <support@github.com>

Closes #92

Change-Id: Ia7caf9f17478d6662edaafffd8b3556d1d2da208
diff --git a/core/pom.xml b/core/pom.xml
index c46867a..f95945d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -269,7 +269,7 @@
 		<dependency>
 			<groupId>org.xerial</groupId>
 			<artifactId>sqlite-jdbc</artifactId>
-			<version>3.21.0</version>
+			<version>3.32.3.1</version>
 		</dependency>
 
 		<dependency>