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-parent from 69 to 70 #628

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2024

Bumps org.apache.commons:commons-parent from 69 to 70.

Changelog

Sourced from org.apache.commons:commons-parent's changelog.

Apache Commons Parent 70 RELEASE NOTES

The Apache Commons Parent team is pleased to announce the release of Apache Commons Parent 70.

The Apache Commons Parent POM provides common settings for all Apache Commons components.

Version 70: Maintenance and update dependencies

New features

  •               Add profile benchmark for JMH benchmarks. Thanks to Gary Gregory.
    
  •               Add JMH to dependency management section. Thanks to Gary Gregory.
    

Fixed Bugs

  •               Set Javadoc link to latest Java API LTS version. Thanks to Gary Gregory.
    
  •               Set Jacoco defaults to 1.00. Thanks to Gary Gregory.
    

Changes

  •               Bump com.puppycrawl.tools:checkstyle from 10.14.2 to 10.16.0 on Java 11 and up. Thanks to Gary Gregory.
    
  •               Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 [#392](https://github.com/apache/commons-parent/issues/392). Thanks to Dependabot.
    
  •               Bump org.apache.maven.plugins:maven-artifact-plugin from 3.5.0 to 3.5.1 [#393](https://github.com/apache/commons-parent/issues/393). Thanks to Dependabot.
    
  •               Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.1 to 4.8.5.0 [#394](https://github.com/apache/commons-parent/issues/394), [#411](https://github.com/apache/commons-parent/issues/411). Thanks to Dependabot.
    
  •               Bump com.github.spotbugs:spotbugs from 4.8.3 to 4.8.5. Thanks to Dependabot.
    
  •               Bump org.apache:apache (parent POM) from 31 to 32. Thanks to Dependabot.
    
  •               Bump org.apache.commons:commons-build-plugin from 1.13 to 1.14.0 [#397](https://github.com/apache/commons-parent/issues/397). Thanks to Dependabot.
    
  •               Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1 [#398](https://github.com/apache/commons-parent/issues/398). Thanks to Dependabot, Gary Gregory.
    
  •               Bump org.apache.commons:commons-release-plugin from 1.8.1 to 1.8.2 [#401](https://github.com/apache/commons-parent/issues/401). Thanks to Dependabot, Gary Gregory.
    
  •               Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.20.0 to 0.21.2 [#403](https://github.com/apache/commons-parent/issues/403), [#410](https://github.com/apache/commons-parent/issues/410). Thanks to Gary Gregory.
    
  •               Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 [#404](https://github.com/apache/commons-parent/issues/404). Thanks to Gary Gregory.
    
  •               Bump commons.pmd-impl.version from 6.55.0 to 7.1.0 [#388](https://github.com/apache/commons-parent/issues/388), [#408](https://github.com/apache/commons-parent/issues/408). Thanks to Gary Gregory.
    
  •               Bump org.apache.bcel:bcel from 6.8.2 to 6.9.0. Thanks to Gary Gregory.
    
  •               Bump org.junit.jupiter:junit-* from 5.10.2 to 5.11.0-M1. Thanks to Gary Gregory.
    
  •               Bump org.junit.platform:junit-platform-* from 5.10.2 to 5.11.0-M1. Thanks to Gary Gregory.
    
  •               Bump org.junit.vintage:junit-vintage-engine from 5.10.2 to 5.11.0-M1. Thanks to Gary Gregory.
    

Historical list of changes: https://commons.apache.org/proper/commons-parent/changes-report.html

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

https://commons.apache.org/proper/commons-parent/


Apache Commons Parent 69 RELEASE NOTES

... (truncated)

Commits

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 May 17, 2024
@garydgregory
Copy link
Member

@dependabot rebase

Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 69 to 70.
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.commons-commons-parent-70 branch from 129ff93 to 2b96618 Compare May 23, 2024 15:18
@garydgregory garydgregory merged commit bd2a8e6 into master May 23, 2024
22 checks passed
@garydgregory garydgregory deleted the dependabot/maven/org.apache.commons-commons-parent-70 branch May 23, 2024 17:16
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