From 855043e4720fa90ae73a88eab996166c20dd002d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:13:03 +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