From fa474768cf02abd753cc10b1d3b4c9e6b117c10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:41:13 +0000 Subject: [PATCH] chore(deps): Bump org.xerial:sqlite-jdbc from 3.44.0.0 to 3.45.1.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.44.0.0 to 3.45.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.45.1.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..663947f 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.1.0' developmentOnly 'org.springframework.boot:spring-boot-devtools' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'