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 42d0e85  Update `org.apache.logging.log4j:log4j-bom` to version 
`2.22.1` (#43)
42d0e85 is described below

commit 42d0e857c3c97acceef05bd56043f55c5ee3a5cc
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Dec 28 01:21:08 2023 +0000

    Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1` (#43)
---
 pom.xml                                                           | 2 +-
 .../.13.x.x/update_org_apache_logging_log4j_log4j_bom.xml         | 8 ++++----
 src/site/_release-notes/_13.x.x.adoc                              | 5 ++++-
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index bc4c89c..91f513f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
 
     <!-- dependency version -->
     <junit.version>4.13.2</junit.version>
-    <log4j.version>2.22.0</log4j.version>
+    <log4j.version>2.22.1</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
index b4df626..6f48185 100644
--- 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
@@ -1,8 +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>
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog 
https://logging.apache.org/log4j/changelog-0.1.3.xsd";
+       type="updated">
+  <issue id="43" link="https://github.com/apache/logging-log4j-scala/pull/43"/>
+  <description format="asciidoc">Update `org.apache.logging.log4j:log4j-bom` 
to version `2.22.1`</description>
 </entry>
diff --git a/src/site/_release-notes/_13.x.x.adoc 
b/src/site/_release-notes/_13.x.x.adoc
index 37d4f64..a65633a 100644
--- a/src/site/_release-notes/_13.x.x.adoc
+++ b/src/site/_release-notes/_13.x.x.adoc
@@ -50,5 +50,8 @@ This minor release contains various bug fixes and 
improvements.
 
 * Update `org.apache.logging:logging-parent` to version `10.2.0`
 * Update `apache/logging-parent` to version `` 
(https://github.com/apache/logging-log4j-scala/pull/42[42])
-* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` 
(https://github.com/apache/logging-log4j-scala/pull/37[37])
 * Update `org.apache.logging:logging-parent` to version `10.5.0` 
(https://github.com/apache/logging-log4j-scala/pull/41[41])
+
+==== Updated
+
+* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1` 
(https://github.com/apache/logging-log4j-scala/pull/43[43])

Reply via email to