From a6c6379447edb8682732ca307bcc50045ea8bbab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:23:53 +0000 Subject: [PATCH] chore(deps): Bump org.xerial:sqlite-jdbc from 3.44.0.0 to 3.44.1.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.44.0.0 to 3.44.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.44.0.0...3.44.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 04049a9..5d70b68 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { implementation 'org.joda:joda-money:1.0.4' implementation 'org.jsoup:jsoup:1.16.2' implementation 'org.apache.pdfbox:pdfbox:3.0.0' - runtimeOnly 'org.xerial:sqlite-jdbc:3.44.0.0' + runtimeOnly 'org.xerial:sqlite-jdbc:3.44.1.0' developmentOnly 'org.springframework.boot:spring-boot-devtools' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'