From 409595494e76f25b7f46c1532f0cdb24d51cfbf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 09:27:14 +0000 Subject: [PATCH] Bump net.kyori:adventure-text-minimessage from 4.14.0 to 4.16.0 Bumps [net.kyori:adventure-text-minimessage](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-text-minimessage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 31f8641..1160c71 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation("eu.okaeri:okaeri-configs-serdes-commons:5.0.0-beta.5") implementation("net.kyori:adventure-platform-bukkit:4.3.1") - implementation("net.kyori:adventure-text-minimessage:4.14.0") + implementation("net.kyori:adventure-text-minimessage:4.16.0") implementation("dev.rollczi.litecommands:core:2.8.9") implementation("dev.rollczi.litecommands:bukkit-adventure:2.8.9")