From 29a189cae476cad2f7284a8f3123818e443bc7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 03:13:26 +0000 Subject: [PATCH] Bump adventure-api from 4.9.1 to 4.10.1 Bumps [adventure-api](https://github.com/KyoriPowered/adventure) from 4.9.1 to 4.10.1. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.9.1...v4.10.1) --- 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..2a95796 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.1" implementation "net.kyori:adventure-text-serializer-plain:4.9.1" }