upgrade commons-codec to 1.10
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/8a2a2119 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/8a2a2119 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/8a2a2119 Branch: refs/heads/master Commit: 8a2a2119288c9316253d6e15c65f612811730700 Parents: 72d8f9c Author: Jochen Kemnade <[email protected]> Authored: Mon Feb 16 12:16:54 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Mon Feb 16 12:18:25 2015 +0100 ---------------------------------------------------------------------- tapestry-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/8a2a2119/tapestry-core/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-core/build.gradle b/tapestry-core/build.gradle index 3f651f6..0cf96b3 100644 --- a/tapestry-core/build.gradle +++ b/tapestry-core/build.gradle @@ -22,7 +22,7 @@ dependencies { provided "javax.servlet:servlet-api:${versions.servletapi}" - compile "commons-codec:commons-codec:1.5" + compile "commons-codec:commons-codec:1.10" testRuntime "org.hsqldb:hsqldb:1.8.0.10" }
