This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-scala.git
The following commit(s) were added to refs/heads/main by this push:
new c442989 Update `apache/logging-parent` to version `` (#42)
c442989 is described below
commit c44298975b5803bd2f36534c7196d889c14abad9
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Dec 21 11:46:32 2023 +0000
Update `apache/logging-parent` to version `` (#42)
---
.github/workflows/build.yaml | 6 +++---
.github/workflows/merge-dependabot.yaml | 4 ++--
src/changelog/.13.x.x/update_apache_logging_parent.xml | 2 +-
src/site/_release-notes/_13.x.x.adoc | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 2292e1e..85a0229 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.4.0
+ uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5.0
with:
java-version: |
8
@@ -48,7 +48,7 @@ jobs:
deploy-snapshot:
needs: build
if: github.repository == 'apache/logging-log4j-scala' && github.ref_name
== 'main'
- uses:
apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.4.0
+ uses:
apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.5.0
# Secrets for deployments
secrets:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
@@ -61,7 +61,7 @@ jobs:
deploy-release:
needs: build
if: github.repository == 'apache/logging-log4j-scala' &&
startsWith(github.ref_name, 'release/')
- uses:
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.4.0
+ uses:
apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.5.0
# Secrets for deployments
secrets:
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
diff --git a/.github/workflows/merge-dependabot.yaml
b/.github/workflows/merge-dependabot.yaml
index f8baa91..4b68148 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,7 +30,7 @@ jobs:
build:
if: github.repository == 'apache/logging-log4j-scala' && github.event_name
== 'pull_request_target' && github.actor == 'dependabot[bot]'
- uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.4.0
+ uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5.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.4.0
+ uses:
apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.5.0
permissions:
contents: write # to push
changelog commits
pull-requests: write # to close
the PR
diff --git a/src/changelog/.13.x.x/update_apache_logging_parent.xml
b/src/changelog/.13.x.x/update_apache_logging_parent.xml
index 50fa8f6..26e7b52 100644
--- a/src/changelog/.13.x.x/update_apache_logging_parent.xml
+++ b/src/changelog/.13.x.x/update_apache_logging_parent.xml
@@ -3,6 +3,6 @@
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="38" link="https://github.com/apache/logging-log4j-scala/pull/38"/>
+ <issue id="42" link="https://github.com/apache/logging-log4j-scala/pull/42"/>
<description format="asciidoc">Update `apache/logging-parent` to version
``</description>
</entry>
diff --git a/src/site/_release-notes/_13.x.x.adoc
b/src/site/_release-notes/_13.x.x.adoc
index d934078..37d4f64 100644
--- a/src/site/_release-notes/_13.x.x.adoc
+++ b/src/site/_release-notes/_13.x.x.adoc
@@ -49,6 +49,6 @@ This minor release contains various bug fixes and
improvements.
==== Changed
* Update `org.apache.logging:logging-parent` to version `10.2.0`
-* Update `apache/logging-parent` to version ``
(https://github.com/apache/logging-log4j-scala/pull/38[38])
+* Update `apache/logging-parent` to version ``
(https://github.com/apache/logging-log4j-scala/pull/42[42])
* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0`
(https://github.com/apache/logging-log4j-scala/pull/37[37])
* Update `org.apache.logging:logging-parent` to version `10.5.0`
(https://github.com/apache/logging-log4j-scala/pull/41[41])