Update `apache/logging-parent` to version `` (#148)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 467ab66..a0c82b8 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,14 +38,14 @@
 
   build:
     if: github.actor != 'dependabot[bot]'
-    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
+    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
     with:
       site-enabled: true
 
   deploy-snapshot:
     needs: build
     if: github.repository == 'apache/logging-log4j-tools' && github.ref_name == 'main'
-    uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.2.0
+    uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.3.0
     # Secrets for deployments
     secrets:
       NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
@@ -54,7 +54,7 @@
   deploy-release:
     needs: build
     if: github.repository == 'apache/logging-log4j-tools' && startsWith(github.ref_name, 'release/')
-    uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.2.0
+    uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.3.0
     # Secrets for deployments
     secrets:
       GPG_SECRET_KEY: ${{ secrets.GPG_SECRET_KEY }}
diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml
index a3b9fac..c3a458f 100644
--- a/.github/workflows/codeql-analysis.yaml
+++ b/.github/workflows/codeql-analysis.yaml
@@ -31,7 +31,7 @@
 jobs:
 
   analyze:
-    uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/11.2.0
+    uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/11.3.0
     # Permissions required to publish Security Alerts
     permissions:
       actions: read
diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml
index aad488f..36a839f 100644
--- a/.github/workflows/deploy-site.yaml
+++ b/.github/workflows/deploy-site.yaml
@@ -33,7 +33,7 @@
 
   deploy-site-stg:
     if: github.repository == 'apache/logging-log4j-tools' && github.ref_name == 'main'
-    uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.2.0
+    uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0
     # Secrets for committing the generated site
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -51,7 +51,7 @@
 
   deploy-site-pro:
     if: github.repository == 'apache/logging-log4j-tools' && github.ref_name == 'main-site-pro'
-    uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.2.0
+    uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0
     # Secrets for committing the generated site
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -81,7 +81,7 @@
 
   deploy-site-rel:
     needs: export-version
-    uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.2.0
+    uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0
     # Secrets for committing the generated site
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml
index e06afca..fa5b24e 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,11 +30,11 @@
 
   build:
     if: github.repository == 'apache/logging-log4j-tools' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
-    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
+    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
 
   merge-dependabot:
     needs: build
-    uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.2.0
+    uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.3.0
     permissions:
       contents: write                                     # to push changelog commits
       pull-requests: write                                # to close the PR
diff --git a/src/changelog/.0.x.x/update_apache_logging_parent.xml b/src/changelog/.0.x.x/update_apache_logging_parent.xml
index d98b14f..8ab4c8f 100644
--- a/src/changelog/.0.x.x/update_apache_logging_parent.xml
+++ b/src/changelog/.0.x.x/update_apache_logging_parent.xml
@@ -3,6 +3,6 @@
        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="143" link="https://github.com/apache/logging-log4j-tools/pull/143"/>
+  <issue id="148" link="https://github.com/apache/logging-log4j-tools/pull/148"/>
   <description format="asciidoc">Update `apache/logging-parent` to version ``</description>
 </entry>