Skip to content

Commit

Permalink
chore(deps): 升级依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Sep 26, 2024
1 parent ad616e5 commit d8282b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,17 @@
<groupId>com.cryptomorin.xseries</groupId>
<artifactId>XSeries</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
<version>11.2.0.1</version>
<version>v11.2.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit d8282b9

Please sign in to comment.