Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2025

Bumps org.apache.logging:logging-parent from 11.3.0 to 12.1.0.

Release notes

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

12.1.0

This minor release adds CodeQL checks for GitHub Actions. It also fixes a breaking change in Error Prone that prevented projects from migrating to version 12.0.0.

Added

  • Add "GitHub Actions" to the list of languages analyzed by CodeQL. (#343)

Fixed

  • Use the maven.deploy.skip Maven property in nexus-staging-maven-plugin. This effectively fixes the skipping of test artifacts' deployments. (#360)
  • Fix Error Prone arguments breaking maven-compiler-plugin:compile.
  • Fix inheritance of url elements in children POMs.(#330)

Updated

  • Update actions/cache to version 4.2.3 (#357)
  • Update actions/upload-artifact to version 4.6.2 (#359)
  • Update com.diffplug.spotless:spotless-maven-plugin to version 2.44.3 (#333)
  • Update com.github.spotbugs:spotbugs-maven-plugin to version 4.9.3.0 (#349)
  • Update com.google.errorprone:error_prone_core to version 2.37.0 (#356)
  • Update com.gradle:develocity-maven-extension to version 1.23.2 (#338)
  • Update com.palantir.javaformat:palantir-java-format to version 2.61.0 (#361)
  • Update de.skuzzle.enforcer:restrict-imports-enforcer-rule to version 2.6.1 (#365)
  • Update github/codeql-action to version 3.28.13 (#364)
  • Update org.apache:apache to version 34 (#353)
  • Update org.apache.groovy:groovy to version 4.0.26 (#340)
  • Update org.asciidoctor:asciidoctor-maven-plugin to version 3.2.0 (#362)
  • Update org.codehaus.mojo:flatten-maven-plugin to version 1.7.0 (#339)
  • Update org.eclipse.jgit:org.eclipse.jgit to version 7.2.0.202503040940-r (#355)
  • Update ossf/scorecard-action to version 2.4.1 (#335)

12.0.0

This major release contains several small improvements and certain backward incompatible changes.

Changed

  • Activate flatten-bom execution of flatten-maven-plugin using a .logging-parent-bom-activator file (#265)
  • Don't keep parent in flatten-bom configuration (#265, #37)
  • Switch from maven-deploy-plugin to nexus-staging-maven-plugin, which helps with fetching the Nexus repository URL during a release. generate-email.sh will be called with a fourth argument containing the Nexus repository URL. (#246)
  • Update deploy-*-reusable workflows to export the URL of the Nexus repository and the project version as nexus-url and project-version workflow outputs, respectively (#246)
  • Add maven-args input to build-reusable and merge-dependabot-reusable (#266)
  • Move from [ge.apache.org](http://ge.apache.org/) to new [develocity.apache.org](http://develocity.apache.org/) server (#313)
  • Add the verify-reproducibility-reusable.yaml workflow to check reproducibility of artifacts in a Maven repository. Deprecate the reproducibility check in build-reusable.yaml. (#246)

Removed

  • Remove following managed dependencies to avoid polluting BOMs: biz.aQute.bnd:biz.aQute.bnd.annotation, com.github.spotbugs:spotbugs-annotations, org.jspecify:jspecify, org.osgi:osgi.annotation, org.osgi:org.osgi.annotation.bundle, org.osgi:org.osgi.annotation.versioning (#265, apache/logging-log4j24)

Updated

... (truncated)

Commits
  • c470a36 Update the project.build.outputTimestamp property
  • e9e2fa2 Prepare release notes for 12.1.0
  • 63dbd70 Add name to package.json
  • ef64f7b Update de.skuzzle.enforcer:restrict-imports-enforcer-rule to version `2.6.1...
  • 85b8c04 Update github/codeql-action to version 3.28.13 (#364)
  • d7eb3a6 Update org.asciidoctor:asciidoctor-maven-plugin to version 3.2.0 (#362)
  • dc95eee Update com.palantir.javaformat:palantir-java-format to version 2.61.0 (#361)
  • 9e3dda8 Fix deployment of test artifacts (#360)
  • f8c0f3f Update actions/upload-artifact to version 4.6.2 (#359) (#359)
  • f71f292 Bump github/codeql-action from 3.28.11 to 3.28.12 (#358)
  • 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)

Bumps [org.apache.logging:logging-parent](https://github.com/apache/logging-parent) from 11.3.0 to 12.1.0.
- [Release notes](https://github.com/apache/logging-parent/releases)
- [Commits](apache/logging-parent@rel/11.3.0...rel/12.1.0)

---
updated-dependencies:
- dependency-name: org.apache.logging:logging-parent
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 9, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

Superseded by #128.

@dependabot dependabot bot closed this Jun 16, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.apache.logging-logging-parent-12.1.0 branch June 16, 2025 08:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants