1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-04 23:43:29 +08:00

chore(deps): 升级依赖版本

This commit is contained in:
2024-09-26 21:46:20 +08:00
parent ad616e5470
commit d8282b9641
+5 -1
View File
@@ -163,13 +163,17 @@
<groupId>com.cryptomorin.xseries</groupId> <groupId>com.cryptomorin.xseries</groupId>
<artifactId>XSeries</artifactId> <artifactId>XSeries</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.cryptomorin</groupId> <groupId>com.github.cryptomorin</groupId>
<artifactId>XSeries</artifactId> <artifactId>XSeries</artifactId>
<version>11.2.0.1</version> <version>v11.2.2</version>
<scope>compile</scope> <scope>compile</scope>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>