You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/01/08 10:57:22 UTC

tapestry-5 git commit: upgradle SLF4J to 1.7.10

Repository: tapestry-5
Updated Branches:
  refs/heads/master b01e6aeab -> 0ca56d03b


upgradle SLF4J to 1.7.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/0ca56d03
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/0ca56d03
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/0ca56d03

Branch: refs/heads/master
Commit: 0ca56d03bb2ff7f9fe67bf8a228bc439789662c5
Parents: b01e6ae
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Thu Jan 8 10:55:16 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Thu Jan 8 10:55:16 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0ca56d03/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 6d56d46..6c0882b 100755
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@ project.ext.versions = [
     spock: "0.7-groovy-2.0",
     hibernate: "4.3.6.Final",
     groovy: "2.0.6",
-    slf4j: "1.7.7",
+    slf4j: "1.7.10",
     wro4j: "1.7.0",
     geb: "0.9.2",
     selenium: "2.44.0"