diff --git a/cosid-benchmark/build.gradle.kts b/cosid-benchmark/build.gradle.kts index e4e79a8beb..8b64af634a 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.6") - 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") /**