Skip to content

Commit 265b893

Browse files
committed
Upgrade HikariCP to 7.0.2 and refactor JDBC tests with reusable assertions and HikariDataSource integration
1 parent 57a8f47 commit 265b893

File tree

3 files changed

+365
-358
lines changed

3 files changed

+365
-358
lines changed

dataframe-jdbc/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies {
3333
testImplementation(libs.kotestAssertions) {
3434
exclude("org.jetbrains.kotlin", "kotlin-stdlib-jdk8")
3535
}
36+
testImplementation(libs.hikaricp)
3637
}
3738

3839
kotlinPublications {

0 commit comments

Comments
 (0)