Dump craftapi for updated GSON version and allow . in legit usernames

This commit is contained in:
games647
2022-05-21 14:02:32 +02:00
parent b04b8f5806
commit fc50c997ba
2 changed files with 3 additions and 3 deletions

View File

@ -186,7 +186,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.7.0</version>
<version>4.8.0</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@ -255,7 +255,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.0</version>
<version>2.11.1</version>
<scope>provided</scope>
<optional>true</optional>
<exclusions>

View File

@ -148,7 +148,7 @@
<dependency>
<groupId>com.github.games647</groupId>
<artifactId>craftapi</artifactId>
<version>0.5.1</version>
<version>0.5.3</version>
</dependency>
<!-- APIs we can use because they are available in all platforms (Spigot, Bungee, Velocity) -->