You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/05/03 15:46:52 UTC

[logging-log4j-scala] branch master updated: [LOG4J2-2290] Update log4j to 2.13.2

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git


The following commit(s) were added to refs/heads/master by this push:
     new 3480a04  [LOG4J2-2290] Update log4j to 2.13.2
3480a04 is described below

commit 3480a041293e6538cdc273a9f5722ac1c2c49922
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun May 3 10:46:23 2020 -0500

    [LOG4J2-2290] Update log4j to 2.13.2
---
 project/Dependencies.scala   | 2 +-
 src/asciidoctor/changes.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7cb3a37..2bd1f59 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -25,7 +25,7 @@ object Dependencies {
   def scalaReflect(version: String): ModuleID =
     "org.scala-lang" % "scala-reflect" % version
 
-  private val log4jV = "2.13.0"
+  private val log4jV = "2.13.2"
   val osgiCoreApi      = "org.osgi" % "org.osgi.core" % "6.0.0" % Provided
   val log4jApi         = "org.apache.logging.log4j" % "log4j-api" % log4jV
   val log4jApiTests    = "org.apache.logging.log4j" % "log4j-api" % log4jV % Test classifier "tests"
diff --git a/src/asciidoctor/changes.adoc b/src/asciidoctor/changes.adoc
index 96b8441..5d8976a 100644
--- a/src/asciidoctor/changes.adoc
+++ b/src/asciidoctor/changes.adoc
@@ -38,7 +38,7 @@ Bug Fixes:: None.
 Changes::
 [horizontal]
 LOG4J2-2309::: Update Log4j Scala API for 2.13 from 2.13.0-M2 to 2.13.0-M3.
-LOG4J2-2290::: Update Log4j from 2.9.1 to 2.11.0.
+LOG4J2-2290::: Update Log4j from 2.9.1 to 2.13.2.
 LOG4J2-1995::: Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.
 LOG4J2-1996::: Update log4j-api-scala_2.12 from Scala 2.12.1 to 2.12.3.
 LOG4J2-2115::: Update Log4j dependency from 2.8.1 to 2.9.1.