|
16 | 16 | <author>Blueva</author> |
17 | 17 | <mainClass>net.blueva.core.Main</mainClass> |
18 | 18 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
19 | | - <maven.compiler.source>17</maven.compiler.source> |
20 | | - <maven.compiler.target>17</maven.compiler.target> |
| 19 | + <maven.compiler.source>21</maven.compiler.source> |
| 20 | + <maven.compiler.target>21</maven.compiler.target> |
21 | 21 | </properties> |
22 | 22 |
|
23 | 23 | <!-- External repositories --> |
|
46 | 46 |
|
47 | 47 | <!-- Dependencies imports --> |
48 | 48 | <dependencies> |
49 | | - <dependency> |
50 | | - <groupId>org.spigotmc</groupId> |
51 | | - <artifactId>spigot</artifactId> |
52 | | - <version>1.20-R0.1-SNAPSHOT</version> |
53 | | - </dependency> |
54 | 49 | <dependency> |
55 | 50 | <groupId>org.spigotmc</groupId> |
56 | 51 | <artifactId>spigot-api</artifactId> |
57 | | - <version>1.20-R0.1-SNAPSHOT</version> |
| 52 | + <version>1.21.10-R0.1-SNAPSHOT</version> |
58 | 53 | </dependency> |
59 | 54 | <dependency> |
60 | 55 | <groupId>dev.dejvokep</groupId> |
61 | 56 | <artifactId>boosted-yaml</artifactId> |
62 | | - <version>1.3</version> |
| 57 | + <version>1.3.7</version> |
63 | 58 | </dependency> |
64 | 59 | <dependency> |
65 | 60 | <groupId>org.spongepowered</groupId> |
66 | 61 | <artifactId>configurate-gson</artifactId> |
67 | | - <version>4.1.2</version> |
| 62 | + <version>4.2.0</version> |
68 | 63 | </dependency> |
69 | 64 | <dependency> |
70 | 65 | <groupId>com.github.MilkBowl</groupId> |
71 | 66 | <artifactId>VaultAPI</artifactId> |
72 | | - <version>1.7</version> |
| 67 | + <version>1.7.1</version> |
73 | 68 | <scope>provided</scope> |
74 | 69 | </dependency> |
75 | 70 | <dependency> |
76 | 71 | <groupId>me.clip</groupId> |
77 | 72 | <artifactId>placeholderapi</artifactId> |
78 | | - <version>2.11.1</version> |
| 73 | + <version>2.11.7</version> |
79 | 74 | </dependency> |
80 | 75 | <dependency> |
81 | 76 | <groupId>fr.mrmicky</groupId> |
82 | 77 | <artifactId>fastboard</artifactId> |
83 | | - <version>2.0.2</version> |
| 78 | + <version>2.1.5</version> |
84 | 79 | </dependency> |
85 | 80 | <dependency> |
86 | 81 | <groupId>net.kyori</groupId> |
87 | 82 | <artifactId>adventure-api</artifactId> |
88 | | - <version>4.14.0</version> |
| 83 | + <version>4.25.0</version> |
89 | 84 | </dependency> |
90 | 85 | <dependency> |
91 | 86 | <groupId>net.kyori</groupId> |
92 | 87 | <artifactId>adventure-text-minimessage</artifactId> |
93 | | - <version>4.14.0</version> |
| 88 | + <version>4.25.0</version> |
94 | 89 | </dependency> |
95 | 90 | <dependency> |
96 | 91 | <groupId>net.kyori</groupId> |
97 | 92 | <artifactId>adventure-platform-bukkit</artifactId> |
98 | | - <version>4.3.1</version> |
| 93 | + <version>4.4.1</version> |
99 | 94 | </dependency> |
100 | 95 | <dependency> |
101 | 96 | <groupId>org.mvel</groupId> |
|
0 commit comments