Update Dependencies

This commit is contained in:
snowii 2023-01-06 21:30:03 +01:00
parent 844449b624
commit 582518c56e

View File

@ -329,14 +329,14 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId>
<version>4.11.0</version>
<version>4.12.0</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.12</version>
<version>1.12.20</version>
</dependency>
<!-- Testing dependencies -->