Skip to content

Commit

Permalink
Bump chatGPTVersion from 0.16.0 to 0.17.0 (#949)
Browse files Browse the repository at this point in the history
Bumps `chatGPTVersion` from 0.16.0 to 0.17.0.

Updates `com.theokanning.openai-gpt3-java:api` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/theokanning/openai-java/releases)
- [Commits](TheoKanning/openai-java@0.16.0...0.17.0)

Updates `com.theokanning.openai-gpt3-java:service` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/theokanning/openai-java/releases)
- [Commits](TheoKanning/openai-java@0.16.0...0.17.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent a659d32 commit c461848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version '1.0-SNAPSHOT'
ext {
jooqVersion = '3.18.0'
jacksonVersion = '2.15.0'
chatGPTVersion = '0.16.0'
chatGPTVersion = '0.17.0'
}

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

0 comments on commit c461848

Please sign in to comment.