From 76fb103170bb10773f1cca8de60b6aaa5ccb0ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 17:14:44 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.41.2.1 to 3.41.2.2 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.41.2.1 to 3.41.2.2. - [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.2.1...3.41.2.2) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index c51dd29..df07dd0 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -8,7 +8,7 @@ repositories { } dependencies { - implementation "org.xerial:sqlite-jdbc:3.41.2.1" + implementation "org.xerial:sqlite-jdbc:3.41.2.2" implementation 'com.alibaba.fastjson2:fastjson2:2.0.29' implementation 'org.yaml:snakeyaml:2.0'