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

commit ecb2b1f92ef3e834ba4e4e9494d6a0c171066a1d
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed Dec 27 08:28:06 2023 +0000

    Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1` (#60)
---
 pom.xml                                                           | 2 +-
 .../.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml          | 8 ++++++++
 src/site/_constants.adoc                                          | 2 +-
 src/site/_release-notes.adoc                                      | 1 +
 src/site/_release-notes/_1.x.x.adoc                               | 4 ++++
 5 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3138e49..a8d1c83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
     <!-- dependency versions -->
     <jmh.version>1.37</jmh.version>
     <junit.version>5.10.1</junit.version>
-    <log4j.version>2.22.0</log4j.version>
+    <log4j.version>2.22.1</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..cf37bfb
--- /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.3.xsd";
+       type="updated">
+  <issue id="60" 
link="https://github.com/apache/logging-log4j-kotlin/pull/60"/>
+  <description format="asciidoc">Update `org.apache.logging.log4j:log4j-bom` 
to version `2.22.1`</description>
+</entry>
diff --git a/src/site/_constants.adoc b/src/site/_constants.adoc
index 1a67916..d03399c 100644
--- a/src/site/_constants.adoc
+++ b/src/site/_constants.adoc
@@ -34,7 +34,7 @@
 ////
 
 :project-github-url: https://github.com/apache/logging-log4j-kotlin
-:project-version: 1.4.0
+:project-version: 1.4.1-SNAPSHOT
 :project-name: Log4j Kotlin API
 :project-id: log4j-kotlin
 :java-target-version: 8
diff --git a/src/site/_release-notes.adoc b/src/site/_release-notes.adoc
index 020fcc5..455b48a 100644
--- a/src/site/_release-notes.adoc
+++ b/src/site/_release-notes.adoc
@@ -36,6 +36,7 @@
 [#release-notes]
 == Release Notes
 
+include::_release-notes/_1.x.x.adoc[]
 include::_release-notes/_1.4.0.adoc[]
 include::_release-notes/_1.3.0.adoc[]
 include::_release-notes/_1.2.0.adoc[]
diff --git a/src/site/_release-notes/_1.x.x.adoc 
b/src/site/_release-notes/_1.x.x.adoc
index cc4cccf..4c57d1b 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -40,3 +40,7 @@
 
 This minor release bumps the Kotlin baseline to 1.6.21 and contains various 
small improvements.
 
+
+==== Updated
+
+* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1` 
(https://github.com/apache/logging-log4j-kotlin/pull/60[60])

Reply via email to