Skip to content

Commit

Permalink
Updating dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Apr 28, 2023
1 parent 19bf352 commit 5f9b362
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.presti</groupId>
<artifactId>trollv4</artifactId>
<name>TrollV4</name>
<version>4.5.10</version>
<version>4.5.13</version>
<build>
<resources>
<resource>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>
<version>4.6.0-SNAPSHOT</version>
<version>4.8.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.presti</groupId>
<artifactId>trollv4</artifactId>
<version>4.5.12</version>
<version>4.5.13</version>
<packaging>jar</packaging>

<name>TrollV4</name>
Expand Down Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>9.2.0</version>
<version>9.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -63,6 +63,8 @@
<version>3.0.0</version>
<scope>compile</scope>
</dependency>
<!-- Find a way to make this one provided because the dependency as a size of 4MB
Or at least find a way to make the file itself smaller.-->
<dependency>
<groupId>com.github.juliarn.NPC-Lib</groupId>
<artifactId>npc-lib-bukkit</artifactId>
Expand Down

0 comments on commit 5f9b362

Please sign in to comment.