From 7398937c74bf514ccfee889655ea21558552fdff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 17:04:09 +0000 Subject: [PATCH] fix(deps): update dependency io.github.sashirestela:simple-openai to v3.14.1 --- plugin-apipost/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-apipost/build.gradle.kts b/plugin-apipost/build.gradle.kts index c1931b4a97..068858996c 100644 --- a/plugin-apipost/build.gradle.kts +++ b/plugin-apipost/build.gradle.kts @@ -26,5 +26,5 @@ dependencies { testImplementation(libs.kotlin.test) testImplementation(libs.selenium) testImplementation("com.squareup.okhttp3:okhttp-sse:4.12.0") - testImplementation("io.github.sashirestela:simple-openai:3.14.0") + testImplementation("io.github.sashirestela:simple-openai:3.14.1") }