From b3c171966635c7a68e8b63c2e9419c568cc05873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:43:34 +0000 Subject: [PATCH] Bump com.openai:openai-java from 3.1.2 to 4.6.1 Bumps [com.openai:openai-java](https://github.com/openai/openai-java) from 3.1.2 to 4.6.1. - [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...v4.6.1) --- updated-dependencies: - dependency-name: com.openai:openai-java dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-major ... 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..b5e4d82 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:4.6.1") // IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html intellijPlatform {