deployed 2.0.3.RELEASE,升级相关依赖

master
剑器近 2021-07-23 09:39:52 +08:00
parent 71be789c62
commit abcf217332
1 changed files with 3 additions and 3 deletions

View File

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