Update `org.apache.logging:logging-parent` to version `10.5.0` (#58)
diff --git a/pom.xml b/pom.xml
index fe09ba0..ddc8d63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
- <version>10.4.0</version>
+ <version>10.5.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
index ece1ff1..2482ee1 100644
--- 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
@@ -1,8 +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>
+ xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
+ type="updated">
+ <issue id="58" link="https://github.com/apache/logging-log4j-kotlin/pull/58"/>
+ <description format="asciidoc">Update `org.apache.logging:logging-parent` to version `10.5.0`</description>
</entry>
diff --git a/src/site/_release-notes/_1.x.x.adoc b/src/site/_release-notes/_1.x.x.adoc
index 4124ca5..9fa3a79 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -49,7 +49,10 @@
* Update `org.apache.logging:logging-parent` to version `10.2.0`
* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` (https://github.com/apache/logging-log4j-kotlin/pull/52[52])
-* 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])
+
+==== Updated
+
+* Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j-kotlin/pull/58[58])