Bump sqlite-jdbc from 3.32.3.2 to 3.34.0 in /core

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

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

Closes #146

Change-Id: Ie25720fc76b2ad89c2c7be7797269bfb32cf2a94
diff --git a/core/pom.xml b/core/pom.xml
index 901f728..b420607 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -283,7 +283,7 @@
 		<dependency>
 			<groupId>org.xerial</groupId>
 			<artifactId>sqlite-jdbc</artifactId>
-			<version>3.32.3.2</version>
+			<version>3.34.0</version>
 		</dependency>
 
 		<dependency>