From 2af82b2676270e16a2249da000c9fe7f226fb714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:22:41 +0000 Subject: [PATCH] Bump com.openai:openai-java from 3.1.2 to 4.2.0 Bumps [com.openai:openai-java](https://github.com/openai/openai-java) from 3.1.2 to 4.2.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...v4.2.0) --- updated-dependencies: - dependency-name: com.openai:openai-java dependency-version: 4.2.0 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..b05cd74 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.2.0") // IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html intellijPlatform {