Update dependencies

This commit is contained in:
Eric 2022-08-21 16:38:25 +02:00
parent 89380a92a9
commit cdadd23fc3
7 changed files with 33 additions and 26 deletions

View File

@ -6,7 +6,7 @@
<groupId>de.epiceric.shopchest.addon</groupId> <groupId>de.epiceric.shopchest.addon</groupId>
<artifactId>shopchest-addon-askyblock</artifactId> <artifactId>shopchest-addon-askyblock</artifactId>
<version>3.0.9</version> <version>3.0.9.4</version>
<name>ShopChest ASkyBlock Addon</name> <name>ShopChest ASkyBlock Addon</name>
@ -18,8 +18,8 @@
<repositories> <repositories>
<repository> <repository>
<id>tastybento-repo</id> <id>codemc-repo</id>
<url>http://dl.bintray.com/tastybento/maven-repo</url> <url>https://repo.codemc.org/repository/maven-public</url>
</repository> </repository>
</repositories> </repositories>
@ -33,7 +33,7 @@
<dependency> <dependency>
<groupId>com.wasteofplastic</groupId> <groupId>com.wasteofplastic</groupId>
<artifactId>askyblock</artifactId> <artifactId>askyblock</artifactId>
<version>3.0.9</version> <version>3.0.9.4</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -6,7 +6,7 @@
<groupId>de.epiceric.shopchest.addon</groupId> <groupId>de.epiceric.shopchest.addon</groupId>
<artifactId>shopchest-addon-bentobox</artifactId> <artifactId>shopchest-addon-bentobox</artifactId>
<version>1.14.0-SNAPSHOT</version> <version>1.20.1</version>
<name>ShopChest BentoBox Addon</name> <name>ShopChest BentoBox Addon</name>
@ -16,6 +16,13 @@
<version>1.13-SNAPSHOT</version> <version>1.13-SNAPSHOT</version>
</parent> </parent>
<repositories>
<repository>
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public</url>
</repository>
</repositories>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>de.epiceric.shopchest</groupId> <groupId>de.epiceric.shopchest</groupId>
@ -26,7 +33,7 @@
<dependency> <dependency>
<groupId>world.bentobox</groupId> <groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId> <artifactId>bentobox</artifactId>
<version>1.14.0-SNAPSHOT</version> <version>1.20.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -9,12 +9,12 @@ import org.bukkit.event.Listener;
import org.bukkit.util.BoundingBox; import org.bukkit.util.BoundingBox;
import de.epiceric.shopchest.api.ShopChest; import de.epiceric.shopchest.api.ShopChest;
import world.bentobox.bentobox.api.events.island.IslandEvent.IslandBanEvent; import world.bentobox.bentobox.api.events.island.IslandBanEvent;
import world.bentobox.bentobox.api.events.island.IslandEvent.IslandDeleteChunksEvent; import world.bentobox.bentobox.api.events.island.IslandDeleteChunksEvent;
import world.bentobox.bentobox.api.events.island.IslandEvent.IslandDeletedEvent; import world.bentobox.bentobox.api.events.island.IslandDeletedEvent;
import world.bentobox.bentobox.api.events.island.IslandEvent.IslandResettedEvent; import world.bentobox.bentobox.api.events.island.IslandResettedEvent;
import world.bentobox.bentobox.api.events.team.TeamEvent.TeamKickEvent; import world.bentobox.bentobox.api.events.team.TeamKickEvent;
import world.bentobox.bentobox.api.events.team.TeamEvent.TeamLeaveEvent; import world.bentobox.bentobox.api.events.team.TeamLeaveEvent;
import world.bentobox.bentobox.database.objects.Island; import world.bentobox.bentobox.database.objects.Island;
import world.bentobox.bentobox.database.objects.IslandDeletion; import world.bentobox.bentobox.database.objects.IslandDeletion;

View File

@ -6,7 +6,7 @@
<groupId>de.epiceric.shopchest.addon</groupId> <groupId>de.epiceric.shopchest.addon</groupId>
<artifactId>shopchest-addon-worldguard</artifactId> <artifactId>shopchest-addon-worldguard</artifactId>
<version>7.0.3</version> <version>7.0.7</version>
<name>ShopChest WorldGuard Addon</name> <name>ShopChest WorldGuard Addon</name>
@ -33,7 +33,7 @@
<dependency> <dependency>
<groupId>com.sk89q.worldguard</groupId> <groupId>com.sk89q.worldguard</groupId>
<artifactId>worldguard-bukkit</artifactId> <artifactId>worldguard-bukkit</artifactId>
<version>7.0.3</version> <version>7.0.7</version>
<scope>provided</scope> <scope>provided</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>

View File

@ -20,8 +20,8 @@
<repositories> <repositories>
<repository> <repository>
<id>vault-repo</id> <id>jitpack.io</id>
<url>http://nexus.hc.to/content/repositories/pub_releases/</url> <url>https://jitpack.io</url>
</repository> </repository>
<repository> <repository>
<id>codemc-repo</id> <id>codemc-repo</id>
@ -31,9 +31,9 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>net.milkbowl.vault</groupId> <groupId>com.github.MilkBowl</groupId>
<artifactId>VaultAPI</artifactId> <artifactId>VaultAPI</artifactId>
<version>1.7</version> <version>1.7.1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
@ -51,17 +51,17 @@
<dependency> <dependency>
<groupId>org.bstats</groupId> <groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId> <artifactId>bstats-bukkit</artifactId>
<version>2.1.0</version> <version>3.0.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.zaxxer</groupId> <groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId> <artifactId>HikariCP</artifactId>
<version>3.3.1</version> <version>4.0.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId> <artifactId>slf4j-jdk14</artifactId>
<version>1.7.26</version> <version>1.7.36</version>
</dependency> </dependency>
</dependencies> </dependencies>
@ -70,7 +70,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.1.1</version> <version>3.3.0</version>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>package</phase>
@ -83,7 +83,7 @@
<createDependencyReducedPom>false</createDependencyReducedPom> <createDependencyReducedPom>false</createDependencyReducedPom>
<relocations> <relocations>
<relocation> <relocation>
<pattern>org.bstats.bukkit</pattern> <pattern>org.bstats</pattern>
<shadedPattern>de.epiceric.shopchest.dependencies.bstats</shadedPattern> <shadedPattern>de.epiceric.shopchest.dependencies.bstats</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>

View File

@ -217,7 +217,7 @@ public class ShopChestImpl extends ShopChest {
conn.setRequestProperty("User-Agent", "ShopChest/UpdateChecker"); conn.setRequestProperty("User-Agent", "ShopChest/UpdateChecker");
InputStreamReader reader = new InputStreamReader(conn.getInputStream()); InputStreamReader reader = new InputStreamReader(conn.getInputStream());
JsonElement element = new JsonParser().parse(reader); JsonElement element = JsonParser.parseReader(reader);
if (element.isJsonArray()) { if (element.isJsonArray()) {
JsonObject result = element.getAsJsonArray().get(0).getAsJsonObject(); JsonObject result = element.getAsJsonArray().get(0).getAsJsonObject();

View File

@ -66,7 +66,7 @@
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version> <version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
@ -95,7 +95,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version> <version>3.4.1</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>