Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Oct 9, 2024
1 parent e3bc6e8 commit e0bce5f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 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.24</version>
<version>4.5.25</version>
<packaging>jar</packaging>

<name>TrollV4</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>11.2.0.1</version>
<version>11.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -164,6 +164,14 @@
<shadedPattern>de.presti.trollv4.shaded.org.apache.commons.io</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>com/cryptomorin/xseries/NoteBlockMusic*</exclude>
</excludes>
</filter>
</filters>
<createDependencyReducedPom>true</createDependencyReducedPom>
</configuration>
<executions>
Expand Down

0 comments on commit e0bce5f

Please sign in to comment.