From 726ae70b5e6689fc1c4d1b485b04b46f2db92b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 03:22:20 +0000 Subject: [PATCH] Bump adventure-api from 4.9.1 to 4.10.0 Bumps [adventure-api](https://github.com/KyoriPowered/adventure) from 4.9.1 to 4.10.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.9.1...v4.10.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api 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 9baf1aa..03d7da9 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -1,6 +1,6 @@ dependencies { api "io.socket:socket.io-client:2.0.1" implementation "org.yaml:snakeyaml:1.29" - implementation "net.kyori:adventure-api:4.9.1" + implementation "net.kyori:adventure-api:4.10.0" implementation "net.kyori:adventure-text-serializer-plain:4.9.1" }