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-kotlin.git


The following commit(s) were added to refs/heads/main by this push:
     new d1fcebb  Update `apache/logging-parent` to version `` (#62)
d1fcebb is described below

commit d1fcebb3202e17878d0ba5e0fd7523493ffcdbc5
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Jan 15 09:03:32 2024 +0000

    Update `apache/logging-parent` to version `` (#62)
---
 .github/workflows/build.yaml                          | 6 +++---
 .github/workflows/merge-dependabot.yaml               | 4 ++--
 src/changelog/.1.x.x/update_apache_logging_parent.xml | 8 ++++++++
 src/site/_release-notes/_1.x.x.adoc                   | 1 +
 4 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9cff039..385f375 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,14 +38,14 @@ 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:
       site-enabled: true
 
   deploy-snapshot:
     needs: build
     if: github.repository == 'apache/logging-log4j-kotlin' && github.ref_name 
== '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 }}
@@ -54,7 +54,7 @@ jobs:
   deploy-release:
     needs: build
     if: github.repository == 'apache/logging-log4j-kotlin' && 
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/merge-dependabot.yaml 
b/.github/workflows/merge-dependabot.yaml
index 02f090e..9fa35f9 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,11 +30,11 @@ jobs:
 
   build:
     if: github.repository == 'apache/logging-log4j-kotlin' && 
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/src/changelog/.1.x.x/update_apache_logging_parent.xml 
b/src/changelog/.1.x.x/update_apache_logging_parent.xml
new file mode 100644
index 0000000..e44da52
--- /dev/null
+++ b/src/changelog/.1.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="62" 
link="https://github.com/apache/logging-log4j-kotlin/pull/62"/>
+  <description format="asciidoc">Update `apache/logging-parent` to version 
``</description>
+</entry>
diff --git a/src/site/_release-notes/_1.x.x.adoc 
b/src/site/_release-notes/_1.x.x.adoc
index 4c57d1b..ccd1d5a 100644
--- a/src/site/_release-notes/_1.x.x.adoc
+++ b/src/site/_release-notes/_1.x.x.adoc
@@ -43,4 +43,5 @@ This minor release bumps the Kotlin baseline to 1.6.21 and 
contains various smal
 
 ==== Updated
 
+* Update `apache/logging-parent` to version `` 
(https://github.com/apache/logging-log4j-kotlin/pull/62[62])
 * Update `org.apache.logging.log4j:log4j-bom` to version `2.22.1` 
(https://github.com/apache/logging-log4j-kotlin/pull/60[60])

Reply via email to