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/18 23:40:13 UTC

incubator-groovy git commit: GROOVY-7634: Update Logback version to 1.1.3 (closes #147)

Repository: incubator-groovy
Updated Branches:
  refs/heads/master 28b6318a8 -> 9255897e7


GROOVY-7634: Update Logback version to 1.1.3 (closes #147)


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

Branch: refs/heads/master
Commit: 9255897e7ce1a6c94c6b2ad1a226cb86d27b5bf7
Parents: 28b6318
Author: Michal Kordas <ko...@gmail.com>
Authored: Sun Oct 18 23:20:54 2015 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Sun Oct 18 23:38:48 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/9255897e/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index eb6872e..300483d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -142,7 +142,7 @@ ext {
     jarjarVersion = '1.3'
     jlineVersion = '2.12'
     jmockVersion = '1.2.0'
-    logbackVersion = '1.1.2'
+    logbackVersion = '1.1.3'
     log4jVersion = '1.2.17'
     log4j2Version = '2.3'
     luceneVersion = '4.7.2'