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
master
François-Xavier Thomas 4 years ago committed by GitHub
commit e738fbc25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      integration-test/pom.xml

@ -115,13 +115,13 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.6.2</version>
<version>2.6.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<version>2.6.2</version>
<version>2.6.3</version>
<scope>test</scope>
</dependency>
<dependency>

Loading…
Cancel
Save