Update `org.junit:junit-bom` to version `5.11.1` (#94)
diff --git a/pom.xml b/pom.xml
index 945f480..f0a5b0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
 
     <!-- dependency versions -->
     <jmh.version>1.37</jmh.version>
-    <junit.version>5.11.0</junit.version>
+    <junit.version>5.11.1</junit.version>
     <log4j.version>2.24.0</log4j.version>
     <kotlin.version>2.0.20</kotlin.version>
     <kotlinx.coroutines.version>1.6.4</kotlinx.coroutines.version>
diff --git a/src/changelog/.1.x.x/update_org_junit_junit_bom.xml b/src/changelog/.1.x.x/update_org_junit_junit_bom.xml
index 2efeea1..bfcaf0f 100644
--- a/src/changelog/.1.x.x/update_org_junit_junit_bom.xml
+++ b/src/changelog/.1.x.x/update_org_junit_junit_bom.xml
@@ -3,6 +3,6 @@
        xmlns="https://logging.apache.org/xml/ns"
        xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
        type="updated">
-  <issue id="84" link="https://github.com/apache/logging-log4j-kotlin/pull/84"/>
-  <description format="asciidoc">Update `org.junit:junit-bom` to version `5.11.0`</description>
+  <issue id="94" link="https://github.com/apache/logging-log4j-kotlin/pull/94"/>
+  <description format="asciidoc">Update `org.junit:junit-bom` to version `5.11.1`</description>
 </entry>