Update `org.junit:junit-bom` to version `5.10.1` (#49)
diff --git a/pom.xml b/pom.xml
index e5f4d9b..185c8bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
 
     <!-- dependency versions -->
     <jmh.version>1.37</jmh.version>
-    <junit.version>5.10.0</junit.version>
+    <junit.version>5.10.1</junit.version>
     <log4j.version>2.20.0</log4j.version>
     <kotlin.version>1.6.21</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
new file mode 100644
index 0000000..9f7e959
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_junit_junit_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="49" link="https://github.com/apache/logging-log4j-kotlin/pull/49"/>
+  <description format="asciidoc">Update `org.junit:junit-bom` to version `5.10.1`</description>
+</entry>
diff --git a/src/site/_release-notes/_1.x.x.adoc b/src/site/_release-notes/_1.x.x.adoc
index a7ca847..5970cd2 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -48,3 +48,4 @@
 ==== Changed
 
 * Update `org.apache.logging:logging-parent` to version `10.2.0`
+* Update `org.junit:junit-bom` to version `5.10.1` (https://github.com/apache/logging-log4j-kotlin/pull/49[49])