You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/07 16:42:03 UTC

incubator-groovy git commit: GROOVY-7458: Upgrade XmlUnit to 1.6

Repository: incubator-groovy
Updated Branches:
  refs/heads/master f7d59854a -> 3a70d8eaf


GROOVY-7458: Upgrade XmlUnit to 1.6


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/3a70d8ea
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/3a70d8ea
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/3a70d8ea

Branch: refs/heads/master
Commit: 3a70d8eafadacce9f7741badae8dfd39a00f388d
Parents: f7d5985
Author: Paul King <pa...@asert.com.au>
Authored: Mon Jun 8 00:41:07 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Mon Jun 8 00:41:54 2015 +1000

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/3a70d8ea/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 0f4c109..0ed2fad 100644
--- a/build.gradle
+++ b/build.gradle
@@ -120,7 +120,7 @@ ext {
     openejbVersion = '1.0'
     qdoxVersion = '1.12.1'
     slf4jVersion = '1.7.10'
-    xmlunitVersion = '1.5'
+    xmlunitVersion = '1.6'
     xstreamVersion = '1.4.8'
     spockVersion = '1.0-groovy-2.4'
 }