diff --git a/cosid-benchmark/build.gradle.kts b/cosid-benchmark/build.gradle.kts index f74aa8c3d5..554dfab3af 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.2.5") - implementation("me.ahoo.cosid:cosid-test:2.2.5") + implementation("me.ahoo.cosid:cosid-test:2.2.6") testImplementation("com.zaxxer:HikariCP:5.0.1") testImplementation("mysql:mysql-connector-java:8.0.33") /**