From 5c4a3673b93649489deffd4258871ee636e9d0d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 01:59:02 +0000 Subject: [PATCH] chore(deps): Bump com.aallam.openai:openai-client from 3.7.0 to 3.7.1 Bumps [com.aallam.openai:openai-client](https://github.com/Aallam/openai-kotlin) from 3.7.0 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.7.0...3.7.1) --- updated-dependencies: - dependency-name: com.aallam.openai:openai-client dependency-type: direct:production update-type: version-update:semver-patch ... 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 b24c69c..2a8100a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -102,7 +102,7 @@ tasks.test { } dependencies { - implementation("com.aallam.openai:openai-client:3.7.0") { + 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")