You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2015/10/31 22:59:54 UTC

incubator-groovy git commit: GROOVY-7653: Update SLF4J version to 1.7.12 (closes #170)

Repository: incubator-groovy
Updated Branches:
  refs/heads/master 4a04e4af2 -> 89135be7c


GROOVY-7653: Update SLF4J version to 1.7.12 (closes #170)


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/89135be7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/89135be7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/89135be7

Branch: refs/heads/master
Commit: 89135be7c627eba8fc992b9b37ff33ba062e4e97
Parents: 4a04e4a
Author: Michal Kordas <ko...@gmail.com>
Authored: Sat Oct 31 21:54:06 2015 +0100
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sat Oct 31 22:58:53 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/89135be7/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 95c5357..c5012cb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -149,7 +149,7 @@ ext {
     openbeansVersion = '1.0'
     openejbVersion = '1.0'
     qdoxVersion = '1.12.1'
-    slf4jVersion = '1.7.10'
+    slf4jVersion = '1.7.12'
     xmlunitVersion = '1.6'
     xstreamVersion = '1.4.8'
     spockVersion = '1.0-groovy-2.4'