Fix updated plugin versions

This commit is contained in:
Allink 2023-07-25 00:38:02 +01:00
parent 04029eb144
commit ac704614c0
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.4.1</version>
<version>3.3.0</version>
<scope>compile</scope>
</dependency>
@ -378,7 +378,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>