From fd222f39d2d716c983436d2929ca9dfcaf1885f0 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 6 Nov 2023 09:42:38 +0800 Subject: [PATCH] feat(sqlite): upgrade to sqlite 3.44.0 --- VERSION | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 58516cc2c4..f947da5568 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version=3.43.2 +version=3.44.0 diff --git a/pom.xml b/pom.xml index c08a9cf8d1..2ee8f4dbde 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.xerial sqlite-jdbc - 3.43.2.3-SNAPSHOT + 3.44.0.0-SNAPSHOT SQLite JDBC SQLite JDBC library https://github.com/xerial/sqlite-jdbc