Updated UpdateManager
This commit is contained in:
parent
a19275cecc
commit
b367e4ea65
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -42,7 +42,7 @@
|
||||||
<!-- Shade JAR -->
|
<!-- Shade JAR -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.2.2</version>
|
<version>3.2.3</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
|
@ -169,7 +169,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>nl.SBDevelopment</groupId>
|
<groupId>nl.SBDevelopment</groupId>
|
||||||
<artifactId>SBUtilities</artifactId>
|
<artifactId>SBUtilities</artifactId>
|
||||||
<version>1.7</version>
|
<version>1.9</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue