Author: tawus
Date: Sun Sep 25 04:27:39 2011
New Revision: 1175293

URL: http://svn.apache.org/viewvc?rev=1175293&view=rev
Log:
Closes #TAP5-1653: common-codec upgrade from 1.3 to 1.4

Modified:
    tapestry/tapestry5/trunk/tapestry-core/build.gradle

Modified: tapestry/tapestry5/trunk/tapestry-core/build.gradle
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/build.gradle?rev=1175293&r1=1175292&r2=1175293&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-core/build.gradle Sun Sep 25 04:27:39 2011
@@ -18,7 +18,7 @@ dependencies {
     provided project(":tapestry-test")
     provided "javax.servlet:servlet-api:$servletAPIVersion"
 
-    compile "commons-codec:commons-codec:1.3"
+    compile "commons-codec:commons-codec:1.4"
 
     // Transitive will bring in the unwanted string template library as well
     compile "org.antlr:antlr-runtime:3.3", { transitive = false }


Reply via email to