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 2021/12/23 21:27:20 UTC

[logging-log4j-site] branch asf-staging updated: Fix log4j-core version

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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 0f7fdf3  Fix log4j-core version
0f7fdf3 is described below

commit 0f7fdf3e2a167958ab93356c166cceab8c3d43d0
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Thu Dec 23 15:27:12 2021 -0600

    Fix log4j-core version
---
 log4j-scala-13.0/download.html | 4 ++--
 log4j-scala-13.0/index.html    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/log4j-scala-13.0/download.html b/log4j-scala-13.0/download.html
index 5b127a1..0fd86e1 100644
--- a/log4j-scala-13.0/download.html
+++ b/log4j-scala-13.0/download.html
@@ -510,7 +510,7 @@ gpg --verify apache-log4j-scala-13.0-src.zip.asc apache-log4j-scala-13.0-src.zip
 <div class="content">
 <pre class="highlight"><code class="language-scala" data-lang="scala">libraryDependencies ++= Seq(
   "org.apache.logging.log4j" %% "log4j-api-scala" % "13.0",
-  "org.apache.logging.log4j" % "log4j-core" % "2.13.0" % Runtime
+  "org.apache.logging.log4j" % "log4j-core" % "2.17.0" % Runtime
 )</code></pre>
 </div>
 </div>
@@ -524,4 +524,4 @@ Last updated 2020-02-08 12:43:11 -06:00
 </div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/log4j-scala-13.0/index.html b/log4j-scala-13.0/index.html
index 66e910e..132c90e 100644
--- a/log4j-scala-13.0/index.html
+++ b/log4j-scala-13.0/index.html
@@ -652,7 +652,7 @@ gpg --verify apache-log4j-scala-13.0-src.zip.asc apache-log4j-scala-13.0-src.zip
 <div class="content">
 <pre class="highlight"><code class="language-scala" data-lang="scala">libraryDependencies ++= Seq(
   "org.apache.logging.log4j" %% "log4j-api-scala" % "13.0",
-  "org.apache.logging.log4j" % "log4j-core" % "2.13.0" % Runtime
+  "org.apache.logging.log4j" % "log4j-core" % "2.17.0" % Runtime
 )</code></pre>
 </div>
 </div>
@@ -1086,4 +1086,4 @@ Last updated 2018-04-05 16:52:37 -05:00
 </div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>