From 0b0500e092b570b5f7c3167d4858ab66ceaed352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:23:22 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc from 3.53.1.0 to 3.53.2.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.53.1.0 to 3.53.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.53.1.0...3.53.2.0) --- updated-dependencies: - dependency-name: org.xerial:sqlite-jdbc dependency-version: 3.53.2.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 132fc13..4060269 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { "integrationTestImplementation"("org.testcontainers:testcontainers-mysql") "integrationTestImplementation"("org.postgresql:postgresql:42.7.11") "integrationTestImplementation"("com.mysql:mysql-connector-j:9.7.0") - "integrationTestImplementation"("org.xerial:sqlite-jdbc:3.53.1.0") + "integrationTestImplementation"("org.xerial:sqlite-jdbc:3.53.2.0") "integrationTestImplementation"("org.duckdb:duckdb_jdbc:1.5.3.0") }