Skip to content

Commit

Permalink
fix(deps): update dependency org.xerial:sqlite-jdbc to v3.45.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 60c0d02 commit e997508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ object DatabaseLibs {
const val mysql = "8.0.23"
const val jpa = "2.2"
const val jta = "1.3"
const val sqlite = "3.36.0.1"
const val sqlite = "3.45.2.0"
const val hsqldb = "2.5.2"
const val derby = "10.14.2.0"
const val agroal = "1.9"
Expand Down

0 comments on commit e997508

Please sign in to comment.