Upgrade project dependencies #231

This commit is contained in:
hongqiaowei
2021-06-23 22:17:28 +08:00
committed by GitHub
parent 6733cf08c9
commit 9c7c2c2ac1
6 changed files with 64 additions and 33 deletions

View File

@@ -58,11 +58,6 @@
<artifactId>spring-session-data-redis</artifactId>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
@@ -98,6 +93,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
</dependencies>
<repositories>