update caffeine version

master
wanglong 2021-11-13 12:00:35 +08:00
parent 99b50ab2d2
commit 55be772fc0
1 changed files with 5 additions and 12 deletions

17
pom.xml
View File

@ -1,7 +1,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.github.yezhihao</groupId>
<groupId>com.dust.tripartite</groupId>
<artifactId>netmc</artifactId> <artifactId>netmc</artifactId>
<version>2.0.6.RELEASE</version> <version>2.0.6.RELEASE</version>
<packaging>jar</packaging> <packaging>jar</packaging>
@ -18,18 +19,10 @@
</licenses> </licenses>
<scm> <scm>
<url>https://github.com/yezhihao/netmc</url> <url>http://115.29.108.160:3000/TripartiteOpenSource/netmc</url>
<connection>https://github.com/yezhihao/netmc.git</connection> <connection>http://115.29.108.160:3000/TripartiteOpenSource/netmc.git</connection>
</scm> </scm>
<developers>
<developer>
<id>netmc.yezhihao</id>
<name>netmc</name>
<email>zhihao.ye@qq.com</email>
</developer>
</developers>
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>
<resource.delimiter>@</resource.delimiter> <resource.delimiter>@</resource.delimiter>
@ -68,7 +61,7 @@
<dependency> <dependency>
<groupId>com.github.ben-manes.caffeine</groupId> <groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId> <artifactId>caffeine</artifactId>
<version>2.8.8</version> <version>3.0.4</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>