File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed
Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 258258 <spring-boot-admin .version>2.2.1</spring-boot-admin .version>
259259
260260 <!-- Unit and Integration Testing -->
261- <junit-jupiter .version>5.5 .2</junit-jupiter .version>
261+ <junit-jupiter .version>5.6 .2</junit-jupiter .version>
262262 <xmlunit2 .version>2.6.4</xmlunit2 .version>
263- <htmlunit .version>2.36.0</htmlunit .version>
264- <hamcrest .version>2.1</hamcrest .version>
263+ <xmlunit .version>2.6.4</xmlunit .version>
264+ <htmlunit .version>2.40.0</htmlunit .version>
265+ <hamcrest .version>2.2</hamcrest .version>
265266 <lombok .version>1.18.12</lombok .version>
266- <jsoup .version>1.8.3 </jsoup .version>
267+ <jsoup .version>1.13.1 </jsoup .version>
267268
268269 <skipTests >true</skipTests >
269270 </properties >
458459 <artifactId >doxia-module-markdown</artifactId >
459460 <version >${doxia-module-markdown.version} </version >
460461 </dependency >
462+ <dependency >
463+ <groupId >org.xmlunit</groupId >
464+ <artifactId >xmlunit-core</artifactId >
465+ <version >${xmlunit.version} </version >
466+ </dependency >
467+ <dependency >
468+ <groupId >net.sourceforge.htmlunit</groupId >
469+ <artifactId >htmlunit</artifactId >
470+ <version >${htmlunit.version} </version >
471+ </dependency >
472+ <dependency >
473+ <groupId >org.hamcrest</groupId >
474+ <artifactId >hamcrest</artifactId >
475+ <version >${hamcrest.version} </version >
476+ <scope >test</scope >
477+ </dependency >
461478 </dependencies >
462479 </dependencyManagement >
463480
You can’t perform that action at this time.
0 commit comments