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> <dependency>
<groupId>net.kyori</groupId> <groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId> <artifactId>adventure-text-serializer-gson</artifactId>
<version>4.11.0</version> <version>4.12.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy --> <!-- https://mvnrepository.com/artifact/net.bytebuddy/byte-buddy -->
<dependency> <dependency>
<groupId>net.bytebuddy</groupId> <groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId> <artifactId>byte-buddy</artifactId>
<version>1.12.12</version> <version>1.12.20</version>
</dependency> </dependency>
<!-- Testing dependencies --> <!-- Testing dependencies -->