Repository: tapestry-5 Updated Branches: refs/heads/master 11d24a464 -> 626af954f
upgrade commons-codec to 1.10 - part 2 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/626af954 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/626af954 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/626af954 Branch: refs/heads/master Commit: 626af954f24a247063fe95145f2cf9193bb2448f Parents: 11d24a4 Author: Jochen Kemnade <[email protected]> Authored: Mon Feb 16 15:37:45 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Mon Feb 16 15:37:45 2015 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/626af954/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 407642c..e64193b 100755 --- a/build.gradle +++ b/build.gradle @@ -284,7 +284,7 @@ subprojects { resolutionStrategy.force "antlr:antlr:2.7.7", "cglib:cglib-nodep:2.2", - "commons-codec:commons-codec:1.8", + "commons-codec:commons-codec:1.10", "commons-io:commons-io:2.4", "commons-logging:commons-logging:1.1.3", "hsqldb:hsqldb:2.2.8",
