Skip to content

Commit 79a659f

Browse files
Bump chatGPTVersion from 0.17.0 to 0.18.0 (#953)
Bumps `chatGPTVersion` from 0.17.0 to 0.18.0. Updates `com.theokanning.openai-gpt3-java:api` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/theokanning/openai-java/releases) - [Commits](TheoKanning/openai-java@0.17.0...0.18.0) Updates `com.theokanning.openai-gpt3-java:service` from 0.17.0 to 0.18.0 - [Release notes](https://github.com/theokanning/openai-java/releases) - [Commits](TheoKanning/openai-java@0.17.0...0.18.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22ff453 commit 79a659f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version '1.0-SNAPSHOT'
1111
ext {
1212
jooqVersion = '3.18.0'
1313
jacksonVersion = '2.15.0'
14-
chatGPTVersion = '0.17.0'
14+
chatGPTVersion = '0.18.0'
1515
}
1616

1717
// Skips sonarlint during the build, useful for testing purposes.

0 commit comments

Comments
 (0)