You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/14 10:44:01 UTC

[28/38] isis git commit: ISIS-1353: updates slf4j from 1.7.13 to 1.7.21

ISIS-1353: updates slf4j from 1.7.13 to 1.7.21

            <dependency>
              <groupId>org.slf4j</groupId>
              <artifactId>slf4j-api</artifactId>
              <version>${slf4j.version}</version>
            </dependency>
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>slf4j-log4j12</artifactId>
                <version>${slf4j.version}</version>
            </dependency>
            <dependency>
                <groupId>org.slf4j</groupId>
                <artifactId>jcl-over-slf4j</artifactId>
                <version>${slf4j.version}</version>
            </dependency>


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/069b820c
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/069b820c
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/069b820c

Branch: refs/heads/master
Commit: 069b820cddc86b222893b9c878158e12315a7df1
Parents: ebd2935
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 07:10:00 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 17:21:08 2016 +0100

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/069b820c/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 0b5dd8f..2a0515a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -104,7 +104,7 @@
 
         <shiro.version>1.2.6</shiro.version>
 
-        <slf4j.version>1.7.13</slf4j.version>
+        <slf4j.version>1.7.21</slf4j.version>
         <log4j.version>1.2.17</log4j.version>
 
         <joda-time.version>2.9.4</joda-time.version>