apache / logging-log4j-kotlin

A Kotlin-friendly interface to log against the Log4j API
https://logging.apache.org/log4j/kotlin
Apache License 2.0
45 stars 11 forks source link

Bump org.apache.logging:logging-parent from 10.4.0 to 10.5.0 #58

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps org.apache.logging:logging-parent from 10.4.0 to 10.5.0.

Release notes

Sourced from org.apache.logging:logging-parent's releases.

10.5.0

This minor release contains dependency updates and a change in the way BND is employed.

BND Maven Plugins are upgraded to version 7.0.0, which requires Java 17. Log4j was the blocker for this upgrade and the issue is resolved in apache/logging-log4j24. Note that BND Maven Plugins version 7.0.0 increased the minimum required Maven version to 3.8.1.

Changed

  • Switch from bnd:jar to bnd:bnd-process to improve integration with the ecosystem; IDEs, Maven plugins, etc. (#69)
  • Replace log4j-changelog entry type of dependabot updates from changed to updated
  • Minimum required Maven version is increased to 3.8.1 due to BND Maven Plugin updates

Updated

  • Update biz.aQute.bnd:bnd-baseline-maven-plugin to version 7.0.0 (#78)
  • Update biz.aQute.bnd:bnd-maven-plugin to version 7.0.0
  • Update com.diffplug.spotless:spotless-maven-plugin to version 2.41.1 (#70)
  • Update com.github.spotbugs:spotbugs-annotations to version 4.8.3 (#80)
  • Update com.github.spotbugs:spotbugs-maven-plugin to version 4.8.2.0 (#71)
  • Update com.palantir.javaformat:palantir-java-format to version 2.39.0
  • Update org.apache:apache to version 31 (#73)
  • Update org.apache.logging.log4j:log4j-changelog-maven-plugin to version 0.7.0 (#84)
Commits
  • e4816c8 Release changelog for version 10.5.0
  • f4787cc Update the project.build.outputTimestamp property
  • 69ddbe1 Improve changelog
  • 8dc2241 Minor changes and bump the required Maven version to 3.8.1
  • f2503e9 Update com.palantir.javaformat:palantir-java-format to version 2.39.0
  • ed70fa3 Update release date
  • 61f15b1 Employ updated changelog entry type
  • 6a856ce Replace log4j-changelog entry type of dependabot updates from changed t...
  • 05d4d38 Upgrade log4j-changelog XSD version to 0.1.3
  • 2876cb4 Rearrange changelog
  • 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 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)
github-actions[bot] commented 6 months ago

Changes are applied by CI in 5645b67109e0f2b7a5fa8c7a9af402995f565144

dependabot[bot] commented 6 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.