Update `org.apache.logging.log4j:log4j-bom` to version `2.23.1` (#88)
diff --git a/log4j-transform-parent/pom.xml b/log4j-transform-parent/pom.xml
index 10c8fcf..41e8083 100644
--- a/log4j-transform-parent/pom.xml
+++ b/log4j-transform-parent/pom.xml
@@ -38,7 +38,7 @@
     <commons-io.version>2.15.1</commons-io.version>
     <jmh.version>1.37</jmh.version>
     <junit.version>5.10.2</junit.version>
-    <log4j2.version>2.23.0</log4j2.version>
+    <log4j2.version>2.23.1</log4j2.version>
     <maven.version>3.9.6</maven.version>
     <plexus-utils.version>4.0.0</plexus-utils.version>
     <slf4j.version>2.0.12</slf4j.version>
diff --git a/src/changelog/.0.x.x/update_org_apache_logging_log4j_log4j_bom.xml b/src/changelog/.0.x.x/update_org_apache_logging_log4j_log4j_bom.xml
index 5870163..c0e29f1 100644
--- a/src/changelog/.0.x.x/update_org_apache_logging_log4j_log4j_bom.xml
+++ b/src/changelog/.0.x.x/update_org_apache_logging_log4j_log4j_bom.xml
@@ -3,6 +3,6 @@
        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="86" link="https://github.com/apache/logging-log4j-transform/pull/86"/>
-  <description format="asciidoc">Update `org.apache.logging.log4j:log4j-bom` to version `2.23.0`</description>
+  <issue id="88" link="https://github.com/apache/logging-log4j-transform/pull/88"/>
+  <description format="asciidoc">Update `org.apache.logging.log4j:log4j-bom` to version `2.23.1`</description>
 </entry>
diff --git a/src/site/_release-notes/_0.x.x.adoc b/src/site/_release-notes/_0.x.x.adoc
index 8a3b92e..71c846c 100644
--- a/src/site/_release-notes/_0.x.x.adoc
+++ b/src/site/_release-notes/_0.x.x.adoc
@@ -59,7 +59,7 @@
 ==== Updated
 
 * Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-transform/pull/80[80])
-* Update `org.apache.logging.log4j:log4j-bom` to version `2.23.0` (https://github.com/apache/logging-log4j-transform/pull/86[86])
+* Update `org.apache.logging.log4j:log4j-bom` to version `2.23.1` (https://github.com/apache/logging-log4j-transform/pull/88[88])
 * Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j-transform/pull/72[72])
 * Update `org.apache.maven.plugins:maven-shade-plugin` to version `3.5.2` (https://github.com/apache/logging-log4j-transform/pull/85[85])
 * Update `org.assertj:assertj-core` to version `3.25.3` (https://github.com/apache/logging-log4j-transform/pull/83[83])