Update tests from Logback 1.2.0 to 1.2.2. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/814a3ef0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/814a3ef0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/814a3ef0
Branch: refs/heads/java9NoMultiRelease Commit: 814a3ef0f3bc734341e14d591e1c9e5176af74c1 Parents: 8865124 Author: Gary Gregory <[email protected]> Authored: Tue Apr 11 02:16:24 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Tue Apr 11 02:16:24 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/814a3ef0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ab5ac19..52d0211 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ <Log4jReleaseKey>FA1C814D</Log4jReleaseKey> <!-- note that any properties you want available in velocity templates must not use periods! --> <slf4jVersion>1.7.24</slf4jVersion> - <logbackVersion>1.2.0</logbackVersion> + <logbackVersion>1.2.2</logbackVersion> <jackson1Version>1.9.13</jackson1Version> <jackson2Version>2.8.7</jackson2Version> <springVersion>3.2.18.RELEASE</springVersion>
