From a0a430507ea3dc7559cbe37bd784cfb9c33785c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:51:55 +0200 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.45.0.0 to 3.45.1.0 in /Plan (#3448) Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.0.0 to 3.45.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.45.0.0...3.45.1.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-patch ... 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 6e5088006..533529a3c 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -91,7 +91,7 @@ subprojects { caffeineVersion = "2.9.2" mysqlVersion = "8.3.0" mariadbVersion = "3.3.2" - sqliteVersion = "3.45.0.0" + sqliteVersion = "3.45.1.0" adventureVersion = "4.14.0" hikariVersion = "5.1.0" slf4jVersion = "2.0.11"