From c52d3b91d39c8c765232363f7ddcfd8b29c3f92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:20:22 +0000 Subject: [PATCH] chore(deps): Bump org.xerial:sqlite-jdbc from 3.44.0.0 to 3.45.0.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.44.0.0 to 3.45.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.44.0.0...3.45.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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 04049a9..7b9efbd 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.45.0.0' developmentOnly 'org.springframework.boot:spring-boot-devtools' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'