diff --git a/integration/spark/shared/build.gradle b/integration/spark/shared/build.gradle index 46b4ffb98d..ae2004444e 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.39.4.1' testFixturesApi "org.testcontainers:junit-jupiter:${testcontainersVersion}" testFixturesApi "org.testcontainers:postgresql:${testcontainersVersion}" testFixturesApi "org.testcontainers:mockserver:${testcontainersVersion}"