13
13
<inceptionYear >2013</inceptionYear >
14
14
<packaging >jar</packaging >
15
15
16
- <!-- Project Info -->
17
- <description >Slimefun is a Paper plugin that simulates a modpack-like atmosphere by adding over 500 new items and recipes to your Minecraft Server.</description >
18
16
<url >https://github.com/Slimefun/Slimefun4</url >
19
17
18
+ <description >Slimefun is a Paper plugin that simulates a modpack-like atmosphere by adding over
19
+ 500 new items and recipes to your Minecraft Server.</description >
20
+
20
21
<properties >
21
22
<!-- UTF-8 is our standard encoding for source files -->
22
23
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
28
29
<maven .compiler.testSource>21</maven .compiler.testSource>
29
30
<maven .compiler.testTarget>21</maven .compiler.testTarget>
30
31
31
- <!-- Spigot properties -->
32
+ <!-- Paper properties -->
32
33
<paper .version>1.21.1</paper .version>
33
34
<paper .javadocs>https://hub.spigotmc.org/javadocs/spigot/</paper .javadocs>
34
35
118
119
<!-- Compiler plugin -->
119
120
<groupId >org.apache.maven.plugins</groupId >
120
121
<artifactId >maven-compiler-plugin</artifactId >
121
- <version >3.13 .0</version >
122
+ <version >3.14 .0</version >
122
123
123
124
<configuration >
124
125
<excludes >
149
150
<!-- Plugin for Unit Tests -->
150
151
<groupId >org.apache.maven.plugins</groupId >
151
152
<artifactId >maven-surefire-plugin</artifactId >
152
- <version >3.5.2 </version >
153
+ <version >3.5.3 </version >
153
154
154
155
<configuration >
155
156
<junitArtifactName >org.junit.jupiter:junit-jupiter</junitArtifactName >
161
162
<!-- Sonarcloud Scanner -->
162
163
<groupId >org.sonarsource.scanner.maven</groupId >
163
164
<artifactId >sonar-maven-plugin</artifactId >
164
- <version >5.0 .0.4389 </version >
165
+ <version >5.1 .0.4751 </version >
165
166
</plugin >
166
167
167
168
<plugin >
168
169
<!-- Code Coverage Reports -->
169
170
<groupId >org.jacoco</groupId >
170
171
<artifactId >jacoco-maven-plugin</artifactId >
171
- <version >0.8.12 </version >
172
+ <version >0.8.13 </version >
172
173
173
174
<executions >
174
175
<execution >
283
284
</group >
284
285
<group >
285
286
<title >Slimefun4 - Multiblocks</title >
286
- <packages >io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks*</packages >
287
+ <packages >
288
+ io.github.thebusybiscuit.slimefun4.implementation.items.multiblocks*</packages >
287
289
</group >
288
290
<group >
289
291
<title >Slimefun4 - Electrical Machines</title >
290
- <packages >io.github.thebusybiscuit.slimefun4.implementation.items.electric*</packages >
292
+ <packages >
293
+ io.github.thebusybiscuit.slimefun4.implementation.items.electric*</packages >
291
294
</group >
292
295
<group >
293
296
<title >Slimefun4 - Old packages</title >
337
340
<dependency >
338
341
<groupId >org.junit</groupId >
339
342
<artifactId >junit-bom</artifactId >
340
- <version >5.11.4 </version >
343
+ <version >5.12.2 </version >
341
344
<type >pom</type >
342
345
<scope >import</scope >
343
346
</dependency >
361
364
<version >cb22e71335</version >
362
365
<scope >compile</scope >
363
366
</dependency >
364
- <dependency >
365
- <groupId >com.github.Slimefun.dough</groupId >
366
- <artifactId >dough-api</artifactId >
367
- <version >cb22e71335</version >
368
- <scope >compile</scope >
369
- </dependency >
367
+
370
368
<dependency >
371
369
<groupId >io.papermc</groupId >
372
370
<artifactId >paperlib</artifactId >
391
389
<dependency >
392
390
<groupId >org.mockito</groupId >
393
391
<artifactId >mockito-core</artifactId >
394
- <version >5.15.2 </version >
392
+ <version >5.17.0 </version >
395
393
<scope >test</scope >
396
394
</dependency >
397
395
<dependency >
398
396
<groupId >org.slf4j</groupId >
399
397
<artifactId >slf4j-simple</artifactId >
400
- <version >2.0.16 </version >
398
+ <version >2.0.17 </version >
401
399
<scope >test</scope >
402
400
</dependency >
403
401
<!-- This needs to be before Spigot because MockBukkit will fail otherwise. -->
421
419
<dependency >
422
420
<groupId >com.sk89q.worldedit</groupId >
423
421
<artifactId >worldedit-core</artifactId >
424
- <version >7.3.9 </version >
422
+ <version >7.3.11 </version >
425
423
<scope >provided</scope >
426
424
427
425
<exclusions >
435
433
<dependency >
436
434
<groupId >com.sk89q.worldedit</groupId >
437
435
<artifactId >worldedit-bukkit</artifactId >
438
- <version >7.3.9 </version >
436
+ <version >7.3.11 </version >
439
437
<scope >provided</scope >
440
438
441
439
<exclusions >
449
447
<dependency >
450
448
<groupId >com.gmail.nossr50.mcMMO</groupId >
451
449
<artifactId >mcMMO</artifactId >
452
- <version >2.2.029 </version >
450
+ <version >2.2.035 </version >
453
451
<scope >provided</scope >
454
452
455
453
<exclusions >
537
535
</exclusions >
538
536
</dependency >
539
537
</dependencies >
540
- </project >
538
+ </project >
0 commit comments