From add118827ddbf98045d5f4f51076fac04de0d6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:15:02 +0000 Subject: [PATCH] Bump com.openai:openai-java from 3.1.2 to 3.5.2 Bumps [com.openai:openai-java](https://github.com/openai/openai-java) from 3.1.2 to 3.5.2. - [Release notes](https://github.com/openai/openai-java/releases) - [Changelog](https://github.com/openai/openai-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-java/compare/v3.1.2...v3.5.2) --- updated-dependencies: - dependency-name: com.openai:openai-java dependency-version: 3.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bd35af3..904e2a6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("com.google.code.gson:gson:2.10.1") // Add OpenAI Java SDK for LLM integration - implementation("com.openai:openai-java:3.1.2") + implementation("com.openai:openai-java:3.5.2") // IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html intellijPlatform {