From aaa6f90a3caf4976383b451ff73c5fa8fe1c9174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 17:04:07 +0000 Subject: [PATCH] Bump com.github.plexpt:chatgpt from 4.0.7 to 4.1.2 Bumps [com.github.plexpt:chatgpt](https://github.com/plexpt/chatgpt-java) from 4.0.7 to 4.1.2. - [Release notes](https://github.com/plexpt/chatgpt-java/releases) - [Commits](https://github.com/plexpt/chatgpt-java/compare/4.0.7...4.1.2) --- 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..67ad443 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.2' // mirai implementation 'net.mamoe:mirai-core:2.15.0-dev-85'