From 961e6c19bd97ddd4bcc0ad545855d05a9e1e6d18 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Wed, 17 Jan 2024 10:08:19 +0800 Subject: [PATCH] feat(sqlite): upgrade to sqlite 3.45.0 --- VERSION | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 23672030e..b67989423 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version=3.44.1 +version=3.45.0 diff --git a/pom.xml b/pom.xml index cf5e9c274..537835a1f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.xerial sqlite-jdbc - 3.44.1.1-SNAPSHOT + 3.45.0.0-SNAPSHOT SQLite JDBC SQLite JDBC library https://github.com/xerial/sqlite-jdbc