wexin-java升级4.0.0
springboot升级2.4.1
This commit is contained in:
10
pom.xml
10
pom.xml
@ -28,7 +28,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.1.0.RELEASE</version>
|
||||
<version>2.4.1</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
@ -56,7 +56,11 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.hibernate.validator</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
<version>6.1.6.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-aop</artifactId>
|
||||
@ -81,7 +85,7 @@
|
||||
<dependency>
|
||||
<groupId>redis.clients</groupId>
|
||||
<artifactId>jedis</artifactId>
|
||||
<version>2.9.1</version>
|
||||
<version>3.3.0</version>
|
||||
</dependency>
|
||||
|
||||
<!--Spring boot end-->
|
||||
|
Reference in New Issue
Block a user