From 371c0a3334c02a5270fe9a6bff671dd9752a81a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 23:58:04 +0000 Subject: [PATCH] build(deps): Bump net.kyori:adventure-text-minimessage Bumps [net.kyori:adventure-text-minimessage](https://github.com/KyoriPowered/adventure) from 4.1.0-SNAPSHOT to 4.13.1. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/commits/v4.13.1) --- 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 49f47cc..b1dc6bc 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.11.0' - implementation 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT' + implementation 'net.kyori:adventure-text-minimessage:4.13.1' implementation 'net.kyori:adventure-platform-bukkit:4.1.2' implementation group: 'io.art-framework', name: 'art-core', version: '4.5.4'