spring boot 2.7.8、shiro 1.11.0
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
|
|
||||||
<!-- MySQL -->
|
<!-- MySQL -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>mysql</groupId>
|
<groupId>com.mysql</groupId>
|
||||||
<artifactId>mysql-connector-java</artifactId>
|
<artifactId>mysql-connector-j</artifactId>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Oracle 11g -->
|
<!-- Oracle 11g -->
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>2.7.4</version>
|
<version>2.7.8</version>
|
||||||
<relativePath />
|
<relativePath />
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
<mybatis-spring.version>2.0.7</mybatis-spring.version>
|
<mybatis-spring.version>2.0.7</mybatis-spring.version>
|
||||||
<jsqlparser.version>4.5</jsqlparser.version>
|
<jsqlparser.version>4.5</jsqlparser.version>
|
||||||
<druid.version>1.2.11</druid.version>
|
<druid.version>1.2.11</druid.version>
|
||||||
<shiro.version>1.10.0</shiro.version>
|
<shiro.version>1.11.0</shiro.version>
|
||||||
<j2cache.version>2.8.0-release</j2cache.version>
|
<j2cache.version>2.8.0-release</j2cache.version>
|
||||||
<swagger.version>1.6.6</swagger.version>
|
<swagger.version>1.6.6</swagger.version>
|
||||||
<log4j2.version>2.18.0</log4j2.version>
|
<log4j2.version>2.18.0</log4j2.version>
|
||||||
|
|||||||
Reference in New Issue
Block a user