From c8965c3727a981ee568af699b698a30c14969f7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 06:36:04 +0000 Subject: [PATCH] Bump adventure-api from 4.9.1 to 4.11.0 Bumps [adventure-api](https://github.com/KyoriPowered/adventure) from 4.9.1 to 4.11.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.9.1...v4.11.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..00dc9b6 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.11.0" implementation "net.kyori:adventure-text-serializer-plain:4.9.1" }