Updated Dependencies (#1769)

This commit is contained in:
Snowiiii 2022-07-26 19:31:58 +02:00 committed by GitHub
parent 11a8184c3e
commit ae19478007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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.9.3</version> <version>4.11.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.8</version> <version>1.12.12</version>
</dependency> </dependency>
<!-- Testing dependencies --> <!-- Testing dependencies -->