作者 RuoYi

升级spring-boot到最新版本2.5.12 防止RCE漏洞

正在显示 1 个修改的文件 包含 1 行增加1 行删除
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 <dependency> 43 <dependency>
44 <groupId>org.springframework.boot</groupId> 44 <groupId>org.springframework.boot</groupId>
45 <artifactId>spring-boot-dependencies</artifactId> 45 <artifactId>spring-boot-dependencies</artifactId>
46 - <version>2.5.11</version> 46 + <version>2.5.12</version>
47 <type>pom</type> 47 <type>pom</type>
48 <scope>import</scope> 48 <scope>import</scope>
49 </dependency> 49 </dependency>