From 2d42492e73d5a753e669896eaedf400420724f02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 05:36:50 +0000 Subject: [PATCH] Bump net.kyori:adventure-text-minimessage from 4.13.0 to 4.15.0 Bumps [net.kyori:adventure-text-minimessage](https://github.com/KyoriPowered/adventure) from 4.13.0 to 4.15.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.13.0...v4.15.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 3182830..5cc4806 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { mappings("net.fabricmc:yarn:${project.yarn_mappings}") modImplementation("net.fabricmc:fabric-loader:${project.loader_version}") modImplementation("net.fabricmc.fabric-api:fabric-api:${project.fabric_version}") - modImplementation('net.kyori:adventure-text-minimessage:4.13.0') + modImplementation('net.kyori:adventure-text-minimessage:4.15.0') modImplementation include("net.kyori:adventure-platform-fabric:5.10.0") }