From 497569bfeacbe25053c32d70d096f43ca7859e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 19:20:22 +0000 Subject: [PATCH] chore(deps): bump org.xerial:sqlite-jdbc from 3.45.3.0 to 3.46.0.0 Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.45.3.0 to 3.46.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.45.3.0...3.46.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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4275431f..8d073ace 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -161,7 +161,7 @@ val integrationTestRuntimeOnly: Configuration by configurations.getting { dependencies { compileOnly("org.apache.kafka:connect-api:$kafkaVersion") - runtimeOnly("org.xerial:sqlite-jdbc:3.45.3.0") + runtimeOnly("org.xerial:sqlite-jdbc:3.46.0.0") runtimeOnly("org.postgresql:postgresql:42.7.3") runtimeOnly("net.sourceforge.jtds:jtds:1.3.1") runtimeOnly("net.snowflake:snowflake-jdbc:3.16.0")