From d75a20b8ebec69d609184a453cb7e952db13cb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 00:52:45 +0000 Subject: [PATCH] build(deps): bump com.openai:openai-java from 4.58.0 to 4.64.0 Bumps [com.openai:openai-java](https://github.com/openai/openai-java) from 4.58.0 to 4.64.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/v4.58.0...v4.64.0) --- updated-dependencies: - dependency-name: com.openai:openai-java dependency-version: 4.64.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d87a6c3b86..8e6cd3bd5f 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ version '1.0-SNAPSHOT' ext { jooqVersion = '3.21.2' jacksonVersion = '2.19.1' - chatGPTVersion = '4.58.0' + chatGPTVersion = '4.64.0' junitVersion = '6.1.0' }