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/11/30 09:53:48 UTC

tapestry-5 git commit: upgrade SLF4J

Repository: tapestry-5
Updated Branches:
  refs/heads/master fb5d6fd49 -> 2f81c8735


upgrade SLF4J


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/2f81c873
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2f81c873
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2f81c873

Branch: refs/heads/master
Commit: 2f81c87354199c5ff777ae682fc9235e9fdcced3
Parents: fb5d6fd
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Mon Nov 30 09:53:20 2015 +0100
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Mon Nov 30 09:53:20 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2f81c873/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 7847023..7b59c95 100755
--- a/build.gradle
+++ b/build.gradle
@@ -16,7 +16,7 @@ project.ext.versions = [
     servletapi: "2.5",
     spock: "1.0-groovy-2.3",
     hibernate: "4.3.6.Final",
-    slf4j: "1.7.12",
+    slf4j: "1.7.13",
     geb: "0.10.0",
     selenium: "2.46.0"
 ]