From d220a83da20283d8aa6b8a52c831b64042fdbb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 00:56:16 +0000 Subject: [PATCH] Bump chatGPTVersion from 0.14.0 to 0.15.0 Bumps `chatGPTVersion` from 0.14.0 to 0.15.0. Updates `com.theokanning.openai-gpt3-java:api` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/theokanning/openai-java/releases) - [Commits](https://github.com/theokanning/openai-java/compare/0.14.0...0.15.0) Updates `com.theokanning.openai-gpt3-java:service` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/theokanning/openai-java/releases) - [Commits](https://github.com/theokanning/openai-java/compare/0.14.0...0.15.0) --- updated-dependencies: - dependency-name: com.theokanning.openai-gpt3-java:api dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.theokanning.openai-gpt3-java:service 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 e511f8be55..09481903f1 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ version '1.0-SNAPSHOT' ext { jooqVersion = '3.18.0' jacksonVersion = '2.15.0' - chatGPTVersion = '0.14.0' + chatGPTVersion = '0.15.0' } // Skips sonarlint during the build, useful for testing purposes.