|
@@ -23,21 +23,21 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
- <version>3.8.1</version>
|
|
|
+ <version>3.9</version>
|
|
|
<!--<scope>provided</scope>-->
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
<artifactId>lombok</artifactId>
|
|
|
- <version>1.18.6</version>
|
|
|
+ <version>1.18.8</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
- <version>5.1.6.RELEASE</version>
|
|
|
+ <version>5.1.9.RELEASE</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -51,21 +51,21 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-core</artifactId>
|
|
|
- <version>5.1.4.RELEASE</version>
|
|
|
+ <version>5.1.6.RELEASE</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.security.oauth</groupId>
|
|
|
<artifactId>spring-security-oauth2</artifactId>
|
|
|
- <version>2.3.5.RELEASE</version>
|
|
|
+ <version>2.3.6.RELEASE</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
- <version>1.7.26</version>
|
|
|
+ <version>1.7.28</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -79,7 +79,7 @@
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
<artifactId>fastjson</artifactId>
|
|
|
- <version>1.2.56</version>
|
|
|
+ <version>1.2.61</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
|
|
@@ -87,14 +87,14 @@
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi</artifactId>
|
|
|
- <version>4.0.1</version>
|
|
|
+ <version>4.1.0</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
- <version>4.0.1</version>
|
|
|
+ <version>4.1.0</version>
|
|
|
<scope>provided</scope>
|
|
|
</dependency>
|
|
|
|