From 79dced89a4715e24407f73541c9b5eee75aa9b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:52:23 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0 in /libcobj Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.46.1.3 to 3.47.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.46.1.3...3.47.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] --- libcobj/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcobj/app/build.gradle.kts b/libcobj/app/build.gradle.kts index b3ad4adb..733b4f49 100644 --- a/libcobj/app/build.gradle.kts +++ b/libcobj/app/build.gradle.kts @@ -32,7 +32,7 @@ tasks { dependencies { implementation("com.google.guava:guava:33.3.1-jre") - implementation("org.xerial:sqlite-jdbc:3.46.1.3") + implementation("org.xerial:sqlite-jdbc:3.47.0.0") implementation("commons-cli:commons-cli:1.9.0") testImplementation("org.junit.jupiter:junit-jupiter:5.11.3") testRuntimeOnly("org.junit.platform:junit-platform-launcher")