From d9655c40c02aef137c7a6a00a1cc90a1e6fb08d1 Mon Sep 17 00:00:00 2001 From: Luck Date: Fri, 23 Dec 2022 20:25:07 +0000 Subject: Bump adventure version --- spark-common/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spark-common') diff --git a/spark-common/build.gradle b/spark-common/build.gradle index 176ea42..c3d960d 100644 --- a/spark-common/build.gradle +++ b/spark-common/build.gradle @@ -20,17 +20,17 @@ dependencies { implementation 'org.ow2.asm:asm:9.1' implementation 'com.google.protobuf:protobuf-javalite:3.21.11' implementation 'net.bytebuddy:byte-buddy-agent:1.11.0' - api('net.kyori:adventure-api:4.11.0') { + api('net.kyori:adventure-api:4.12.0') { exclude(module: 'adventure-bom') exclude(module: 'checker-qual') exclude(module: 'annotations') } - api('net.kyori:adventure-text-serializer-gson:4.11.0') { + api('net.kyori:adventure-text-serializer-gson:4.12.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') exclude(module: 'gson') } - api('net.kyori:adventure-text-serializer-legacy:4.11.0') { + api('net.kyori:adventure-text-serializer-legacy:4.12.0') { exclude(module: 'adventure-bom') exclude(module: 'adventure-api') } -- cgit