升级spring-boot到最新版本2.5.9

This commit is contained in:
RuoYi 2022-01-23 10:57:19 +08:00
parent 46b0016473
commit 4ac64b365f

View File

@ -15,7 +15,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.5.8</version> <version>2.5.9</version>
<relativePath /> <relativePath />
</parent> </parent>
@ -39,7 +39,6 @@
<oshi.version>5.8.6</oshi.version> <oshi.version>5.8.6</oshi.version>
<jna.version>5.10.0</jna.version> <jna.version>5.10.0</jna.version>
<velocity.version>2.3</velocity.version> <velocity.version>2.3</velocity.version>
<log4j2.version>2.17.1</log4j2.version>
<oracle.version>10.2.0.4.0</oracle.version> <oracle.version>10.2.0.4.0</oracle.version>
</properties> </properties>