Update `org.junit:junit-bom` to version `5.10.3` (#78)
diff --git a/pom.xml b/pom.xml
index 07805ac..9e16bed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@
 
     <!-- dependency versions -->
     <jmh.version>1.37</jmh.version>
-    <junit.version>5.10.2</junit.version>
+    <junit.version>5.10.3</junit.version>
     <log4j.version>2.23.1</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..569590c
--- /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="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="78" link="https://github.com/apache/logging-log4j-kotlin/pull/78"/>
+  <description format="asciidoc">Update `org.junit:junit-bom` to version `5.10.3`</description>
+</entry>