From 090775eb597bfb563f6bc53ef681c0438d376ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 23:08:20 +0000 Subject: [PATCH] build(deps): Bump adventure-text-minimessage Bumps adventure-text-minimessage from 4.1.0-SNAPSHOT to 4.11.0-SNAPSHOT. --- 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 4525174..b0c84d2 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3' implementation 'net.kyori:adventure-api:4.9.3' - implementation 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT' + implementation 'net.kyori:adventure-text-minimessage:4.11.0-SNAPSHOT' implementation 'net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT' implementation group: 'io.art-framework', name: 'art-core', version: '4.5.4'