From 8ff4af32bbab31dc9ae87c795443154d31014c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 05:15:45 +0000 Subject: [PATCH] fix(deps): update dependency me.ahoo.cosid:cosid-test to v2.3.1 --- 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 e8814c9afd..d5bf00d98a 100644 --- a/cosid-benchmark/build.gradle.kts +++ b/cosid-benchmark/build.gradle.kts @@ -30,7 +30,7 @@ repositories { dependencies { implementation("me.ahoo.cosid:cosid-jdbc:2.3.0") - implementation("me.ahoo.cosid:cosid-test:2.3.0") + implementation("me.ahoo.cosid:cosid-test:2.3.1") testImplementation("com.zaxxer:HikariCP:5.0.1") testImplementation("mysql:mysql-connector-java:8.0.33") /**