deployed 1.0.5.RELEASE,升级相关依赖

master
剑器近 2021-05-25 14:13:49 +08:00
parent e0c9e1abf2
commit eb2bfc85e9
1 changed files with 5 additions and 5 deletions

10
pom.xml
View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.yezhihao</groupId>
<artifactId>netmc</artifactId>
<version>1.0.3.RELEASE</version>
<version>1.0.5.RELEASE</version>
<packaging>jar</packaging>
<name>Netmc</name>
@ -44,7 +44,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
@ -62,19 +62,19 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.54.Final</version>
<version>4.1.65.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.8.6</version>
<version>2.8.8</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.2.11.RELEASE</version>
<version>5.3.7</version>
<scope>compile</scope>
</dependency>
</dependencies>