From da7f57d5755da42f707c37231a8ca5fa67c77929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 17:07:34 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.41.2.1 to 3.42.0.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.41.2.1 to 3.42.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.41.2.1...3.42.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] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index c51dd29..77f09f7 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.42.0.0" implementation 'com.alibaba.fastjson2:fastjson2:2.0.29' implementation 'org.yaml:snakeyaml:2.0'