From fc14588f2d0cfe531d9d91012b38e2c19f58f8bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 07:14:28 +0000 Subject: [PATCH] chore(deps): bump org.xerial:sqlite-jdbc from 3.53.0.0 to 3.53.1.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.53.0.0 to 3.53.1.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.53.0.0...3.53.1.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.53.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugin-jdbc-sqlite/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-jdbc-sqlite/build.gradle b/plugin-jdbc-sqlite/build.gradle index cd34ab14..d11e8090 100644 --- a/plugin-jdbc-sqlite/build.gradle +++ b/plugin-jdbc-sqlite/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - jdbcDriver 'org.xerial:sqlite-jdbc:3.53.0.0' + jdbcDriver 'org.xerial:sqlite-jdbc:3.53.1.0' implementation project(':plugin-jdbc') api 'org.bouncycastle:bcprov-jdk18on' api 'org.bouncycastle:bcpkix-jdk18on'