Skip to content

Commit

Permalink
chore(deps): update dependency com.zaxxer:hikaricp to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent b77d023 commit efc1498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ kotlin {
implementation("org.jetbrains.exposed:exposed-java-time")

// Data Source Connection Pool
implementation("com.zaxxer:HikariCP:5.1.0")
implementation("com.zaxxer:HikariCP:6.0.0")

// SQLite JDBC Driver
implementation(files("libs/sqlite-jdbc-3.42.0.0.jar"))
Expand Down

0 comments on commit efc1498

Please sign in to comment.