We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e670d7 commit ae8f481Copy full SHA for ae8f481
Plugin/pom.xml
@@ -24,7 +24,7 @@
24
<plugin>
25
<groupId>org.apache.maven.plugins</groupId>
26
<artifactId>maven-compiler-plugin</artifactId>
27
- <version>3.7.0</version>
+ <version>3.8.1</version>
28
<configuration>
29
<source>1.8</source>
30
<target>1.8</target>
@@ -33,7 +33,7 @@
33
34
35
<artifactId>maven-shade-plugin</artifactId>
36
- <version>3.1.0</version>
+ <version>3.2.1</version>
37
<executions>
38
<execution>
39
<phase>package</phase>
@@ -71,7 +71,7 @@
71
<dependency>
72
<groupId>com.comphenix.protocol</groupId>
73
<artifactId>ProtocolLib</artifactId>
74
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.5.1-SNAPSHOT</version>
75
<scope>provided</scope>
76
</dependency>
77
</dependencies>
0 commit comments