Skip to content

Commit 8878ed5

Browse files
authored
update test libraries (#657)
1 parent a6613a8 commit 8878ed5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -214,12 +214,12 @@
214214
<dependency>
215215
<groupId>org.xmlunit</groupId>
216216
<artifactId>xmlunit-core</artifactId>
217-
<version>2.9.0</version>
217+
<version>2.9.1</version>
218218
</dependency>
219219
<dependency>
220220
<groupId>net.sourceforge.htmlunit</groupId>
221221
<artifactId>htmlunit</artifactId>
222-
<version>2.57.0</version>
222+
<version>2.70.0</version>
223223
</dependency>
224224
<dependency>
225225
<!-- used in the unit tests and maven-shared-utils:3.3.4 -->
@@ -312,7 +312,7 @@
312312
<dependency>
313313
<groupId>org.assertj</groupId>
314314
<artifactId>assertj-core</artifactId>
315-
<version>3.23.1</version>
315+
<version>3.24.2</version>
316316
</dependency>
317317
<dependency>
318318
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)