diff --git a/sadu-examples/build.gradle.kts b/sadu-examples/build.gradle.kts index 9fa0eb9a..48f6607e 100644 --- a/sadu-examples/build.gradle.kts +++ b/sadu-examples/build.gradle.kts @@ -5,7 +5,7 @@ dependencies { compileOnly(project(":sadu-postgresql")) // database driver - compileOnly("org.xerial", "sqlite-jdbc", "3.45.3.0") + compileOnly("org.xerial", "sqlite-jdbc", "3.46.0.0") compileOnly("org.postgresql", "postgresql", "42.7.3") compileOnly("org.mariadb.jdbc", "mariadb-java-client", "3.4.0") compileOnly("mysql", "mysql-connector-java", "8.0.33") diff --git a/settings.gradle.kts b/settings.gradle.kts index 0fe599af..a7158151 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -63,7 +63,7 @@ dependencyResolutionManagement { library("driver-postgres", "org.postgresql:postgresql:42.7.3") library("driver-mariadb", "org.mariadb.jdbc:mariadb-java-client:3.4.0") - library("driver-sqlite", "org.xerial:sqlite-jdbc:3.45.3.0") + library("driver-sqlite", "org.xerial:sqlite-jdbc:3.46.0.0") library("driver-mysql", "com.mysql:mysql-connector-j:8.4.0") bundle("database-postgres", listOf("testcontainers-junit", "testcontainers-core", "testcontainers-postgres", "driver-postgres"))