Skip to content

Commit ae8f481

Browse files
committed
Updated dependencies
1 parent 5e670d7 commit ae8f481

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<plugin>
2525
<groupId>org.apache.maven.plugins</groupId>
2626
<artifactId>maven-compiler-plugin</artifactId>
27-
<version>3.7.0</version>
27+
<version>3.8.1</version>
2828
<configuration>
2929
<source>1.8</source>
3030
<target>1.8</target>
@@ -33,7 +33,7 @@
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>
3535
<artifactId>maven-shade-plugin</artifactId>
36-
<version>3.1.0</version>
36+
<version>3.2.1</version>
3737
<executions>
3838
<execution>
3939
<phase>package</phase>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.comphenix.protocol</groupId>
7373
<artifactId>ProtocolLib</artifactId>
74-
<version>4.5.0-SNAPSHOT</version>
74+
<version>4.5.1-SNAPSHOT</version>
7575
<scope>provided</scope>
7676
</dependency>
7777
</dependencies>

0 commit comments

Comments
 (0)