You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/12/17 20:47:07 UTC

(logging-log4j-scala) branch main updated: Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` (#37)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2bc8adc  Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` (#37)
2bc8adc is described below

commit 2bc8adcdea8ae1c3f4b775aed886a09687444b33
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Sun Dec 17 20:47:03 2023 +0000

    Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` (#37)
---
 pom.xml                                                           | 2 +-
 .../.13.x.x/update_org_apache_logging_log4j_log4j_bom.xml         | 8 ++++++++
 src/site/_release-notes/_13.x.x.adoc                              | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 184187b..6bab147 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
 
     <!-- dependency version -->
     <junit.version>4.13.2</junit.version>
-    <log4j.version>2.20.0</log4j.version>
+    <log4j.version>2.22.0</log4j.version>
     <mockito.version>4.11.0</mockito.version>
     <scalatest.version>3.2.10</scalatest.version>
     <scalatestplus.version>3.2.10.0</scalatestplus.version>
diff --git a/src/changelog/.13.x.x/update_org_apache_logging_log4j_log4j_bom.xml b/src/changelog/.13.x.x/update_org_apache_logging_log4j_log4j_bom.xml
new file mode 100644
index 0000000..b4df626
--- /dev/null
+++ b/src/changelog/.13.x.x/update_org_apache_logging_log4j_log4j_bom.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="http://logging.apache.org/log4j/changelog"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+       type="changed">
+  <issue id="37" link="https://github.com/apache/logging-log4j-scala/pull/37"/>
+  <description format="asciidoc">Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_13.x.x.adoc b/src/site/_release-notes/_13.x.x.adoc
index 0d2387e..cd7d793 100644
--- a/src/site/_release-notes/_13.x.x.adoc
+++ b/src/site/_release-notes/_13.x.x.adoc
@@ -48,3 +48,4 @@ This minor release contains various bug fixes and improvements.
 ==== Changed
 
 * Update `org.apache.logging:logging-parent` to version `10.2.0`
+* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` (https://github.com/apache/logging-log4j-scala/pull/37[37])