Skip to content

Commit 52e41f7

Browse files
Update Mend: high confidence minor and patch dependency updates
1 parent 0ab7d3a commit 52e41f7

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

pom.xml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-starter-parent</artifactId>
22-
<version>1.5.1.RELEASE</version>
22+
<version>1.5.22.RELEASE</version>
2323
</parent>
2424

2525
<dependencies>
@@ -39,15 +39,15 @@
3939
<dependency>
4040
<groupId>mysql</groupId>
4141
<artifactId>mysql-connector-java</artifactId>
42-
<version>8.0.12</version>
42+
<version>8.0.33</version>
4343
</dependency>
4444

4545
<!-- 处理json数据 -->
4646
<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
4747
<dependency>
4848
<groupId>com.alibaba</groupId>
4949
<artifactId>fastjson</artifactId>
50-
<version>1.2.24</version>
50+
<version>1.2.83_noneautotype</version>
5151
</dependency>
5252

5353

@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.jdom</groupId>
5858
<artifactId>jdom2</artifactId>
59-
<version>2.0.6</version>
59+
<version>2.0.6.1</version>
6060
</dependency>
6161

6262
<!-- https://mvnrepository.com/artifact/org.dom4j/dom4j -->
@@ -71,24 +71,24 @@
7171
<dependency>
7272
<groupId>com.google.guava</groupId>
7373
<artifactId>guava</artifactId>
74-
<version>23.0</version>
74+
<version>23.6.1-jre</version>
7575
</dependency>
7676

7777
<dependency>
7878
<groupId>commons-collections</groupId>
7979
<artifactId>commons-collections</artifactId>
80-
<version>3.1</version>
80+
<version>3.2.2</version>
8181
</dependency>
8282

8383
<dependency>
8484
<groupId>commons-lang</groupId>
8585
<artifactId>commons-lang</artifactId>
86-
<version>2.4</version> </dependency>
86+
<version>2.6</version> </dependency>
8787

8888
<dependency>
8989
<groupId>org.apache.httpcomponents</groupId>
9090
<artifactId>httpclient</artifactId>
91-
<version>4.5.12</version>
91+
<version>4.5.14</version>
9292
</dependency>
9393

9494
<dependency>
@@ -101,13 +101,13 @@
101101
<dependency>
102102
<groupId>org.apache.logging.log4j</groupId>
103103
<artifactId>log4j-core</artifactId>
104-
<version>2.9.1</version>
104+
<version>2.25.2</version>
105105
</dependency>
106106

107107
<dependency>
108108
<groupId>org.apache.logging.log4j</groupId>
109109
<artifactId>log4j-api</artifactId>
110-
<version>2.9.1</version>
110+
<version>2.25.2</version>
111111
</dependency>
112112

113113
<dependency>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>org.jolokia</groupId>
129129
<artifactId>jolokia-core</artifactId>
130-
<version>1.6.0</version>
130+
<version>1.7.2</version>
131131
</dependency>
132132

133133
<!-- 添加SpringBoot Actuator-->
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>commons-net</groupId>
174174
<artifactId>commons-net</artifactId>
175-
<version>3.6</version>
175+
<version>3.12.0</version>
176176
</dependency>
177177

178178
<!-- HttpClient SSRF -->
@@ -201,20 +201,20 @@
201201
<dependency>
202202
<groupId>com.thoughtworks.xstream</groupId>
203203
<artifactId>xstream</artifactId>
204-
<version>1.4.10</version>
204+
<version>1.4.21</version>
205205
</dependency>
206206

207207
<dependency>
208208
<groupId>org.apache.poi</groupId>
209209
<artifactId>poi</artifactId>
210-
<version>3.10-FINAL</version>
210+
<version>3.17</version>
211211
</dependency>
212212

213213
<!-- vuln maven jar. Solve xlsx.-->
214214
<dependency>
215215
<groupId>org.apache.poi</groupId>
216216
<artifactId>poi-ooxml</artifactId>
217-
<version>3.9</version> <!-- 3.10-FINAL -->
217+
<version>3.17</version> <!-- 3.10-FINAL -->
218218
</dependency>
219219

220220
<dependency>
@@ -227,7 +227,7 @@
227227
<dependency>
228228
<groupId>org.jsoup</groupId>
229229
<artifactId>jsoup</artifactId>
230-
<version>1.10.2</version>
230+
<version>1.21.2</version>
231231
</dependency>
232232

233233
<!-- SSRF -->
@@ -241,7 +241,7 @@
241241
<dependency>
242242
<groupId>org.apache.httpcomponents</groupId>
243243
<artifactId>httpasyncclient</artifactId>
244-
<version>4.1.4</version>
244+
<version>4.1.5</version>
245245
</dependency>
246246

247247
<dependency>
@@ -260,14 +260,14 @@
260260
<dependency>
261261
<groupId>org.projectlombok</groupId>
262262
<artifactId>lombok</artifactId>
263-
<version>1.18.20</version>
263+
<version>1.18.42</version>
264264
<scope>provided</scope>
265265
</dependency>
266266

267267
<dependency>
268268
<groupId>org.yaml</groupId>
269269
<artifactId>snakeyaml</artifactId>
270-
<version>1.21</version>
270+
<version>1.33</version>
271271
</dependency>
272272

273273
<dependency>
@@ -291,14 +291,14 @@
291291
<dependency>
292292
<groupId>io.jsonwebtoken</groupId>
293293
<artifactId>jjwt</artifactId>
294-
<version>0.9.1</version>
294+
<version>0.13.0</version>
295295
</dependency>
296296

297297
<!-- https://github.com/auth0/java-jwt https://mvnrepository.com/artifact/com.auth0/java-jwt -->
298298
<dependency>
299299
<groupId>com.auth0</groupId>
300300
<artifactId>java-jwt</artifactId>
301-
<version>4.0.0</version>
301+
<version>4.5.0</version>
302302
</dependency>
303303

304304
<dependency>
@@ -310,7 +310,7 @@
310310
<dependency>
311311
<groupId>org.javassist</groupId>
312312
<artifactId>javassist</artifactId>
313-
<version>3.27.0-GA</version>
313+
<version>3.30.2-GA</version>
314314
</dependency>
315315

316316
<dependency>
@@ -334,7 +334,7 @@
334334
<dependency>
335335
<groupId>org.postgresql</groupId>
336336
<artifactId>postgresql</artifactId>
337-
<version>42.3.1</version>
337+
<version>42.7.8</version>
338338
</dependency>
339339

340340
<!-- jdbc db2 rce -->

0 commit comments

Comments
 (0)