From 4d555289a2931d4250124d78a51582fbe56c7bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 20:16:44 +0000 Subject: [PATCH] Bump sqlite-jdbc from 3.39.3.0 to 3.41.2.2 in /backend Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.3.0 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.39.3.0...3.41.2.2) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pom.xml b/backend/pom.xml index 3566353..fad42e3 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -35,7 +35,7 @@ org.xerial sqlite-jdbc - 3.39.3.0 + 3.41.2.2