From 5aa2d4e31f9d1ffc8239854507bbe663df0504a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 10:20:11 +0000 Subject: [PATCH] Bump org.xerial:sqlite-jdbc in /integration/spark Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.4.0 to 3.41.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.39.4.0...3.41.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] --- integration/spark/shared/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/spark/shared/build.gradle b/integration/spark/shared/build.gradle index 4f65fcf8a3..1ca465f052 100644 --- a/integration/spark/shared/build.gradle +++ b/integration/spark/shared/build.gradle @@ -72,7 +72,7 @@ dependencies { testFixturesApi "org.postgresql:postgresql:${postgresqlVersion}" testFixturesApi 'org.hamcrest:hamcrest-library:2.2' - testFixturesApi 'org.xerial:sqlite-jdbc:3.39.4.0' + testFixturesApi 'org.xerial:sqlite-jdbc:3.41.0.0' testFixturesApi "org.testcontainers:junit-jupiter:${testcontainersVersion}" testFixturesApi "org.testcontainers:postgresql:${testcontainersVersion}" testFixturesApi "org.testcontainers:mockserver:${testcontainersVersion}"