Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 #231

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0.

Release notes

Sourced from org.apache.logging.log4j:log4j-bom's releases.

2.22.0

This releases provides a CycloneDX Software Bill of Materials (SBOM) along with each artifact and contains bug fixes addressing issues in the JPMS & OSGi infrastructure overhauled in 2.21.0, dependency updates, and some other minor fixes and improvements.

CycloneDX Software Bill of Materials (SBOM)

This is the first Log4j release that provides a CycloneDX Software Bill of Materials (SBOM) along with each artifact. Generated SBOMs are attached as artifacts with cyclonedx classifier and XML extensions, that is, <artifactId>-<version>-cyclonedx.xml. They contain vulnerability-assertion references to a CycloneDX Vulnerability Disclosure Report (VDR) that Apache Logging Services uses for all projects it maintains. This VDR is accessible through the following URL: https://logging.apache.org/cyclonedx/vdr.xml[]

SBOM generation is streamlined by logging-parent, see its website for details.

Changed

  • Change the order of evaluation of FormattedMessage formatters. Messages are evaluated using java.util.Format only if they don't comply to the java.text.MessageFormat or ParameterizedMessage format. (#1223)
  • Change default encoding of HTTP Basic Authentication to UTF-8 and add log4j2.configurationAuthorizationEncoding property to overwrite it. (#1970)
  • Update com.fasterxml.jackson:jackson-bom to version 2.16.0 (#1974)
  • Update com.github.luben:zstd-jni to version 1.5.5-10 (#1940)
  • Update com.google.guava:guava to version 32.1.3-jre (#1875)
  • Update io.netty:netty-bom to version 4.1.101.Final (#1960)
  • Update org.eclipse.persistence:org.eclipse.persistence.jpa to version 2.7.13 (#1900)
  • Update org.fusesource.jansi:jansi to version 2.4.1 (#1907)
  • Update org.mongodb:bson to version 4.11.1 (#1957)
  • Update org.springframework:spring-framework-bom to version 5.3.30
  • Update org.springframework.boot:spring-boot to version 2.7.17 (#1874)
  • Update org.springframework:spring-framework-bom to version 5.3.31 (#1973)
  • Update org.zeromq:jeromq to version 0.5.4 (#1878)

Removed

  • Removed unused FastDateParser which was causing unnecessary heap overhead (LOG4J2-3672, #1848)

Fixed

  • Fix MDC pattern converter causing issues for %notEmpty (#1922)
  • Export missing OSGi & JPMS modules in log4j-layout-template-json and log4j-1.2-api (#1895)
  • Fix spring-test dependency scope change (LOG4J2-3675)
  • Fix JPMS descriptors causing jlink issues (#1896)
  • Add missing Implementation- and Specification- entries to MANIFEST.MF (implemented by logging-parent version 10.3.0 update) (#1923)
  • Fix NotSerializableException thrown when Logger is serialized with a ReusableMessageFactory (#1884)
Commits
  • a1634d6 Release changelog for version 2.22.0
  • 4d27296 Update the project.build.outputTimestamp property
  • d91092f Fix .changelog.adoc.ftl typo
  • 5c41c01 Improve release notes
  • d6d9626 Update the project.build.outputTimestamp property
  • b382a65 Remove explicit distribution-attachment-* arguments to CI
  • 9873b11 Update the project.build.outputTimestamp property
  • 38e133f Release changelog
  • 200909c Set the version to 2.22.0
  • 819b738 Merge remote-tracking branch ppkarwasz/basic-auth into 2.x (#1970)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 20, 2023
Copy link

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (672a8c4) 88.09% compared to head (c8a71dd) 88.09%.
Report is 6 commits behind head on main.

❗ Current head c8a71dd differs from pull request most recent head b3fed71. Consider uploading reports for the commit b3fed71 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #231   +/-   ##
=========================================
  Coverage     88.09%   88.09%           
  Complexity       73       73           
=========================================
  Files            25       25           
  Lines           487      487           
  Branches         39       39           
=========================================
  Hits            429      429           
  Misses           26       26           
  Partials         32       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@oldratlee oldratlee force-pushed the main branch 2 times, most recently from c410628 to 8f5cf82 Compare December 5, 2023 16:04
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.logging.log4j-log4j-bom-2.22.0 branch from c8a71dd to 76660d1 Compare December 5, 2023 16:05
@oldratlee oldratlee force-pushed the main branch 2 times, most recently from 1b7802a to 688fdb7 Compare December 5, 2023 16:09
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.logging.log4j-log4j-bom-2.22.0 branch from 76660d1 to a0bf967 Compare December 5, 2023 16:09
@oldratlee oldratlee force-pushed the main branch 2 times, most recently from 4b03049 to 3e1cd05 Compare December 6, 2023 04:22
Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.21.1 to 2.22.0.
- [Release notes](https://github.com/apache/logging-log4j2/releases)
- [Commits](apache/logging-log4j2@rel/2.21.1...rel/2.22.0)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.logging.log4j-log4j-bom-2.22.0 branch from a0bf967 to b3fed71 Compare December 6, 2023 04:22
@oldratlee oldratlee merged commit 7e93af8 into main Dec 6, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.apache.logging.log4j-log4j-bom-2.22.0 branch December 6, 2023 04:27
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202)
bump kotest.version from 5.6.2 to 5.7.2 (#203)
bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204)
bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206)
bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.junit:junit-bom from 5.10.0 to 5.10.1
bump kotest.version from 5.7.2 to 5.8.0
bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1
bump org.junit:junit-bom  from 5.10.0 to 5.10.1 in /auto-pipeline-examples
bump kotlinVersion  from 1.9.10 to 1.9.20 in /auto-pipeline-examples
bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202)
bump kotest.version from 5.6.2 to 5.7.2 (#203)
bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204)
bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206)
bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.junit:junit-bom from 5.10.0 to 5.10.1
bump kotest.version from 5.7.2 to 5.8.0
bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1
bump org.junit:junit-bom  from 5.10.0 to 5.10.1 in /auto-pipeline-examples
bump kotlinVersion  from 1.9.10 to 1.9.20 in /auto-pipeline-examples
bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202)
bump kotest.version from 5.6.2 to 5.7.2 (#203)
bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204)
bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206)
bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.junit:junit-bom from 5.10.0 to 5.10.1
bump kotest.version from 5.7.2 to 5.8.0
bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1
bump org.junit:junit-bom  from 5.10.0 to 5.10.1 in /auto-pipeline-examples
bump kotlinVersion  from 1.9.10 to 1.9.20 in /auto-pipeline-examples
bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202)
bump kotest.version from 5.6.2 to 5.7.2 (#203)
bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204)
bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206)
bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.junit:junit-bom from 5.10.0 to 5.10.1
bump kotest.version from 5.7.2 to 5.8.0
bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1
bump org.junit:junit-bom  from 5.10.0 to 5.10.1 in /auto-pipeline-examples
bump kotlinVersion  from 1.9.10 to 1.9.20 in /auto-pipeline-examples
bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
oldratlee pushed a commit that referenced this pull request Dec 6, 2023
bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202)
bump kotest.version from 5.6.2 to 5.7.2 (#203)
bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204)
bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206)
bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final
bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1
bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10
bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1
bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2
bump org.junit:junit-bom from 5.10.0 to 5.10.1
bump kotest.version from 5.7.2 to 5.8.0
bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1
bump org.junit:junit-bom  from 5.10.0 to 5.10.1 in /auto-pipeline-examples
bump kotlinVersion  from 1.9.10 to 1.9.20 in /auto-pipeline-examples
bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Development

Successfully merging this pull request may close these issues.

1 participant