Skip to content

Commit

Permalink
Update dependency com.zaxxer:HikariCP to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 4e9ffa9 commit 4eaacd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sadu-datasource/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "SADU module to create a hikaricp datasource"

dependencies {
api("com.zaxxer", "HikariCP", "5.1.0")
api("com.zaxxer", "HikariCP", "6.1.0")
api(project(":sadu-core"))

testImplementation(project(":sadu-sqlite"))
Expand Down

0 comments on commit 4eaacd7

Please sign in to comment.