You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2017/10/10 11:17:54 UTC

tapestry-5 git commit: upgrade SLF4J

Repository: tapestry-5
Updated Branches:
  refs/heads/master 56168dabe -> 6dd92b5f8


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

Branch: refs/heads/master
Commit: 6dd92b5f87dd59719f857dcf967377d056f1f5ee
Parents: 56168da
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Tue Oct 10 13:17:34 2017 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Tue Oct 10 13:17:34 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6dd92b5f/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 2ed9d25..0838e52 100755
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@ project.ext.versions = [
     servletapi: "3.0.1",
     spock: "1.1-groovy-2.4",
     hibernate: "5.1.0.Final",
-    slf4j: "1.7.24",
+    slf4j: "1.7.25",
     geb: "1.1.1",
     selenium: "3.6.0"
 ]