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

Bump org.apache.commons:commons-build-plugin from 1.13 to 1.14.0 #397

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 18, 2024

Bumps org.apache.commons:commons-build-plugin from 1.13 to 1.14.0.

Changelog

Sourced from org.apache.commons:commons-build-plugin's changelog.

Apache Commons Build Plugin Maven Mojo 1.14.0 RELEASE NOTES

Apache Maven Mojo for Apache Commons Build tasks.

For example: mvn commons-build:download-page [-Dcommons.release.version=1.2.3]

To use a SNAPSHOT version (for testing etc) mvn org.apache.commons:commons-build-plugin:1.14.0-SNAPSHOT:download-page [-Dcommons.release.version=1.2.3]

Feature release

Changes in this version include:

New features

  •               Add Maven property project.build.outputTimestamp for build reproducibility. Thanks to Gary Gregory.
    

Fixed Bugs

  •               maven-plugin-report-plugin replaces maven-plugin-plugin report goal
    
  •               Fix up errors in GHA badges for Java and CodeQL
    
  •               Only use graalvm on Java11+; update to 22.3.3 which avoids NoClassDefFoundError messages
    
  •               Replace mail-archives.apache.org with lists.apache.org
    
  •               Drop mail archives that no longer exist (markmail, gmane, old.nabble)
    
  •               Disable moditect as it fails currently
    

Changes

  •               Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0 Thanks to Dependabot.
    
  •               Drop IRC references Thanks to Gary Gregory.
    
  •               Bump commons-parent from 58 to 69 [#240](https://github.com/apache/commons-build-plugin/issues/240). Thanks to Gary Gregory.
    
  •               Bump org.apache.ant:ant-launcher from 1.10.12 to 1.10.14. Thanks to Dependabot, Gary Gregory.
    
  •               Disable cyclonedx - not needed
    
  •               Drop outdated, unmaintained table of components in README in favour of link to website.
    
  •               Bump org.graalvm.js:js-scriptengine from 23.1.0 to 24.0.0 [#236](https://github.com/apache/commons-build-plugin/issues/236). Thanks to Dependabot.
    
  •               Bump org.graalvm.js:js from 23.0.1 to 23.0.3. Thanks to Dependabot.
    
  •               Bump org.apache.maven:maven-core 3.9.4 to 3.9.6. Thanks to Gary Gregory.
    
  •               Bump org.apache.maven:maven-plugin-api 3.9.4 to 3.9.6. Thanks to Gary Gregory.
    
  •               Bump org.apache.maven.plugin-tools:maven-script-ant 3.9.0 to 3.12.0 [#241](https://github.com/apache/commons-build-plugin/issues/241). Thanks to Gary Gregory.
    
  •               Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant from 3.9.0 to 3.12.0 [#242](https://github.com/apache/commons-build-plugin/issues/242). Thanks to Gary Gregory.
    
  •               Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to 3.5.1 [#393](https://github.com/apache/commons-build-plugin/issues/393). Thanks to Dependabot, Gary Gregory.
    

For complete information on Apache Commons Build Plugin Maven Mojo, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Build Plugin Maven Mojo website:

... (truncated)

Commits
  • 005b742 Prepare for the next release candidate
  • 617df21 Prepare for the next release candidate
  • 3e4eac2 Prepare for the next release candidate
  • ec75538 Prepare for the next release candidate
  • d7567af Prepare for the next release candidate
  • 712c478 Bump github/codeql-action from 3.24.9 to 3.24.10 (#246)
  • 965dd31 Bump codecov/codecov-action from 4.2.0 to 4.3.0 (#245)
  • b80b87a Bump some dependencies
  • 3435963 Bump org.apache.maven.plugin-tools:maven-script-ant (#241)
  • df800b6 Bump org.apache.maven.plugin-tools:maven-plugin-tools-ant (#242)
  • 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.commons:commons-build-plugin](https://github.com/apache/commons-build-plugin) from 1.13 to 1.14.0.
- [Changelog](https://github.com/apache/commons-build-plugin/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-build-plugin@rel/commons-build-plugin-1.13...rel/commons-build-plugin-1.14.0)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-build-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 18, 2024
@garydgregory garydgregory merged commit d83477f into master Apr 18, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.apache.commons-commons-build-plugin-1.14.0 branch April 18, 2024 20:31
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
1 participant