From f74e2ab6c3263889f0aeca6bf5d9fec34add4a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:49:51 +0200 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.47.2.0 to 3.48.0.0 in /Plan (#3934) Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.47.2.0 to 3.48.0.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.47.2.0...3.48.0.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 83d0b901a..677ca557d 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -89,7 +89,7 @@ subprojects { caffeineVersion = "2.9.2" mysqlVersion = "9.1.0" mariadbVersion = "3.5.1" - sqliteVersion = "3.47.2.0" + sqliteVersion = "3.48.0.0" adventureVersion = "4.18.0" hikariVersion = "6.2.1" slf4jVersion = "2.0.16"