Skip to content

Commit c1e03be

Browse files
Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1
Signed-off-by: Ivan Pekov <[email protected]>
1 parent 38e4e2b commit c1e03be

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

platform/bukkit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-shade-plugin</artifactId>
31-
<version>3.5.0</version>
31+
<version>3.5.1</version>
3232
<configuration>
3333
<createDependencyReducedPom>false</createDependencyReducedPom>
3434
<relocations>

platform/bungeecord/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-shade-plugin</artifactId>
31-
<version>3.5.0</version>
31+
<version>3.5.1</version>
3232
<configuration>
3333
<createDependencyReducedPom>false</createDependencyReducedPom>
3434
<relocations>

platform/minestom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<plugin>
3232
<groupId>org.apache.maven.plugins</groupId>
3333
<artifactId>maven-shade-plugin</artifactId>
34-
<version>3.5.0</version>
34+
<version>3.5.1</version>
3535
<configuration>
3636
<createDependencyReducedPom>false</createDependencyReducedPom>
3737
<relocations>

platform/sponge/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-shade-plugin</artifactId>
31-
<version>3.5.0</version>
31+
<version>3.5.1</version>
3232
<configuration>
3333
<createDependencyReducedPom>false</createDependencyReducedPom>
3434
<relocations>

platform/velocity/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-shade-plugin</artifactId>
31-
<version>3.5.0</version>
31+
<version>3.5.1</version>
3232
<configuration>
3333
<createDependencyReducedPom>false</createDependencyReducedPom>
3434
<relocations>

0 commit comments

Comments
 (0)