From 0bc372989c8df69a2a02895b7f6a17b8284fa4a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:13:34 +0000 Subject: [PATCH] Update dependency com.aallam.openai:openai-client-bom to v3.8.2 --- jvm/example-kotest/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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