Skip to content

Commit bd78e1d

Browse files
dependabot[bot]Blarc
authored andcommitted
chore(deps): Bump com.aallam.openai:openai-client from 3.5.0 to 3.5.1
Bumps [com.aallam.openai:openai-client](https://github.com/Aallam/openai-kotlin) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/Aallam/openai-kotlin/releases) - [Changelog](https://github.com/aallam/openai-kotlin/blob/main/CHANGELOG.md) - [Commits](aallam/openai-kotlin@3.5.0...3.5.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] <[email protected]>
1 parent 520a20d commit bd78e1d

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.5.0") {
101+
implementation("com.aallam.openai:openai-client:3.5.1") {
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)