From e52ca303d6b204c4720bf22b96406c4f6f369336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 02:35:55 +0000 Subject: [PATCH] deps: bump net.kyori:adventure-platform-api from 4.3.2 to 4.3.4 Bumps [net.kyori:adventure-platform-api](https://github.com/KyoriPowered/adventure-platform) from 4.3.2 to 4.3.4. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.3.2...v4.3.4) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index e4d7b56..b7646b3 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -11,7 +11,7 @@ dependencies { api 'de.exlll:configlib-yaml:4.5.0' compileOnly 'net.kyori:adventure-api:4.17.0' - compileOnly 'net.kyori:adventure-platform-api:4.3.2' + compileOnly 'net.kyori:adventure-platform-api:4.3.4' compileOnly 'net.william278:papiproxybridge:1.5' compileOnly 'net.luckperms:api:5.4' compileOnly 'com.github.Spicord.Spicord:spicord-common:v5-SNAPSHOT'