From 232f74ef6f1ca70c41d20c6e6b1ee48522a95ce8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 01:12:03 +0000 Subject: [PATCH] chore(deps): Bump com.aallam.openai:openai-client from 3.2.5 to 3.3.2 Bumps [com.aallam.openai:openai-client](https://github.com/Aallam/openai-kotlin) from 3.2.5 to 3.3.2. - [Release notes](https://github.com/Aallam/openai-kotlin/releases) - [Changelog](https://github.com/aallam/openai-kotlin/blob/main/CHANGELOG.md) - [Commits](https://github.com/Aallam/openai-kotlin/compare/3.2.5...3.3.2) --- updated-dependencies: - dependency-name: com.aallam.openai:openai-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 768ce32..433a121 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ tasks.withType().configureEach { } dependencies { - implementation("com.aallam.openai:openai-client:3.2.5") { + implementation("com.aallam.openai:openai-client:3.3.2") { exclude(group = "org.slf4j", module = "slf4j-api") // Prevents java.lang.LinkageError: java.lang.LinkageError: loader constraint violation:when resolving method 'long kotlin.time.Duration.toLong-impl(long, kotlin.time.DurationUnit)' exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")