Skip to content

Commit

Permalink
Update dependency org.xerial:sqlite-jdbc to v3.49.0.0 (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 18, 2025
1 parent 13f6923 commit 176bd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencyResolutionManagement {
// database
library("hikari", "com.zaxxer:HikariCP:5.1.0")
library("mariadb", "org.mariadb.jdbc:mariadb-java-client:3.5.2")
library("sqlite", "org.xerial:sqlite-jdbc:3.46.0.0")
library("sqlite", "org.xerial:sqlite-jdbc:3.49.0.0")
library("postgres", "org.postgresql:postgresql:42.7.5")
bundle("database", listOf("hikari", "mariadb", "sqlite", "postgres"))
version("sadu", "2.2.1")
Expand Down

0 comments on commit 176bd2b

Please sign in to comment.