Update `apache/logging-parent` to version `` (#2192)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e56b5e7..1a95a6d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,7 +38,7 @@
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
with:
java-version: |
8
@@ -48,7 +48,7 @@
deploy-snapshot:
needs: build
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x'
- 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 }}
@@ -61,7 +61,7 @@
deploy-release:
needs: build
if: github.repository == 'apache/logging-log4j2' && 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.yaml b/.github/workflows/codeql-analysis.yaml
index 862a5b3..ce09ca3 100644
--- a/.github/workflows/codeql-analysis.yaml
+++ b/.github/workflows/codeql-analysis.yaml
@@ -30,7 +30,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
with:
java-version: |
8
diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml
index a8ee7cb..439d780 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,7 +30,7 @@
build:
if: github.repository == 'apache/logging-log4j2' && 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
with:
java-version: |
8
@@ -38,7 +38,7 @@
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
with:
java-version: 17
permissions:
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..f01e33b
--- /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="2192" link="https://github.com/apache/logging-log4j2/pull/2192"/>
+ <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 65b32df..6b541a4 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -42,6 +42,7 @@
[#release-notes-2-x-x-updated]
=== Updated
+* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j2/pull/2192[2192])
* Update `co.elastic.clients:elasticsearch-java` to version `8.11.4` (https://github.com/apache/logging-log4j2/pull/2180[2180])
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
* Update `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` to version `3.3.4` (https://github.com/apache/logging-log4j2/pull/2103[2103])