diff --git a/jvm/example-kotest/build.gradle.kts b/jvm/example-kotest/build.gradle.kts index 9efdf2d8..248917e0 100644 --- a/jvm/example-kotest/build.gradle.kts +++ b/jvm/example-kotest/build.gradle.kts @@ -6,7 +6,7 @@ repositories { } dependencies { // import Kotlin API client BOM - testImplementation(platform("com.aallam.openai:openai-client-bom:3.8.1")) + testImplementation(platform("com.aallam.openai:openai-client-bom:3.8.2")) testImplementation("com.aallam.openai:openai-client") testImplementation("io.ktor:ktor-client-okhttp") // json