From efb5493a8b1776db18de7063a22c0d99552fa6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 17:06:31 +0000 Subject: [PATCH] Bump net.mamoe:mirai-core Bumps [net.mamoe:mirai-core](https://github.com/mamoe/mirai) from 2.15.0-dev-85 to 2.15.0-him188-device-info-builder-3. - [Release notes](https://github.com/mamoe/mirai/releases) - [Commits](https://github.com/mamoe/mirai/commits) --- updated-dependencies: - dependency-name: net.mamoe:mirai-core 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..e2f44fc 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'com.github.plexpt:chatgpt:4.0.7' // mirai - implementation 'net.mamoe:mirai-core:2.15.0-dev-85' + implementation 'net.mamoe:mirai-core:2.15.0-him188-device-info-builder-3' implementation "net.kyori:adventure-api:4.13.1" }