Bump Adventure to 4.8.0

This commit is contained in:
Camotoy 2021-06-07 21:23:46 -04:00
parent 01d7648296
commit 75e617cb90
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 8 additions and 7 deletions

View File

@ -11,7 +11,7 @@
<artifactId>connector</artifactId>
<properties>
<adventure.version>4.7.0</adventure.version>
<adventure.version>4.8.0</adventure.version>
<fastutil.version>8.5.2</fastutil.version>
<jackson.version>2.10.2</jackson.version>
<netty.version>4.1.59.Final</netty.version>
@ -145,6 +145,12 @@
<version>29.0-jre</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.GeyserMC</groupId>
<artifactId>MCAuthLib</artifactId>
<version>0e48a094f2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.GeyserMC</groupId>
<artifactId>MCProtocolLib</artifactId>
@ -240,6 +246,7 @@
<version>2.1.3</version>
<scope>compile</scope>
</dependency>
<!-- Adventure text serialization -->
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
@ -270,12 +277,6 @@
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.GeyserMC</groupId>
<artifactId>MCAuthLib</artifactId>
<version>0e48a094f2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>