From f9d61014f537b2f59c84aa789a98d1488426bc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 17:00:24 +0000 Subject: [PATCH] Bump net.kyori:adventure-text-minimessage from 4.12.0 to 4.14.0 Bumps [net.kyori:adventure-text-minimessage](https://github.com/KyoriPowered/adventure) from 4.12.0 to 4.14.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.12.0...v4.14.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 1665620..9d60ddd 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'org.mongodb:mongodb-driver-sync:4.9.0' //Minimessages - implementation "net.kyori:adventure-text-minimessage:4.12.0" + implementation "net.kyori:adventure-text-minimessage:4.14.0" //Cache implementation 'com.github.ben-manes.caffeine:caffeine:3.1.5'