From dbb71170e610eb139d024a52296610eb011216d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:36:52 +0100 Subject: [PATCH] deps: bump net.kyori:adventure-api from 4.16.0 to 4.17.0 (#244) Bumps [net.kyori:adventure-api](https://github.com/KyoriPowered/adventure) from 4.16.0 to 4.17.0. - [Release notes](https://github.com/KyoriPowered/adventure/releases) - [Commits](https://github.com/KyoriPowered/adventure/compare/v4.16.0...v4.17.0) --- updated-dependencies: - dependency-name: net.kyori:adventure-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- common/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/build.gradle b/common/build.gradle index 34e7e50..929fbae 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -10,7 +10,7 @@ dependencies { api 'dev.vankka:mcdiscordreserializer:4.3.0' api 'de.exlll:configlib-yaml:4.5.0' - compileOnly 'net.kyori:adventure-api:4.16.0' + compileOnly 'net.kyori:adventure-api:4.17.0' compileOnly 'net.kyori:adventure-platform-api:4.3.2' compileOnly 'net.william278:papiproxybridge:1.5' compileOnly 'net.luckperms:api:5.4' @@ -20,7 +20,7 @@ dependencies { compileOnly 'org.projectlombok:lombok:1.18.32' testImplementation 'net.william278:profanitycheckerapi:3.0' - testImplementation 'net.kyori:adventure-api:4.16.0' + testImplementation 'net.kyori:adventure-api:4.17.0' annotationProcessor 'org.projectlombok:lombok:1.18.32' } \ No newline at end of file