From f62484b93e3ca5af5c6b34573b6ad13c70ba93a0 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Wed, 29 Jun 2022 16:42:30 -0400 Subject: [PATCH] Update Adventure to fix click event deserialization Fixes #3054 --- core/pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index a14cf1c29..408a2b761 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -11,12 +11,20 @@ core - 4.9.3 + 4.12.0-20220629.025215-9 8.5.2 2.13.2 4.1.66.Final + + + + sonatype-s01 + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + + org.geysermc @@ -166,6 +174,11 @@ com.github.GeyserMC mcauthlib + + + net.kyori + * + @@ -245,6 +258,19 @@ ${adventure.version} compile + + + net.kyori + adventure-text-serializer-gson + ${adventure.version} + compile + + + net.kyori + adventure-text-serializer-gson-legacy-impl + ${adventure.version} + compile + junit