From f271cf9448a58f5fb75e4d011a51630dd386e7f6 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 16 Apr 2024 10:11:15 +0800 Subject: [PATCH] feat(sqlite): upgrade to sqlite 3.45.3 --- VERSION | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 06974d5625..8f7751601d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version=3.45.2 +version=3.45.3 diff --git a/pom.xml b/pom.xml index 6c05628531..a3c7ff59a2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.xerial sqlite-jdbc - 3.45.2.1-SNAPSHOT + 3.45.3.0-SNAPSHOT SQLite JDBC SQLite JDBC library https://github.com/xerial/sqlite-jdbc