From 0be45ac4886143dd280a56fe7d1fbab9f9ffce75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:11:45 +0000 Subject: [PATCH] Bump com.openai:openai-java from 3.1.2 to 3.6.0 Bumps [com.openai:openai-java](https://github.com/openai/openai-java) from 3.1.2 to 3.6.0. - [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.6.0) --- updated-dependencies: - dependency-name: com.openai:openai-java dependency-version: 3.6.0 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..33e78e9 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.6.0") // IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html intellijPlatform {