From d61036a4c129126312ad1d012433766737f2cdff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 21:53:39 +0000 Subject: [PATCH] Bump net.kyori:adventure-platform-bukkit from 4.1.0 to 4.3.1 Bumps [net.kyori:adventure-platform-bukkit](https://github.com/KyoriPowered/adventure-platform) from 4.1.0 to 4.3.1. - [Release notes](https://github.com/KyoriPowered/adventure-platform/releases) - [Commits](https://github.com/KyoriPowered/adventure-platform/compare/v4.1.0...v4.3.1) --- 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..69d996f7b 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.1") // 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..babbb388f 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.1") 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 90cacf2be..da18c992a 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.1") 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")