From 5bf238c96b32868b1459a25045430e1c6058b3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 02:47:39 +0000 Subject: [PATCH] chore(deps): bump com.aallam.openai:openai-client from 3.6.3 to 3.7.1 Bumps [com.aallam.openai:openai-client](https://github.com/Aallam/openai-kotlin) from 3.6.3 to 3.7.1. - [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.6.3...3.7.1) --- 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 db386f2..0bb1e31 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -99,7 +99,7 @@ tasks.withType().configureEach { } dependencies { - implementation("com.aallam.openai:openai-client:3.6.3") { + implementation("com.aallam.openai:openai-client:3.7.1") { 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")