From aefdf9cc1b087b909ee1cc86f1432c3535ab7709 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 07:38:46 +0800 Subject: [PATCH] fix(deps): update dependency com.zaxxer:hikaricp to v5.1.0 (#472) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cosid-benchmark/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosid-benchmark/build.gradle.kts b/cosid-benchmark/build.gradle.kts index 8a115efe92..4578177adc 100644 --- a/cosid-benchmark/build.gradle.kts +++ b/cosid-benchmark/build.gradle.kts @@ -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!!!