Skip to content

Commit 4f5fef0

Browse files
Bump org.apache.logging:logging-parent from 11.3.0 to 12.0.0 in /log4j-parent (#3452)
* Bump org.apache.logging:logging-parent in /log4j-parent Bumps [org.apache.logging:logging-parent](https://github.com/apache/logging-parent) from 11.3.0 to 12.0.0. - [Release notes](https://github.com/apache/logging-parent/releases) - [Commits](apache/logging-parent@rel/11.3.0...rel/12.0.0) --- updated-dependencies: - dependency-name: org.apache.logging:logging-parent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Necessary fixes for `12.0.0` upgrade. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr P. Karwasz <[email protected]>
1 parent b9bf24f commit 4f5fef0

File tree

6 files changed

+41
-15
lines changed

6 files changed

+41
-15
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
build:
3232
if: github.actor != 'dependabot[bot]'
33-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0
3434
secrets:
3535
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' || secrets.GE_ACCESS_TOKEN }}
3636
with:
@@ -44,7 +44,7 @@ jobs:
4444
deploy-snapshot:
4545
needs: build
4646
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x'
47-
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.3.0
47+
uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/12.0.0
4848
# Secrets for deployments
4949
secrets:
5050
NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
@@ -57,7 +57,7 @@ jobs:
5757
deploy-release:
5858
needs: build
5959
if: github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
60-
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.3.0
60+
uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.0.0
6161
# Secrets for deployments
6262
secrets:
6363
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}

.github/workflows/codeql-analysis.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions: read-all
3030
jobs:
3131

3232
analyze:
33-
uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/11.3.0
33+
uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/12.0.0
3434
with:
3535
java-version: |
3636
8

.github/workflows/deploy-site.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
deploy-site-stg:
3535
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x'
36-
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0
36+
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0.0
3737
# Secrets for committing the generated site
3838
secrets:
3939
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -51,7 +51,7 @@ jobs:
5151

5252
deploy-site-pro:
5353
if: github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x-site-pro'
54-
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0
54+
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0.0
5555
# Secrets for committing the generated site
5656
secrets:
5757
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
@@ -81,7 +81,7 @@ jobs:
8181
8282
deploy-site-rel:
8383
needs: export-version
84-
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3.0
84+
uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0.0
8585
# Secrets for committing the generated site
8686
secrets:
8787
GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}

.github/workflows/merge-dependabot.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
build:
3232
if: github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33-
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3.0
33+
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0.0
3434
secrets:
3535
DV_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
3636
with:
@@ -42,7 +42,7 @@ jobs:
4242

4343
merge-dependabot:
4444
needs: build
45-
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.3.0
45+
uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/12.0.0
4646
with:
4747
java-version: 17
4848
permissions:

log4j-parent/pom.xml

+29-5
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
<assertj.version>3.26.3</assertj.version>
6767
<awaitility.version>4.2.2</awaitility.version>
6868
<bsh.version>2.0b6</bsh.version>
69-
<cassandra.version>3.11.17</cassandra.version>
69+
<bnd.annotation.version>7.1.0</bnd.annotation.version>
70+
<cassandra.version>3.11.18</cassandra.version>
7071
<cassandra-driver.version>3.11.5</cassandra-driver.version>
7172
<commons-codec.version>1.17.1</commons-codec.version>
7273
<commons-compress.version>1.27.1</commons-compress.version>
@@ -127,8 +128,11 @@
127128
<oro.version>2.0.8</oro.version>
128129
<!-- The OSGi API version MUST always be the MINIMUM version Log4j supports: -->
129130
<osgi.api.version>6.0.0</osgi.api.version>
130-
<pax-exam.version>4.13.5</pax-exam.version>
131-
<plexus-utils.version>3.5.1</plexus-utils.version>
131+
<osgi.annotation.bundle.version>2.0.0</osgi.annotation.bundle.version>
132+
<osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version>
133+
<pax-exam.version>4.14.0</pax-exam.version>
134+
<plexus-utils.version>3.6.0</plexus-utils.version>
135+
<spotbugs-annotations.version>4.9.1</spotbugs-annotations.version>
132136
<spring-boot.version>2.7.18</spring-boot.version>
133137
<spring-framework.version>5.3.39</spring-framework.version>
134138
<system-stubs.version>2.0.3</system-stubs.version>
@@ -582,6 +586,12 @@
582586
<version>${json-unit.version}</version>
583587
</dependency>
584588

589+
<dependency>
590+
<groupId>org.jspecify</groupId>
591+
<artifactId>jspecify</artifactId>
592+
<version>${jspecify.version}</version>
593+
</dependency>
594+
585595
<dependency>
586596
<groupId>junit</groupId>
587597
<artifactId>junit</artifactId>
@@ -837,6 +847,7 @@
837847
<dependency>
838848
<groupId>biz.aQute.bnd</groupId>
839849
<artifactId>biz.aQute.bnd.annotation</artifactId>
850+
<version>${bnd.annotation.version}</version>
840851
<scope>provided</scope>
841852
</dependency>
842853

@@ -849,19 +860,22 @@
849860

850861
<dependency>
851862
<groupId>org.osgi</groupId>
852-
<artifactId>osgi.annotation</artifactId>
863+
<artifactId>org.osgi.annotation.bundle</artifactId>
864+
<version>${osgi.annotation.bundle.version}</version>
853865
<scope>provided</scope>
854866
</dependency>
855867

856868
<dependency>
857869
<groupId>org.osgi</groupId>
858-
<artifactId>org.osgi.annotation.bundle</artifactId>
870+
<artifactId>org.osgi.annotation.versioning</artifactId>
871+
<version>${osgi.annotation.versioning.version}</version>
859872
<scope>provided</scope>
860873
</dependency>
861874

862875
<dependency>
863876
<groupId>com.github.spotbugs</groupId>
864877
<artifactId>spotbugs-annotations</artifactId>
878+
<version>${spotbugs-annotations.version}</version>
865879
<scope>provided</scope>
866880
</dependency>
867881

@@ -985,6 +999,16 @@
985999
</executions>
9861000
</plugin>
9871001

1002+
<plugin>
1003+
<groupId>org.apache.maven.plugins</groupId>
1004+
<artifactId>maven-compiler-plugin</artifactId>
1005+
<configuration>
1006+
<compilerArgs combine.children="append">
1007+
<arg>--should-stop=ifError=FLOW</arg>
1008+
</compilerArgs>
1009+
</configuration>
1010+
</plugin>
1011+
9881012
<!--
9891013
~ Some external logging bridges can interfere with our tests, giving false negatives.
9901014
-->

pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.logging</groupId>
3333
<artifactId>logging-parent</artifactId>
34-
<version>11.3.0</version>
34+
<version>12.0.0</version>
3535
<relativePath />
3636
</parent>
3737

@@ -357,6 +357,7 @@
357357
<!-- =====================================================
358358
Direct dependency version properties (in alphabetical order)
359359
===================================================== -->
360+
<jspecify.version>1.0.0</jspecify.version>
360361
<log4j-docgen.version>0.9.0</log4j-docgen.version>
361362
<node.version>21.7.1</node.version>
362363
<npm.version>10.5.0</npm.version>
@@ -993,6 +994,7 @@
993994
<groupId>org.jspecify</groupId>
994995
<artifactId>jspecify</artifactId>
995996
<version>${jspecify.version}</version>
997+
<scope>test</scope>
996998
</dependency>
997999
</dependencies>
9981000

0 commit comments

Comments
 (0)