From f40ee7c02b6c01d0bdf554d609bda9416f5562a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 May 2023 17:14:01 +0000 Subject: [PATCH] Bump com.github.plexpt:chatgpt from 4.0.7 to 4.0.8 Bumps [com.github.plexpt:chatgpt](https://github.com/plexpt/chatgpt-java) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/plexpt/chatgpt-java/releases) - [Commits](https://github.com/plexpt/chatgpt-java/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: com.github.plexpt:chatgpt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index c51dd29..f604be2 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'org.yaml:snakeyaml:2.0' // chatgpt - implementation 'com.github.plexpt:chatgpt:4.0.7' + implementation 'com.github.plexpt:chatgpt:4.0.8' // mirai implementation 'net.mamoe:mirai-core:2.15.0-dev-85'