Skip to content

Commit

Permalink
fix(deps): update dependency com.zaxxer:hikaricp to v5.1.0 (#472)
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 Nov 4, 2023
1 parent c01540e commit aefdf9c
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.0.1")
testImplementation("com.zaxxer:HikariCP:5.1.0")
testImplementation("mysql:mysql-connector-java:8.0.33")
/**
* WARNING:中央仓库没有找到美团官方提供的Jar!!!
Expand Down

0 comments on commit aefdf9c

Please sign in to comment.