|
19 | 19 | <parent> |
20 | 20 | <groupId>org.springframework.boot</groupId> |
21 | 21 | <artifactId>spring-boot-starter-parent</artifactId> |
22 | | - <version>1.5.1.RELEASE</version> |
| 22 | + <version>1.5.22.RELEASE</version> |
23 | 23 | </parent> |
24 | 24 |
|
25 | 25 | <dependencies> |
|
39 | 39 | <dependency> |
40 | 40 | <groupId>mysql</groupId> |
41 | 41 | <artifactId>mysql-connector-java</artifactId> |
42 | | - <version>8.0.12</version> |
| 42 | + <version>8.0.33</version> |
43 | 43 | </dependency> |
44 | 44 |
|
45 | 45 | <!-- 处理json数据 --> |
46 | 46 | <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson --> |
47 | 47 | <dependency> |
48 | 48 | <groupId>com.alibaba</groupId> |
49 | 49 | <artifactId>fastjson</artifactId> |
50 | | - <version>1.2.24</version> |
| 50 | + <version>1.2.83_noneautotype</version> |
51 | 51 | </dependency> |
52 | 52 |
|
53 | 53 |
|
|
56 | 56 | <dependency> |
57 | 57 | <groupId>org.jdom</groupId> |
58 | 58 | <artifactId>jdom2</artifactId> |
59 | | - <version>2.0.6</version> |
| 59 | + <version>2.0.6.1</version> |
60 | 60 | </dependency> |
61 | 61 |
|
62 | 62 | <!-- https://mvnrepository.com/artifact/org.dom4j/dom4j --> |
63 | 63 | <dependency> |
64 | 64 | <groupId>org.dom4j</groupId> |
65 | 65 | <artifactId>dom4j</artifactId> |
66 | | - <version>2.1.0</version> |
| 66 | + <version>2.1.4</version> |
67 | 67 | </dependency> |
68 | 68 |
|
69 | 69 |
|
70 | 70 | <!-- 获取url根域名--> |
71 | 71 | <dependency> |
72 | 72 | <groupId>com.google.guava</groupId> |
73 | 73 | <artifactId>guava</artifactId> |
74 | | - <version>23.0</version> |
| 74 | + <version>23.6.1-jre</version> |
75 | 75 | </dependency> |
76 | 76 |
|
77 | 77 | <dependency> |
78 | 78 | <groupId>commons-collections</groupId> |
79 | 79 | <artifactId>commons-collections</artifactId> |
80 | | - <version>3.1</version> |
| 80 | + <version>3.2.2</version> |
81 | 81 | </dependency> |
82 | 82 |
|
83 | 83 | <dependency> |
84 | 84 | <groupId>commons-lang</groupId> |
85 | 85 | <artifactId>commons-lang</artifactId> |
86 | | - <version>2.4</version> </dependency> |
| 86 | + <version>2.6</version> </dependency> |
87 | 87 |
|
88 | 88 | <dependency> |
89 | 89 | <groupId>org.apache.httpcomponents</groupId> |
90 | 90 | <artifactId>httpclient</artifactId> |
91 | | - <version>4.5.12</version> |
| 91 | + <version>4.5.14</version> |
92 | 92 | </dependency> |
93 | 93 |
|
94 | 94 | <dependency> |
95 | 95 | <groupId>org.apache.httpcomponents</groupId> |
96 | 96 | <artifactId>fluent-hc</artifactId> |
97 | | - <version>4.3.6</version> |
| 97 | + <version>4.5.14</version> |
98 | 98 | </dependency> |
99 | 99 |
|
100 | 100 |
|
101 | 101 | <dependency> |
102 | 102 | <groupId>org.apache.logging.log4j</groupId> |
103 | 103 | <artifactId>log4j-core</artifactId> |
104 | | - <version>2.9.1</version> |
| 104 | + <version>2.24.3</version> |
105 | 105 | </dependency> |
106 | 106 |
|
107 | 107 | <dependency> |
108 | 108 | <groupId>org.apache.logging.log4j</groupId> |
109 | 109 | <artifactId>log4j-api</artifactId> |
110 | | - <version>2.9.1</version> |
| 110 | + <version>2.24.3</version> |
111 | 111 | </dependency> |
112 | 112 |
|
113 | 113 | <dependency> |
|
127 | 127 | <dependency> |
128 | 128 | <groupId>org.jolokia</groupId> |
129 | 129 | <artifactId>jolokia-core</artifactId> |
130 | | - <version>1.6.0</version> |
| 130 | + <version>1.7.2</version> |
131 | 131 | </dependency> |
132 | 132 |
|
133 | 133 | <!-- 添加SpringBoot Actuator--> |
|
172 | 172 | <dependency> |
173 | 173 | <groupId>commons-net</groupId> |
174 | 174 | <artifactId>commons-net</artifactId> |
175 | | - <version>3.6</version> |
| 175 | + <version>3.11.1</version> |
176 | 176 | </dependency> |
177 | 177 |
|
178 | 178 | <!-- HttpClient SSRF --> |
|
201 | 201 | <dependency> |
202 | 202 | <groupId>com.thoughtworks.xstream</groupId> |
203 | 203 | <artifactId>xstream</artifactId> |
204 | | - <version>1.4.10</version> |
| 204 | + <version>1.4.21</version> |
205 | 205 | </dependency> |
206 | 206 |
|
207 | 207 | <dependency> |
208 | 208 | <groupId>org.apache.poi</groupId> |
209 | 209 | <artifactId>poi</artifactId> |
210 | | - <version>3.10-FINAL</version> |
| 210 | + <version>3.17</version> |
211 | 211 | </dependency> |
212 | 212 |
|
213 | 213 | <!-- vuln maven jar. Solve xlsx.--> |
214 | 214 | <dependency> |
215 | 215 | <groupId>org.apache.poi</groupId> |
216 | 216 | <artifactId>poi-ooxml</artifactId> |
217 | | - <version>3.9</version> <!-- 3.10-FINAL --> |
| 217 | + <version>3.17</version> <!-- 3.10-FINAL --> |
218 | 218 | </dependency> |
219 | 219 |
|
220 | 220 | <dependency> |
|
234 | 234 | <dependency> |
235 | 235 | <groupId>commons-io</groupId> |
236 | 236 | <artifactId>commons-io</artifactId> |
237 | | - <version>2.5</version> |
| 237 | + <version>2.19.0</version> |
238 | 238 | </dependency> |
239 | 239 |
|
240 | 240 | <!-- SSRF --> |
|
267 | 267 | <dependency> |
268 | 268 | <groupId>org.yaml</groupId> |
269 | 269 | <artifactId>snakeyaml</artifactId> |
270 | | - <version>1.21</version> |
| 270 | + <version>1.33</version> |
271 | 271 | </dependency> |
272 | 272 |
|
273 | 273 | <dependency> |
|
284 | 284 | <dependency> |
285 | 285 | <groupId>commons-beanutils</groupId> |
286 | 286 | <artifactId>commons-beanutils</artifactId> |
287 | | - <version>1.9.4</version> |
| 287 | + <version>1.10.1</version> |
288 | 288 | </dependency> |
289 | 289 |
|
290 | 290 | <!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt --> |
|
298 | 298 | <dependency> |
299 | 299 | <groupId>com.auth0</groupId> |
300 | 300 | <artifactId>java-jwt</artifactId> |
301 | | - <version>4.0.0</version> |
| 301 | + <version>4.5.0</version> |
302 | 302 | </dependency> |
303 | 303 |
|
304 | 304 | <dependency> |
305 | 305 | <groupId>cn.hutool</groupId> |
306 | 306 | <artifactId>hutool-all</artifactId> |
307 | | - <version>5.8.10</version> |
| 307 | + <version>5.8.38</version> |
308 | 308 | </dependency> |
309 | 309 |
|
310 | 310 | <dependency> |
311 | 311 | <groupId>org.javassist</groupId> |
312 | 312 | <artifactId>javassist</artifactId> |
313 | | - <version>3.27.0-GA</version> |
| 313 | + <version>3.30.2-GA</version> |
314 | 314 | </dependency> |
315 | 315 |
|
316 | 316 | <dependency> |
|
334 | 334 | <dependency> |
335 | 335 | <groupId>org.postgresql</groupId> |
336 | 336 | <artifactId>postgresql</artifactId> |
337 | | - <version>42.3.1</version> |
| 337 | + <version>42.7.5</version> |
338 | 338 | </dependency> |
339 | 339 |
|
340 | 340 | <!-- jdbc db2 rce --> |
|
0 commit comments