Skip to content

Commit

Permalink
chore(deps): Bump com.aallam.openai:openai-client from 3.2.0 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps [com.aallam.openai:openai-client](https://github.com/Aallam/openai-kotlin) from 3.2.0 to 3.2.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.2.0...3.2.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Blarc committed Apr 14, 2023
1 parent fdfc6c2 commit 0179c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tasks.withType<KotlinCompile>().configureEach {
}

dependencies {
implementation("com.aallam.openai:openai-client:3.2.0") {
implementation("com.aallam.openai:openai-client:3.2.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")
Expand Down

0 comments on commit 0179c2e

Please sign in to comment.