deployed 2.0.2.RELEASE,升级相关依赖

master
剑器近 2021-06-25 16:16:01 +08:00
parent 5734eccd88
commit c756450c5c
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.github.yezhihao</groupId> <groupId>io.github.yezhihao</groupId>
<artifactId>netmc</artifactId> <artifactId>netmc</artifactId>
<version>2.0.1.RELEASE</version> <version>2.0.2.RELEASE</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Netmc</name> <name>Netmc</name>
@ -50,13 +50,13 @@
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId> <artifactId>slf4j-simple</artifactId>
<version>1.7.30</version> <version>1.7.31</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>1.7.30</version> <version>1.7.31</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>