JAMES-2487 Update org.xmlunit to 2.6.0
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/fedf0a2f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/fedf0a2f Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/fedf0a2f Branch: refs/heads/master Commit: fedf0a2feffec59bd0870f8022286a3f84c5db12 Parents: 65db2c4 Author: Gautier DI FOLCO <[email protected]> Authored: Mon Jul 23 14:12:58 2018 +0200 Committer: benwa <[email protected]> Committed: Wed Jul 25 09:35:07 2018 +0700 ---------------------------------------------------------------------- server/mailet/integration-testing/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/fedf0a2f/server/mailet/integration-testing/pom.xml ---------------------------------------------------------------------- diff --git a/server/mailet/integration-testing/pom.xml b/server/mailet/integration-testing/pom.xml index 4f6e5a0..1989ecb 100644 --- a/server/mailet/integration-testing/pom.xml +++ b/server/mailet/integration-testing/pom.xml @@ -165,12 +165,12 @@ <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-core</artifactId> - <version>2.5.1</version> + <version>2.6.0</version> </dependency> <dependency> <groupId>org.xmlunit</groupId> <artifactId>xmlunit-matchers</artifactId> - <version>2.5.1</version> + <version>2.6.0</version> </dependency> </dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
