Skip to content

Commit f2c90a2

Browse files
committed
workin on: Update Spring-Boot to 2.3.0 #255
1 parent dfce23a commit f2c90a2

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

pom.xml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,13 @@
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>
@@ -458,6 +459,22 @@
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

0 commit comments

Comments
 (0)