From d4d40aa68a499ab0a40797fc51a161eba6e1531d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 12:34:03 +0200 Subject: [PATCH] Bump adventure-api from 4.9.3 to 4.12.0 in /Plan (#2763) Bumps [adventure-api](https://github.com/KyoriPowered/adventure) from 4.9.3 to 4.12.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.9.3...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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/common/build.gradle b/Plan/common/build.gradle index 95da04c5f..85bebb1ad 100644 --- a/Plan/common/build.gradle +++ b/Plan/common/build.gradle @@ -38,7 +38,7 @@ dependencies { shadow project(":extensions") shadow "net.playeranalytics:platform-abstraction-layer-api:$palVersion" - compileOnly "net.kyori:adventure-api:4.9.3" + compileOnly "net.kyori:adventure-api:4.12.0" shadow("dev.vankka:dependencydownload-runtime:$dependencyDownloadVersion") { // Effectively disables relocating exclude module: "jar-relocator"