From 773b0a0d0b6b7b18b30bea14ee0939d703e47388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 03:15:50 +0000 Subject: [PATCH] Bump adventure-api from 4.9.1 to 4.9.3 Bumps [adventure-api](https://github.com/KyoriPowered/adventure) from 4.9.1 to 4.9.3. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.9.1...v4.9.3) --- updated-dependencies: - dependency-name: net.kyori:adventure-api 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 9baf1aa..bd993a8 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.9.3" implementation "net.kyori:adventure-text-serializer-plain:4.9.1" }