升级springboot2.7.5

This commit is contained in:
阿沐 2022-11-01 22:43:50 +08:00
parent 097194fe00
commit 97a0b3bf26
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>
<dependency>
<groupId>com.dameng</groupId>

View File

@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.4</version>
<version>2.7.5</version>
</parent>
<modules>