Upgrade some Maven plugins to reduce warnings

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2023-07-15 10:41:18 +10:00
parent a06d9c58c6
commit 17ec8e03e0

View File

@@ -110,7 +110,7 @@
<plugin> <plugin>
<groupId>net.md-5</groupId> <groupId>net.md-5</groupId>
<artifactId>scriptus</artifactId> <artifactId>scriptus</artifactId>
<version>0.4.1</version> <version>0.5.0</version>
<executions> <executions>
<execution> <execution>
<phase>initialize</phase> <phase>initialize</phase>
@@ -156,7 +156,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version> <version>3.5.0</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>