Merge pull request #1515 from airsonic/dependabot/maven/org.xmlunit-xmlunit-core-2.6.3

Bump xmlunit-core from 2.6.2 to 2.6.3
This commit is contained in:
François-Xavier Thomas
2020-02-12 23:11:29 +01:00
committed by GitHub
+2 -2
View File
@@ -115,13 +115,13 @@
<dependency> <dependency>
<groupId>org.xmlunit</groupId> <groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId> <artifactId>xmlunit-core</artifactId>
<version>2.6.2</version> <version>2.6.3</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.xmlunit</groupId> <groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId> <artifactId>xmlunit-matchers</artifactId>
<version>2.6.2</version> <version>2.6.3</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>