From e1fdc31a026c4fe71081e3181519bb96d7f2a92a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 17:04:34 +0000 Subject: [PATCH] Bump com.github.plexpt:chatgpt from 4.0.7 to 4.1.1 Bumps [com.github.plexpt:chatgpt](https://github.com/plexpt/chatgpt-java) from 4.0.7 to 4.1.1. - [Release notes](https://github.com/plexpt/chatgpt-java/releases) - [Commits](https://github.com/plexpt/chatgpt-java/compare/4.0.7...4.1.1) --- updated-dependencies: - dependency-name: com.github.plexpt:chatgpt dependency-type: direct:production update-type: version-update:semver-minor ... 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..b2352f2 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.1.1' // mirai implementation 'net.mamoe:mirai-core:2.15.0-dev-85'