Browse Source

升级springboot到2.1.17 提升安全性

pull/213/MERGE
RuoYi 4 years ago
parent
commit
8c1e893657
  1. 3
      pom.xml

3
pom.xml

@ -16,6 +16,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
<shiro.version>1.6.0</shiro.version>
<thymeleaf.extras.shiro.version>2.0.0</thymeleaf.extras.shiro.version>
<mybatis.boot.version>1.3.2</mybatis.boot.version>
@ -40,7 +41,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>2.1.1.RELEASE</version>
<version>2.1.17.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save