Update `org.apache.logging:logging-parent` to version `10.4.0` (#53)
diff --git a/pom.xml b/pom.xml
index 518b5e6..0913ed5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.logging</groupId>
     <artifactId>logging-parent</artifactId>
-    <version>10.2.0</version>
+    <version>10.4.0</version>
     <relativePath />
   </parent>
 
diff --git a/src/changelog/.1.x.x/update_org_apache_logging_logging_parent.xml b/src/changelog/.1.x.x/update_org_apache_logging_logging_parent.xml
new file mode 100644
index 0000000..ece1ff1
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_apache_logging_logging_parent.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="53" link="https://github.com/apache/logging-log4j-kotlin/pull/53"/>
+  <description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.4.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_1.x.x.adoc b/src/site/_release-notes/_1.x.x.adoc
index 5af8471..a0e988c 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -48,6 +48,7 @@
 ==== Changed
 
 * Update `org.apache.logging:logging-parent` to version `10.2.0`
+* Update `org.apache.logging:logging-parent` to version `10.4.0` (https://github.com/apache/logging-log4j-kotlin/pull/53[53])
 * Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` (https://github.com/apache/logging-log4j-kotlin/pull/51[51])
 * Update `org.codehaus.mojo:exec-maven-plugin` to version `3.1.1` (https://github.com/apache/logging-log4j-kotlin/pull/50[50])
 * Update `org.junit:junit-bom` to version `5.10.1` (https://github.com/apache/logging-log4j-kotlin/pull/49[49])