From 7d8288649743125b05d426aaf87c7b3ffc7bfe17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 03:03:24 +0000 Subject: [PATCH] Bump adventure-api from 4.9.1 to 4.12.0 Bumps [adventure-api](https://github.com/KyoriPowered/adventure) from 4.9.1 to 4.12.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.9.1...v4.12.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..4184b42 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.12.0" implementation "net.kyori:adventure-text-serializer-plain:4.9.1" }