Repository: tapestry-5 Updated Branches: refs/heads/master 3bc7122fe -> 3806a183c
update TestNG and EasyMock Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/3806a183 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/3806a183 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/3806a183 Branch: refs/heads/master Commit: 3806a183c5a2d109f50d46fa392e4806505c68fa Parents: 3bc7122 Author: Jochen Kemnade <[email protected]> Authored: Wed Mar 4 15:48:16 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Wed Mar 4 15:48:16 2015 +0100 ---------------------------------------------------------------------- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/3806a183/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 98f1cdd..178e0d3 100755 --- a/build.gradle +++ b/build.gradle @@ -11,8 +11,8 @@ apply from: "md5.gradle" project.ext.versions = [ jetty: "7.6.11.v20130520", tomcat: "6.0.30", - testng: "6.5.2", - easymock: "3.0", + testng: "6.8.21", + easymock: "3.3.1", servletapi: "2.5", spock: "1.0-groovy-2.4", hibernate: "4.3.6.Final",
