Skip to content

Commit 7e3dd9e

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): Bump com.aallam.openai:openai-client from 3.6.3 to 3.7.0
Bumps [com.aallam.openai:openai-client](https://github.com/Aallam/openai-kotlin) from 3.6.3 to 3.7.0. - [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/commits) --- updated-dependencies: - dependency-name: com.aallam.openai:openai-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e33b0a5 commit 7e3dd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tasks.withType<KotlinCompile>().configureEach {
9898
}
9999

100100
dependencies {
101-
implementation("com.aallam.openai:openai-client:3.6.3") {
101+
implementation("com.aallam.openai:openai-client:3.7.0") {
102102
exclude(group = "org.slf4j", module = "slf4j-api")
103103
// Prevents java.lang.LinkageError: java.lang.LinkageError: loader constraint violation:when resolving method 'long kotlin.time.Duration.toLong-impl(long, kotlin.time.DurationUnit)'
104104
exclude(group = "org.jetbrains.kotlin", module = "kotlin-stdlib")

0 commit comments

Comments
 (0)