Skip to content

Commit

Permalink
fix(deps): update databaselibs.version.agroal to v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 8f41713 commit ab45734
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 @@ -141,7 +141,7 @@ object DatabaseLibs {
const val sqlite = "3.36.0.1"
const val hsqldb = "2.5.2"
const val derby = "10.14.2.0"
const val agroal = "1.9"
const val agroal = "1.18"
const val c3p0 = "0.9.5.4"
const val hikari = "4.0.2"
}
Expand Down

0 comments on commit ab45734

Please sign in to comment.