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-kotlin.git


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

commit f6c7db69f2d8de3579b41bee833132ac473df614
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Dec 4 09:03:29 2023 +0000

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

diff --git a/pom.xml b/pom.xml
index 0913ed5..fe09ba0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
     <!-- dependency versions -->
     <jmh.version>1.37</jmh.version>
     <junit.version>5.10.1</junit.version>
-    <log4j.version>2.20.0</log4j.version>
+    <log4j.version>2.22.0</log4j.version>
     <kotlin.version>1.6.21</kotlin.version>
     <kotlinx.coroutines.version>1.6.4</kotlinx.coroutines.version>
     <mockito-kotlin.version>4.1.0</mockito-kotlin.version>
diff --git a/src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml 
b/src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml
new file mode 100644
index 0000000..cb732bf
--- /dev/null
+++ b/src/changelog/.1.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="52" 
link="https://github.com/apache/logging-log4j-kotlin/pull/52"/>
+  <description format="asciidoc">Update `org.apache.logging.log4j:log4j-bom` 
to version `2.22.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_1.x.x.adoc 
b/src/site/_release-notes/_1.x.x.adoc
index a0e988c..4124ca5 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -48,6 +48,7 @@ This minor release bumps the Kotlin baseline to 1.6.21 and 
contains various smal
 ==== 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-kotlin/pull/52[52])
 * Update `org.apache.logging:logging-parent` to version `10.4.0` 
(https://github.com/apache/logging-log4j-kotlin/pull/53[53])
 * Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` 
(https://github.com/apache/logging-log4j-kotlin/pull/51[51])
 * Update `org.codehaus.mojo:exec-maven-plugin` to version `3.1.1` 
(https://github.com/apache/logging-log4j-kotlin/pull/50[50])

Reply via email to