NIFI-10388 Upgraded xmlunit-matchers from 2.6.3 to 2.9.0

This closes #6326

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
mr1716 2022-08-23 09:20:44 -04:00 committed by exceptionfactory
parent 6f0ca87304
commit 4a2c0beb7f
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
3 changed files with 4 additions and 4 deletions

View File

@ -152,7 +152,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -107,7 +107,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<version>2.6.3</version>
<version>2.9.0</version>
<scope>test</scope>
</dependency>
<dependency>

View File

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