[LOG4J2-1903] Update SLF4J from 1.7.24 to 1.7.25. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/95a8c4fa Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/95a8c4fa Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/95a8c4fa
Branch: refs/heads/LOG4J2-1442 Commit: 95a8c4fa7ddbd47dd71d4e5b0c2e546590426567 Parents: 2a1383a Author: Gary Gregory <[email protected]> Authored: Mon May 8 14:13:04 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Mon May 8 14:13:04 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/95a8c4fa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 411a952..7fd9ded 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ <Log4jReleaseManager>Matt Sicker</Log4jReleaseManager> <Log4jReleaseKey>FA1C814D</Log4jReleaseKey> <!-- note that any properties you want available in velocity templates must not use periods! --> - <slf4jVersion>1.7.24</slf4jVersion> + <slf4jVersion>1.7.25</slf4jVersion> <logbackVersion>1.2.3</logbackVersion> <jackson1Version>1.9.13</jackson1Version> <jackson2Version>2.8.7</jackson2Version> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/95a8c4fa/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8ef6901..9681eb4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -82,6 +82,9 @@ <action issue="LOG4J2-1900" dev="ggregory" type="update"> Update JAnsi from 1.15 to 1.16. </action> + <action issue="LOG4J2-" dev="ggregory" type="update"> + Update SLF4J from 1.7.24 to 1.7.25. + </action> </release> <release version="2.8.2" date="2017-04-02" description="GA Release 2.8.2"> <action issue="LOG4J2-1861" dev="mattsicker" type="fix">
