Skip to content

Commit d90b5ad

Browse files
committed
bump dependencies
1 parent 7cf277f commit d90b5ad

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

pom.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,15 @@
9696
<plugin>
9797
<groupId>org.apache.maven.plugins</groupId>
9898
<artifactId>maven-dependency-plugin</artifactId>
99-
<version>3.3.0</version>
99+
<version>3.6.1</version>
100100
</plugin>
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-compiler-plugin</artifactId>
104-
<version>3.10.1</version>
104+
<version>3.11.0</version>
105105
<configuration>
106-
<source>1.8</source>
107-
<target>1.8</target>
108-
<release>8</release>
106+
<source>17</source>
107+
<target>17</target>
109108
<encoding>UTF-8</encoding>
110109
<!--Use this comments args when compiler is NullPointerException-->
111110
<!--<forceJavacCompilerUse>true</forceJavacCompilerUse>-->
@@ -114,7 +113,7 @@
114113
<plugin>
115114
<groupId>org.apache.maven.plugins</groupId>
116115
<artifactId>maven-shade-plugin</artifactId>
117-
<version>3.3.0</version>
116+
<version>3.5.1</version>
118117
<configuration>
119118
<finalName>QuickShop</finalName>
120119
<minimizeJar>true</minimizeJar>
@@ -273,7 +272,7 @@
273272
<plugin>
274273
<groupId>org.apache.maven.plugins</groupId>
275274
<artifactId>maven-javadoc-plugin</artifactId>
276-
<version>3.4.1</version>
275+
<version>3.6.2</version>
277276
<configuration>
278277
<encoding>UTF-8</encoding>
279278
<excludePackageNames>org.maxgamer.quickshop.nonquickshopstuff.*</excludePackageNames>
@@ -443,7 +442,7 @@
443442
<dependency>
444443
<groupId>org.apache.commons</groupId>
445444
<artifactId>commons-compress</artifactId>
446-
<version>1.22</version>
445+
<version>1.25.0</version>
447446
</dependency>
448447
<dependency>
449448
<groupId>com.griefcraft.lwc</groupId>
@@ -583,7 +582,7 @@
583582
<dependency>
584583
<groupId>org.junit.jupiter</groupId>
585584
<artifactId>junit-jupiter</artifactId>
586-
<version>5.9.2</version>
585+
<version>5.10.1</version>
587586
<scope>test</scope>
588587
</dependency>
589588
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
@@ -597,7 +596,7 @@
597596
<dependency>
598597
<groupId>com.github.seeseemelk</groupId>
599598
<artifactId>MockBukkit-v1.19</artifactId>
600-
<version>3.1.0</version>
599+
<version>3.3.0</version>
601600
<scope>test</scope>
602601
<exclusions>
603602
<exclusion>
@@ -614,7 +613,7 @@
614613
<dependency>
615614
<groupId>org.xerial</groupId>
616615
<artifactId>sqlite-jdbc</artifactId>
617-
<version>3.40.1.0</version>
616+
<version>3.42.0.0</version>
618617
<scope>test</scope>
619618
</dependency>
620619
<!-- Database lib for testing-->

0 commit comments

Comments
 (0)