|
10 | 10 | <!-- Removes warnings --> |
11 | 11 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
12 | 12 | <!-- Api's --> |
13 | | - <spigotAPI.version>1.21.1-R0.1-SNAPSHOT</spigotAPI.version> |
| 13 | + <spigotAPI.version>1.21.4-R0.1-SNAPSHOT</spigotAPI.version> |
14 | 14 | <lombok.version>1.18.34</lombok.version> |
15 | 15 | <bstats.version>3.1.0</bstats.version> |
16 | 16 | <vault.version>1.7.1</vault.version> |
17 | 17 | <!-- TODO Does commandapi ship with this? --> |
18 | | - <nbtapi.version>2.13.2</nbtapi.version> |
| 18 | + <nbtapi.version>2.14.1</nbtapi.version> |
19 | 19 | <apache-compress>1.27.1</apache-compress> |
20 | 20 | <paperlib.version>1.0.8</paperlib.version> |
21 | 21 | <placeholderapi.version>2.11.6</placeholderapi.version> |
22 | | - <commandapi.version>9.5.3</commandapi.version> |
| 22 | + <commandapi.version>9.7.0</commandapi.version> |
23 | 23 | <sqlite-jdbc.version>3.45.3.0</sqlite-jdbc.version> |
24 | 24 | <!-- Maven --> |
25 | 25 | <maven.compiler.release>21</maven.compiler.release> |
26 | 26 | <maven-jar-plugin.version>3.2.0</maven-jar-plugin.version> |
27 | 27 | <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version> |
28 | 28 | <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version> |
29 | | - <adventure-serializer.version>4.17.0</adventure-serializer.version> |
| 29 | + <adventure-serializer.version>4.18.0</adventure-serializer.version> |
30 | 30 | <adventure-bukkit.version>4.3.4</adventure-bukkit.version> |
31 | 31 | <worldguard.version>7.0.12</worldguard.version> |
32 | 32 | <commons-io.version>2.16.1</commons-io.version> |
|
0 commit comments