From e1588b2075096e939a85b45802c391535d5d5716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 08:28:47 +0000 Subject: [PATCH] Bump com.aallam.openai:openai-client from 3.3.2 to 3.4.2 Bumps [com.aallam.openai:openai-client](https://github.com/Aallam/openai-kotlin) from 3.3.2 to 3.4.2. - [Release notes](https://github.com/Aallam/openai-kotlin/releases) - [Changelog](https://github.com/aallam/openai-kotlin/blob/main/CHANGELOG.md) - [Commits](https://github.com/Aallam/openai-kotlin/compare/3.3.2...3.4.2) --- updated-dependencies: - dependency-name: com.aallam.openai:openai-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 725fdfa..fb4f485 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -32,7 +32,7 @@ composeResources = "0.23.0" uri = "0.0.13" uuid = "0.8.0" youtubePlayer = "12.0.0" -openai = "3.3.2" +openai = "3.4.2" voyager = "1.0.0-rc06" jetbrainsCompose = "1.4.3" jetbrainsComposeCompiler = "1.5.0"