Skip to content

Commit

Permalink
Upgrade XMLUnit from 1.6 to 2.9.1 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Apr 11, 2024
1 parent a9a4f14 commit 9f2e33c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<version>1.6</version>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-legacy</artifactId>
<version>2.9.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 9f2e33c

Please sign in to comment.