From 04378243e8ee0daaf7d0451dca9e9761abf0a5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Nov 2022 09:11:30 +0000 Subject: [PATCH] Bump sqlite-jdbc from 3.39.4.0 to 3.40.0.0 in /integration/spark Bumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.4.0 to 3.40.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.40.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 46b4ffb98d..00f604996d 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.40.0.0' testFixturesApi "org.testcontainers:junit-jupiter:${testcontainersVersion}" testFixturesApi "org.testcontainers:postgresql:${testcontainersVersion}" testFixturesApi "org.testcontainers:mockserver:${testcontainersVersion}"