From 378e79b8ad2c0720fdc178e18bad6d6f634a721e Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Wed, 16 Aug 2023 23:01:38 +0200 Subject: [PATCH] Use newer version of Gson for chat API. The Gson version should expand to all dependant modules and applications --- pandalib-chat/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pandalib-chat/pom.xml b/pandalib-chat/pom.xml index e51fe76..4efc843 100644 --- a/pandalib-chat/pom.xml +++ b/pandalib-chat/pom.xml @@ -47,6 +47,12 @@ ${bungeecord.version} compile + + + com.google.code.gson + gson + 2.10 + \ No newline at end of file