|
@@ -39,7 +39,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
- <version>5.1.9.RELEASE</version>
|
|
|
+ <version>5.2.1.RELEASE</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -53,35 +53,35 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
- <version>5.1.6.RELEASE</version>
|
|
|
+ <version>5.2.1.RELEASE</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security.oauth</groupId>
|
|
|
<artifactId>spring-security-oauth2</artifactId>
|
|
|
- <version>2.3.6.RELEASE</version>
|
|
|
+ <version>2.4.0.RELEASE</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
- <version>1.7.28</version>
|
|
|
+ <version>1.7.29</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.google.code.gson</groupId>
|
|
|
<artifactId>gson</artifactId>
|
|
|
- <version>2.8.5</version>
|
|
|
+ <version>2.8.6</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
- <version>1.2.61</version>
|
|
|
+ <version>1.2.62</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -89,14 +89,14 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi</artifactId>
|
|
|
- <version>4.1.0</version>
|
|
|
+ <version>4.1.1</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
- <version>4.1.0</version>
|
|
|
+ <version>4.1.1</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -117,7 +117,7 @@
|
|
|
<dependency>
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
<artifactId>aspectjweaver</artifactId>
|
|
|
- <version>1.9.4</version>
|
|
|
+ <version>1.9.5</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--<dependency>-->
|