From 41aefa571b6c5f6b4b1284ff48060723507d23dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:17:14 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.50.2.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.1.0 to 3.50.2.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.45.1.0...3.50.2.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.50.2.0 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 023b1f2..f1b10ea 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation "javax.annotation:javax.annotation-api:1.3.2" implementation platform("org.springframework.boot:spring-boot-dependencies:3.3.5") api "org.springframework.data:spring-data-jdbc" - implementation "org.xerial:sqlite-jdbc:3.45.1.0" + implementation "org.xerial:sqlite-jdbc:3.50.2.0" testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2" testImplementation "org.assertj:assertj-core:3.25.3"