Merge pull request #257 from AtlasMediaGroup/update-squash

Update squash
This commit is contained in:
Ryan 2022-09-12 22:53:58 +01:00 committed by GitHub
commit 9f8dafb075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@
<dependency>
<groupId>com.sk89q.worldedit</groupId>
<artifactId>worldedit-bukkit</artifactId>
<version>7.2.10</version>
<version>7.2.12</version>
<scope>provided</scope>
</dependency>
@ -192,7 +192,7 @@
<dependency>
<groupId>net.essentialsx</groupId>
<artifactId>EssentialsX</artifactId>
<version>2.19.4</version>
<version>2.19.6</version>
<scope>provided</scope>
</dependency>
@ -206,7 +206,7 @@
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.29.0-GA</version>
<version>3.29.1-GA</version>
<scope>compile</scope>
</dependency>
@ -234,7 +234,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<scope>compile</scope>
</dependency>