Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.48.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent e2359ab commit de636fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sadu-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
compileOnly(project(":sadu-postgresql"))

// database driver
compileOnly("org.xerial", "sqlite-jdbc", "3.47.2.0")
compileOnly("org.xerial", "sqlite-jdbc", "3.48.0.0")
compileOnly("org.postgresql", "postgresql", "42.7.5")
compileOnly("org.mariadb.jdbc", "mariadb-java-client", "3.5.1")
compileOnly("mysql", "mysql-connector-java", "8.0.33")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencyResolutionManagement {

library("driver-postgres", "org.postgresql:postgresql:42.7.5")
library("driver-mariadb", "org.mariadb.jdbc:mariadb-java-client:3.5.1")
library("driver-sqlite", "org.xerial:sqlite-jdbc:3.47.2.0")
library("driver-sqlite", "org.xerial:sqlite-jdbc:3.48.0.0")
library("driver-mysql", "com.mysql:mysql-connector-j:9.1.0")

bundle("database-postgres", listOf("testcontainers-junit", "testcontainers-core", "testcontainers-postgres", "driver-postgres"))
Expand Down

0 comments on commit de636fe

Please sign in to comment.