From 904e9282c463d7be7bc047c3dd92096e00fa40bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Mar 2023 11:48:25 +0300 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.41.0.0 to 3.41.2.1 in /Plan (#2946) Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.41.0.0 to 3.41.2.1. - [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.41.0.0...3.41.2.1) --- 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 b0804cd02..3087cbedd 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -88,7 +88,7 @@ subprojects { jettyVersion = "11.0.14" caffeineVersion = "2.9.2" mysqlVersion = "8.0.32" - sqliteVersion = "3.41.2.0" + sqliteVersion = "3.41.2.1" adventureVersion = "4.13.0" hikariVersion = "5.0.1" slf4jVersion = "2.0.6"