Update `apache/logging-parent` to version `` (#6)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9eefb14..5d2cf2b 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -44,12 +44,12 @@
 
   build:
     if: github.actor != 'dependabot[bot]'
-    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5.0
+    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.6.0
 
   deploy-snapshot:
     needs: build
     if: github.repository == 'apache/logging-log4j-jmx-gui' && github.ref == 'refs/heads/main'
-    uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.5.0
+    uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.6.0
     # Secrets for deployments
     secrets:
       NEXUS_USER: ${{ secrets.NEXUS_USER }}
@@ -58,7 +58,7 @@
   deploy-release:
     needs: build
     if: github.repository == 'apache/logging-log4j-jmx-gui' && startsWith(github.ref_name, 'release/')
-    uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.5.0
+    uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.6.0
     # Secrets for deployments
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index e6bb117..c51e4cf 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,7 +31,7 @@
 jobs:
 
   analyze:
-    uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/10.5.0
+    uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/10.6.0
     # Permissions required to publish Security Alerts
     permissions:
       actions: read
diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml
index c2bdab2..3c7c528 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,11 +30,11 @@
 
   build:
     if: github.repository == 'apache/logging-log4j-jmx-gui' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
-    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5.0
+    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.6.0
 
   merge-dependabot:
     needs: build
-    uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.5.0
+    uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.6.0
     permissions:
       contents: write                                             # to push changelog commits
       pull-requests: write                                        # to close the PR
diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml
index c98f615..860bbd3 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -29,7 +29,7 @@
 jobs:
 
   analysis:
-    uses: apache/logging-parent/.github/workflows/scorecards-analysis-reusable.yaml@rel/10.5.0
+    uses: apache/logging-parent/.github/workflows/scorecards-analysis-reusable.yaml@rel/10.6.0
     permissions:
       # Needed to upload the results to the code-scanning dashboard.
       security-events: write
diff --git a/src/changelog/.2.x.x/update_apache_logging_parent.xml b/src/changelog/.2.x.x/update_apache_logging_parent.xml
new file mode 100644
index 0000000..56e1a79
--- /dev/null
+++ b/src/changelog/.2.x.x/update_apache_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="6" link="https://github.com/apache/logging-log4j-jmx-gui/pull/6"/>
+  <description format="asciidoc">Update `apache/logging-parent` to version ``</description>
+</entry>
diff --git a/src/site/_release-notes/_2.x.x.adoc b/src/site/_release-notes/_2.x.x.adoc
index ffa1ed1..b02eefb 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -43,5 +43,6 @@
 
 === Updated
 
+* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-jmx-gui/pull/6[6])
 * Update `org.apache.logging.log4j:log4j-core` to version `2.22.1` (https://github.com/apache/logging-log4j-jmx-gui/pull/5[5])
 * Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j-jmx-gui/pull/4[4])