作者 RuoYi

升级spring-boot到最新版本2.5.9

正在显示 1 个修改的文件 包含 1 行增加15 行删除
@@ -32,7 +32,6 @@ @@ -32,7 +32,6 @@
32 <commons.collections.version>3.2.2</commons.collections.version> 32 <commons.collections.version>3.2.2</commons.collections.version>
33 <poi.version>4.1.2</poi.version> 33 <poi.version>4.1.2</poi.version>
34 <velocity.version>2.3</velocity.version> 34 <velocity.version>2.3</velocity.version>
35 - <log4j2.version>2.17.1</log4j2.version>  
36 <jwt.version>0.9.1</jwt.version> 35 <jwt.version>0.9.1</jwt.version>
37 </properties> 36 </properties>
38 37
@@ -44,7 +43,7 @@ @@ -44,7 +43,7 @@
44 <dependency> 43 <dependency>
45 <groupId>org.springframework.boot</groupId> 44 <groupId>org.springframework.boot</groupId>
46 <artifactId>spring-boot-dependencies</artifactId> 45 <artifactId>spring-boot-dependencies</artifactId>
47 - <version>2.5.8</version> 46 + <version>2.5.9</version>
48 <type>pom</type> 47 <type>pom</type>
49 <scope>import</scope> 48 <scope>import</scope>
50 </dependency> 49 </dependency>
@@ -151,19 +150,6 @@ @@ -151,19 +150,6 @@
151 <version>${fastjson.version}</version> 150 <version>${fastjson.version}</version>
152 </dependency> 151 </dependency>
153 152
154 - <!-- log4j日志组件 -->  
155 - <dependency>  
156 - <groupId>org.apache.logging.log4j</groupId>  
157 - <artifactId>log4j-api</artifactId>  
158 - <version>${log4j2.version}</version>  
159 - </dependency>  
160 -  
161 - <dependency>  
162 - <groupId>org.apache.logging.log4j</groupId>  
163 - <artifactId>log4j-to-slf4j</artifactId>  
164 - <version>${log4j2.version}</version>  
165 - </dependency>  
166 -  
167 <!-- Token生成与解析--> 153 <!-- Token生成与解析-->
168 <dependency> 154 <dependency>
169 <groupId>io.jsonwebtoken</groupId> 155 <groupId>io.jsonwebtoken</groupId>