From 9b7217e6bfa29380ba9557afc2047ef0ab1ad0c4 Mon Sep 17 00:00:00 2001
From: 李宇 <986321569@qq.com>
Date: 星期四, 07 一月 2021 12:10:45 +0800
Subject: [PATCH] 替换高危险jar包版本

---
 pom.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 97e0a98..c3ba94f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </repositories>
 
   <properties>
-    <spring.version>4.3.8.RELEASE</spring.version>
+    <spring.version>4.3.29.RELEASE</spring.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
   </properties>
@@ -322,29 +322,29 @@
     <dependency>
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-core</artifactId>
-      <version>1.2.3</version>
+      <version>1.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-web</artifactId>
-      <version>1.2.3</version>
+      <version>1.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-ehcache</artifactId>
-      <version>1.2.3</version>
+      <version>1.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.shiro</groupId>
       <artifactId>shiro-spring</artifactId>
-      <version>1.2.3</version>
+      <version>1.6.0</version>
     </dependency>
     <!--- end shiro -->
 
     <dependency>
       <groupId>com.alibaba</groupId>
       <artifactId>fastjson</artifactId>
-      <version>1.2.8</version>
+      <version>1.2.75</version>
     </dependency>
     <dependency>
       <groupId>com.google.collections</groupId>
@@ -360,7 +360,7 @@
       <dependency>
           <groupId>com.fasterxml.jackson.core</groupId>
           <artifactId>jackson-databind</artifactId>
-          <version>2.9.0.pr3</version>
+          <version>2.9.10.7</version>
       </dependency>
     <!-- https://mvnrepository.com/artifact/javax.mail/mail -->
     <dependency>

--
Gitblit v1.9.2