Skip to content

Commit

Permalink
fix(deps): update dependency com.zaxxer:hikaricp to v6 (#635)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent a025f36 commit 27e6f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosid-benchmark/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
api(platform(libs.cosidBom))
implementation("me.ahoo.cosid:cosid-jdbc")
implementation("me.ahoo.cosid:cosid-test")
testImplementation("com.zaxxer:HikariCP:5.1.0")
testImplementation("com.zaxxer:HikariCP:6.0.0")
testImplementation("mysql:mysql-connector-java:8.0.33")
/**
* WARNING:中央仓库没有找到美团官方提供的Jar!!!
Expand Down

0 comments on commit 27e6f68

Please sign in to comment.