Skip to content

Commit

Permalink
Update dependency com.aallam.openai:openai-client-bom to v3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 1, 2025
1 parent 31ba3de commit f04a3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvm/example-kotest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories {
}
dependencies {
// import Kotlin API client BOM
testImplementation(platform("com.aallam.openai:openai-client-bom:3.8.1"))
testImplementation(platform("com.aallam.openai:openai-client-bom:3.8.2"))
testImplementation("com.aallam.openai:openai-client")
testImplementation("io.ktor:ktor-client-okhttp")
// json
Expand Down

0 comments on commit f04a3d1

Please sign in to comment.