Skip to content

Commit c442989

Browse files
committed
Update apache/logging-parent to version `` (#42)
1 parent e14bc87 commit c442989

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
build:
4040
if: github.actor != 'dependabot[bot]'
41-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.4.0
41+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5.0
4242
with:
4343
java-version: |
4444
8
@@ -48,7 +48,7 @@ jobs:
4848
deploy-snapshot:
4949
needs: build
5050
if: github.repository == 'apache/logging-log4j-scala' && github.ref_name == 'main'
51-
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.4.0
51+
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.5.0
5252
# Secrets for deployments
5353
secrets:
5454
NEXUS_USER: ${{ secrets.NEXUS_USER }}
@@ -61,7 +61,7 @@ jobs:
6161
deploy-release:
6262
needs: build
6363
if: github.repository == 'apache/logging-log4j-scala' && startsWith(github.ref_name, 'release/')
64-
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.4.0
64+
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.5.0
6565
# Secrets for deployments
6666
secrets:
6767
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}

.github/workflows/merge-dependabot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030

3131
build:
3232
if: github.repository == 'apache/logging-log4j-scala' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.4.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5.0
3434
with:
3535
java-version: |
3636
8
3737
17
3838
3939
merge-dependabot:
4040
needs: build
41-
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.4.0
41+
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.5.0
4242
permissions:
4343
contents: write # to push changelog commits
4444
pull-requests: write # to close the PR

src/changelog/.13.x.x/update_apache_logging_parent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="http://logging.apache.org/log4j/changelog"
44
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
55
type="changed">
6-
<issue id="38" link="https://github.com/apache/logging-log4j-scala/pull/38"/>
6+
<issue id="42" link="https://github.com/apache/logging-log4j-scala/pull/42"/>
77
<description format="asciidoc">Update `apache/logging-parent` to version ``</description>
88
</entry>

src/site/_release-notes/_13.x.x.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ This minor release contains various bug fixes and improvements.
4949
==== Changed
5050
5151
* Update `org.apache.logging:logging-parent` to version `10.2.0`
52-
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-scala/pull/38[38])
52+
* Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-scala/pull/42[42])
5353
* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` (https://github.com/apache/logging-log4j-scala/pull/37[37])
5454
* Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j-scala/pull/41[41])

0 commit comments

Comments
 (0)