Update `org.apache.logging:logging-parent` to version `10.6.0` (#61)
diff --git a/pom.xml b/pom.xml
index a8d1c83..2238818 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
- <version>10.5.0</version>
+ <version>10.6.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..6204584
--- /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.3.xsd"
+ type="updated">
+ <issue id="61" link="https://github.com/apache/logging-log4j-kotlin/pull/61"/>
+ <description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.6.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_1.x.x.adoc b/src/site/_release-notes/_1.x.x.adoc
index ccd1d5a..a221ea2 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -45,3 +45,4 @@
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-kotlin/pull/62[62])
* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1` (https://github.com/apache/logging-log4j-kotlin/pull/60[60])
+* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j-kotlin/pull/61[61])