Use newer version of Gson for chat API.

The Gson version should expand to all dependant modules and applications
This commit is contained in:
Marc Baloup 2023-08-16 23:01:38 +02:00
parent ae634ab560
commit 378e79b8ad
1 changed files with 6 additions and 0 deletions

View File

@ -47,6 +47,12 @@
<version>${bungeecord.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
</dependency>
</dependencies>
</project>