From 338ccc5fdda28222c0fb43e92aa96d5dfeb4cc12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 00:11:34 +0000 Subject: [PATCH] Bump net.kyori:adventure-api from 4.14.0 to 4.16.0 in /Plan Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.14.0 to 4.16.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.14.0...v4.16.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 d0f5f0c58..37c9e53e4 100644 --- a/Plan/common/build.gradle +++ b/Plan/common/build.gradle @@ -56,7 +56,7 @@ dependencies { shadow project(":extensions") shadow "net.playeranalytics:platform-abstraction-layer-api:$palVersion" - compileOnly "net.kyori:adventure-api:4.14.0" + compileOnly "net.kyori:adventure-api:4.16.0" shadow("dev.vankka:dependencydownload-runtime:$dependencyDownloadVersion") { // Effectively disables relocating exclude module: "jar-relocator"