This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new dd0c52a903 Update `apache/logging-parent` to version `` (#2192)
dd0c52a903 is described below
commit dd0c52a90346271fa01ea2ed0aa3eac58f6dc7c5
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Jan 15 10:01:12 2024 +0000
Update `apache/logging-parent` to version `` (#2192)
---
.github/workflows/build.yaml | 6 +++---
.github/workflows/codeql-analysis.yaml | 2 +-
.github/workflows/merge-dependabot.yaml | 4 ++--
src/changelog/.2.x.x/update_apache_logging_parent.xml | 8 ++++++++
src/site/_release-notes/_2.x.x.adoc | 1 +
5 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e56b5e7ac9..1a95a6dcb0 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,7 +38,7 @@ jobs:
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 @@ jobs:
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 @@ jobs:
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 862a5b31ae..ce09ca38b0 100644
--- a/.github/workflows/codeql-analysis.yaml
+++ b/.github/workflows/codeql-analysis.yaml
@@ -30,7 +30,7 @@ permissions: read-all
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 a8ee7cb642..439d7803b6 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,7 +30,7 @@ jobs:
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 @@ jobs:
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 0000000000..f01e33b2d2
--- /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 65b32dfa15..6b541a4a22 100644
--- a/src/site/_release-notes/_2.x.x.adoc
+++ b/src/site/_release-notes/_2.x.x.adoc
@@ -42,6 +42,7 @@ This releases contains ...
[#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])