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/03/30 17:09:05 UTC

tapestry-5 git commit: update SLF4J

Repository: tapestry-5
Updated Branches:
  refs/heads/master d64dfa1d1 -> 0067d753b


update 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/0067d753
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/0067d753
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/0067d753

Branch: refs/heads/master
Commit: 0067d753b836fa691b34915a8cbd89b644b1e3ee
Parents: d64dfa1
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Mon Mar 30 17:08:43 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Mon Mar 30 17:08:43 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0067d753/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 0605014..aa9033b 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.10",
+    slf4j: "1.7.12",
     geb: "0.10.0",
     selenium: "2.45.0"
 ]