From 9746a5db5b27d954b1f15b5faa5f31a6f5d7f0ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:52:25 +0000 Subject: [PATCH] Bump com.openai:openai-java from 4.15.0 to 4.16.0 Bumps [com.openai:openai-java](https://github.com/openai/openai-java) from 4.15.0 to 4.16.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.15.0...v4.16.0) --- updated-dependencies: - dependency-name: com.openai:openai-java dependency-version: 4.16.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 a1257bb686..8a1c011a63 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ version '1.0-SNAPSHOT' ext { jooqVersion = '3.20.5' jacksonVersion = '2.19.1' - chatGPTVersion = '4.15.0' + chatGPTVersion = '4.16.0' junitVersion = '6.0.0' }