Skip to content

Commit 78af73b

Browse files
Update all non-major dependencies
1 parent 6d90ebb commit 78af73b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bungee/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.apache.maven.plugins</groupId>
2828
<artifactId>maven-compiler-plugin</artifactId>
29-
<version>3.8.1</version>
29+
<version>3.14.1</version>
3030
<configuration>
3131
<source>${java.version}</source>
3232
<target>${java.version}</target>
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>
3737
<artifactId>maven-shade-plugin</artifactId>
38-
<version>3.3.0</version>
38+
<version>3.6.1</version>
3939
<executions>
4040
<execution>
4141
<phase>package</phase>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>net.md-5</groupId>
7878
<artifactId>bungeecord-api</artifactId>
79-
<version>1.19-R0.1-SNAPSHOT</version>
79+
<version>1.21-R0.4</version>
8080
<scope>provided</scope>
8181
</dependency>
8282

plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-compiler-plugin</artifactId>
40-
<version>3.8.1</version>
40+
<version>3.14.1</version>
4141
<configuration>
4242
<source>${java.version}</source>
4343
<source>${java.version}</source>
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.apache.maven.plugins</groupId>
4848
<artifactId>maven-shade-plugin</artifactId>
49-
<version>3.4.0</version>
49+
<version>3.6.1</version>
5050

5151
<executions>
5252
<execution>

0 commit comments

Comments
 (0)