From 8bf660a08ccb5f48e542c65ee0004e0d42c6924e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 21:48:31 +0000 Subject: [PATCH] Bump net.kyori:adventure-platform-bukkit from 4.1.0 to 4.3.2 Bumps [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.1.0 to 4.3.2. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.1.0...v4.3.2) --- updated-dependencies: - dependency-name: net.kyori:adventure-platform-bukkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eco-api/build.gradle.kts | 2 +- eco-core/core-backend/build.gradle.kts | 2 +- eco-core/core-plugin/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eco-api/build.gradle.kts b/eco-api/build.gradle.kts index 4d7b406c6..28e6f9bc9 100644 --- a/eco-api/build.gradle.kts +++ b/eco-api/build.gradle.kts @@ -1,6 +1,6 @@ dependencies { // Adventure - compileOnly("net.kyori:adventure-platform-bukkit:4.1.0") + compileOnly("net.kyori:adventure-platform-bukkit:4.3.2") // Other compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT") diff --git a/eco-core/core-backend/build.gradle.kts b/eco-core/core-backend/build.gradle.kts index 363b898b4..97fa026e8 100644 --- a/eco-core/core-backend/build.gradle.kts +++ b/eco-core/core-backend/build.gradle.kts @@ -9,7 +9,7 @@ dependencies { compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT") compileOnly("me.clip:placeholderapi:2.11.4") compileOnly("net.kyori:adventure-text-minimessage:4.10.0") - compileOnly("net.kyori:adventure-platform-bukkit:4.1.0") + compileOnly("net.kyori:adventure-platform-bukkit:4.3.2") compileOnly("org.yaml:snakeyaml:1.33") compileOnly("com.moandjiezana.toml:toml4j:0.7.2") } diff --git a/eco-core/core-plugin/build.gradle.kts b/eco-core/core-plugin/build.gradle.kts index f898df899..f4be4f027 100644 --- a/eco-core/core-plugin/build.gradle.kts +++ b/eco-core/core-plugin/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { implementation("org.jetbrains.exposed:exposed-dao:0.37.3") implementation("org.jetbrains.exposed:exposed-jdbc:0.37.3") implementation("com.zaxxer:HikariCP:5.0.0") - implementation("net.kyori:adventure-platform-bukkit:4.1.0") + implementation("net.kyori:adventure-platform-bukkit:4.3.2") implementation("org.javassist:javassist:3.29.2-GA") implementation("org.mongodb:mongodb-driver-sync:4.6.0") implementation("org.litote.kmongo:kmongo-coroutine:4.10.0")