File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 238
238
<dependency >
239
239
<groupId >commons-codec</groupId >
240
240
<artifactId >commons-codec</artifactId >
241
- <version >1.18 .0</version >
241
+ <version >1.19 .0</version >
242
242
</dependency >
243
243
<dependency >
244
244
<groupId >xerces</groupId >
249
249
<groupId >xalan</groupId >
250
250
<artifactId >xalan</artifactId >
251
251
<version >2.7.3</version >
252
- <exclusions >
253
- <exclusion >
254
- <groupId >xml-apis</groupId >
255
- <artifactId >xml-apis</artifactId >
256
- </exclusion >
257
- </exclusions >
258
- </dependency >
259
- <dependency >
260
- <groupId >xml-apis</groupId >
261
- <artifactId >xml-apis</artifactId >
262
- <version >1.4.01</version >
263
252
</dependency >
264
253
<dependency >
265
254
<groupId >org.projectlombok</groupId >
Original file line number Diff line number Diff line change 16
16
<timestamp >${maven.build.timestamp}</timestamp >
17
17
<maven .build.timestamp.format>yyyyMMddHHmm</maven .build.timestamp.format>
18
18
<min .maven.api>3.0</min .maven.api>
19
- <junit .version>5.13.3 </junit .version>
19
+ <junit .version>5.13.4 </junit .version>
20
20
<maven .compiler.release>11</maven .compiler.release>
21
21
</properties >
22
22
You can’t perform that action at this time.
0 commit comments