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}"