From 3ef2146f05b306b2d263f52f90a3bce900d7f1ef Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 7 Feb 2025 09:33:48 +0800 Subject: [PATCH] feat(sqlite): upgrade to sqlite 3.49.0 --- VERSION | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e969a37e2..48eb583dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -version=3.48.0 +version=3.49.0 diff --git a/pom.xml b/pom.xml index ff613604c..cd172b387 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.xerial sqlite-jdbc - 3.48.0.1-SNAPSHOT + 3.49.0.0-SNAPSHOT SQLite JDBC SQLite JDBC library https://github.com/xerial/sqlite-jdbc