Skip to content

Bump commons-parent from 54 to 55#165

Merged
garydgregory merged 1 commit into
masterfrom
dependabot/maven/org.apache.commons-commons-parent-55
Dec 16, 2022
Merged

Bump commons-parent from 54 to 55#165
garydgregory merged 1 commit into
masterfrom
dependabot/maven/org.apache.commons-commons-parent-55

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 16, 2022

Copy link
Copy Markdown
Contributor

Bumps commons-parent from 54 to 55.

Changelog

Sourced from commons-parent's changelog.

          Apache Commons Parent 55
              RELEASE NOTES

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

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

Version 55: Maintenance and update dependencies

Changes in this version include:

Changes: o Make CycloneDX work better with multi-module projects. Thanks to Gary Gregory. o New interface methods must be default methods to maintain BC. Thanks to Gary Gregory. o Add property commons.javadoc19.java.link. Thanks to Gary Gregory. o Bump actions/cache from 3.0.8 to 3.0.11 #152, #155, #160. Thanks to Dependabot. o Bump actions/checkout from 3.0.2 to 3.1.0 #154. Thanks to Dependabot. o Bump actions/setup-java from 3.5.1 to 3.6.0 #164. Thanks to Dependabot. o Bump actions/upload-artifact from 3.1.0 to 3.1.1 #165 Thanks to Dependabot. o Bump github/codeql-action from 2.1.27 to 2.1.35 #162, #166, #168, #178. Thanks to Dependabot. o Bump github/codeql-action from 2.1.23 to 2.1.31 #148, #150, #156, #172. Thanks to Gary Gregory, Dependabot. o Bump ossf/scorecard-action from 1.1.2 to 2.0.6 #163. Thanks to Gary Gregory, Dependabot. o Bump apache from 27 to 28 #175 Thanks to Dependabot. o Bump JUnit from 5.9.0 to 5.9.1. Thanks to Gary Gregory. o Bump spdx-maven-plugin from 0.5.5 to 0.6.3. Version 0.6.2 fixes NPE spdx/spdx-maven-plugin#53 #159 Thanks to Gary Gregory, Dependabot. o Bump pmd from 6.49.0 to 6.52.0. Thanks to Gary Gregory. o Bump Apache Commons BCEL from 6.5.0 to 6.7.0. Thanks to Gary Gregory. o Bump cyclonedx-maven-plugin from 2.7.1 to 2.7.3 #157, #173. Thanks to Dependabot. o Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.3.0 #158, #170, #171. Thanks to Dependabot. o Bump spotbugs from 4.7.2 to 4.7.3 #161. Thanks to Dependabot. o Bump versions-maven-plugin from 2.12.0 to 2.13.0 #167. Thanks to Dependabot. o Bump japicmp-maven-plugin from 0.16.0 to 0.17.1 #174. Thanks to Dependabot. o Bump biz.aQute.bndlib from 6.3.1 to 6.4.0 #176. Thanks to Dependabot.

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 Apache Commons Parent website:

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


          Apache Commons Parent 54
              RELEASE NOTES

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

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

... (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 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 [commons-parent](https://github.com/apache/commons-parent) from 54 to 55.
- [Release notes](https://github.com/apache/commons-parent/releases)
- [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 added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 16, 2022
@codecov-commenter

codecov-commenter commented Dec 16, 2022

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.23%. Comparing base (d9a2d21) to head (27d34de).
⚠️ Report is 1096 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #165   +/-   ##
=========================================
  Coverage     92.23%   92.23%           
  Complexity     1744     1744           
=========================================
  Files            67       67           
  Lines          4624     4624           
  Branches        731      731           
=========================================
  Hits           4265     4265           
  Misses          244      244           
  Partials        115      115           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@garydgregory garydgregory merged commit 3eafd6c into master Dec 16, 2022
@garydgregory garydgregory deleted the dependabot/maven/org.apache.commons-commons-parent-55 branch December 16, 2022 15:53
garydgregory added a commit that referenced this pull request Dec 16, 2022
omosteven pushed a commit to omosteven/commons-codec-lab-work that referenced this pull request Jan 8, 2025
Bumps [commons-parent](https://github.com/apache/commons-parent) from 54 to 55.
- [Release notes](https://github.com/apache/commons-parent/releases)
- [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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
omosteven pushed a commit to omosteven/commons-codec-lab-work that referenced this pull request Jan 8, 2025
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.

2 participants