From c74d1532a9cfab65b6deff8ab96ca63fb99c957d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 05:52:38 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc in /agentinsight-api Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.47.2.0 to 3.53.4.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.47.2.0...3.53.4.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.53.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- agentinsight-api/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentinsight-api/build.gradle b/agentinsight-api/build.gradle index 31d653d..e259537 100644 --- a/agentinsight-api/build.gradle +++ b/agentinsight-api/build.gradle @@ -19,7 +19,7 @@ tasks.withType(JavaCompile).configureEach { dependencies { implementation 'org.springframework.boot:spring-boot-starter-webmvc' implementation 'org.springframework.boot:spring-boot-starter-validation' - implementation 'org.xerial:sqlite-jdbc:3.47.2.0' + implementation 'org.xerial:sqlite-jdbc:3.53.4.0' implementation 'org.flywaydb:flyway-core' implementation 'com.fasterxml.jackson.core:jackson-databind' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'