Skip to content

Commit b9f3411

Browse files
authoredJan 13, 2025··
Update dependency com.aallam.openai:openai-client-bom to v3.8.2 (#509)
2 parents fd94fca + 369c834 commit b9f3411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎jvm/example-kotest/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repositories {
66
}
77
dependencies {
88
// import Kotlin API client BOM
9-
testImplementation(platform("com.aallam.openai:openai-client-bom:3.8.1"))
9+
testImplementation(platform("com.aallam.openai:openai-client-bom:3.8.2"))
1010
testImplementation("com.aallam.openai:openai-client")
1111
testImplementation("io.ktor:ktor-client-okhttp")
1212
// json

0 commit comments

Comments
 (0)
Please sign in to comment.