Skip to content

Commit 56f6fc3

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp-sse to v5
1 parent e441ff4 commit 56f6fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin-apipost/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ dependencies {
2525
testImplementation(libs.kotlinx.coroutines)
2626
testImplementation(libs.kotlin.test)
2727
testImplementation(libs.selenium)
28-
testImplementation("com.squareup.okhttp3:okhttp-sse:4.12.0")
28+
testImplementation("com.squareup.okhttp3:okhttp-sse:5.1.0")
2929
testImplementation("io.github.sashirestela:simple-openai:3.19.4")
3030
}

0 commit comments

Comments
 (0)