Skip to content

Commit c3525e7

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

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,58 +56,58 @@
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 -->
6363
<dependency>
6464
<groupId>org.dom4j</groupId>
6565
<artifactId>dom4j</artifactId>
66-
<version>2.1.0</version>
66+
<version>2.1.4</version>
6767
</dependency>
6868

6969

7070
<!-- 获取url根域名-->
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>
9595
<groupId>org.apache.httpcomponents</groupId>
9696
<artifactId>fluent-hc</artifactId>
97-
<version>4.3.6</version>
97+
<version>4.5.14</version>
9898
</dependency>
9999

100100

101101
<dependency>
102102
<groupId>org.apache.logging.log4j</groupId>
103103
<artifactId>log4j-core</artifactId>
104-
<version>2.9.1</version>
104+
<version>2.24.3</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.24.3</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.11.1</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>
@@ -234,7 +234,7 @@
234234
<dependency>
235235
<groupId>commons-io</groupId>
236236
<artifactId>commons-io</artifactId>
237-
<version>2.5</version>
237+
<version>2.19.0</version>
238238
</dependency>
239239

240240
<!-- SSRF -->
@@ -267,7 +267,7 @@
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>
@@ -298,19 +298,19 @@
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>
305305
<groupId>cn.hutool</groupId>
306306
<artifactId>hutool-all</artifactId>
307-
<version>5.8.10</version>
307+
<version>5.8.38</version>
308308
</dependency>
309309

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.7</version>
338338
</dependency>
339339

340340
<!-- jdbc db2 rce -->

0 commit comments

Comments
 (0)