From 16c46cd495d14afbbf17b23a8125141848f8c421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:29:37 +0000 Subject: [PATCH] Bump net.kyori:adventure-platform-fabric from 5.10.0 to 5.11.0 Bumps [net.kyori:adventure-platform-fabric](https://github.com/KyoriPowered/adventure-platform-fabric) from 5.10.0 to 5.11.0. - [Release notes](https://github.com/KyoriPowered/adventure-platform-fabric/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform-fabric/compare/v5.10.0...v5.11.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-fabric 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..85305cf 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { 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 include("net.kyori:adventure-platform-fabric:5.10.0") + modImplementation include("net.kyori:adventure-platform-fabric:5.11.0") } processResources {