Skip to content

Commit

Permalink
fix(deps): update dependency org.xerial:sqlite-jdbc to v3.46.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent d452600 commit e8db891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {

val exposedVersion = "0.53.0"
val hikariVersion = "5.1.0"
val sqliteVersion = "3.46.0.1"
val sqliteVersion = "3.46.1.0"
val mariadbVersion = "3.4.1"

val junitVersion = "5.11.0"
Expand Down

0 comments on commit e8db891

Please sign in to comment.