Skip to content

Commit

Permalink
chore(deps): bump com.aallam.openai:openai-client from 3.6.3 to 3.7.0
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.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]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 59f803c commit afbb4db
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 @@ -99,7 +99,7 @@ tasks.withType<KotlinCompile>().configureEach {
}

dependencies {
implementation("com.aallam.openai:openai-client:3.6.3") {
implementation("com.aallam.openai:openai-client:3.7.0") {
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 afbb4db

Please sign in to comment.