You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2018/10/10 23:28:13 UTC

logging-log4j2 git commit: Update tests from Apache Commons Lang 3.7 to 3.8.1.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 136294a90 -> bead731fb


Update tests from Apache Commons Lang 3.7 to 3.8.1.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/bead731f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/bead731f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/bead731f

Branch: refs/heads/master
Commit: bead731fb600b0902a4821ae1f63188a2a06a7f0
Parents: 136294a
Author: Gary Gregory <gg...@rocketsoftware.com>
Authored: Wed Oct 10 17:28:11 2018 -0600
Committer: Gary Gregory <gg...@rocketsoftware.com>
Committed: Wed Oct 10 17:28:11 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/bead731f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 459a7f4..1144094 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,7 +306,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.7</version>
+        <version>3.8.1</version>
       </dependency>
       <dependency>
         <groupId>ch.qos.logback</groupId>