Update versions
This commit is contained in:
parent
8a10b83c0c
commit
41705e8123
19
pom.xml
19
pom.xml
@ -95,25 +95,18 @@
|
|||||||
<maven.compiler.target>1.8</maven.compiler.target>
|
<maven.compiler.target>1.8</maven.compiler.target>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|
||||||
<asm.version>9.0</asm.version>
|
<lombok.version>1.18.22</lombok.version>
|
||||||
<lombok.version>1.18.20</lombok.version>
|
|
||||||
<protocollib.version>4.7.0</protocollib.version>
|
<protocollib.version>4.7.0</protocollib.version>
|
||||||
<spigot.version>[1.17,]</spigot.version>
|
<spigot.version>[1.17,]</spigot.version>
|
||||||
<junit.version>4.13.1</junit.version>
|
<junit.version>4.13.2</junit.version>
|
||||||
<paper-api.version>[1.16,]</paper-api.version>
|
<paper-api.version>[1.17,]</paper-api.version>
|
||||||
<bungeecord-chat.version>1.12-SNAPSHOT</bungeecord-chat.version>
|
<bungeecord-chat.version>1.12-SNAPSHOT</bungeecord-chat.version>
|
||||||
<adventure-minimessage.version>4.1.0-SNAPSHOT</adventure-minimessage.version>
|
<adventure-minimessage.version>4.2.0-SNAPSHOT</adventure-minimessage.version>
|
||||||
<adventure-api.version>4.7.0</adventure-api.version>
|
<adventure-api.version>4.9.3</adventure-api.version>
|
||||||
<adventure-serializer.version>4.7.0</adventure-serializer.version>
|
<adventure-serializer.version>4.9.3</adventure-serializer.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
|
||||||
<groupId>org.ow2.asm</groupId>
|
|
||||||
<artifactId>asm</artifactId>
|
|
||||||
<version>${asm.version}</version>
|
|
||||||
<optional>true</optional>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user