You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/09/02 11:02:54 UTC

[GitHub] [commons-parent] dependabot[bot] opened a new pull request, #137: Bump spdx-maven-plugin from 0.5.5 to 0.6.0

dependabot[bot] opened a new pull request, #137:
URL: https://github.com/apache/commons-parent/pull/137

   Bumps [spdx-maven-plugin](https://github.com/goneall/spdx-maven-plugin) from 0.5.5 to 0.6.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/goneall/spdx-maven-plugin/releases">spdx-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>Release 0.6.0 of the SPDX Maven Plugin</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Major upgrade to use the new <a href="https://github.com/spdx/spdx-java-library">SPDX Java Library</a></li>
   <li>Use <code>groupId</code> and <code>artifactId</code> for naming SPDX files by <a href="https://github.com/joschi"><code>@​joschi</code></a> in <a href="https://github-redirect.dependabot.com/spdx/spdx-maven-plugin/pull/44">spdx/spdx-maven-plugin#44</a></li>
   <li>Update github workflow to only run Sonar when key exists by <a href="https://github.com/goneall"><code>@​goneall</code></a> in <a href="https://github-redirect.dependabot.com/spdx/spdx-maven-plugin/pull/45">spdx/spdx-maven-plugin#45</a></li>
   <li>Update plugin to version 2.3 of the SPDX spec by <a href="https://github.com/goneall"><code>@​goneall</code></a> in <a href="https://github-redirect.dependabot.com/spdx/spdx-maven-plugin/pull/47">spdx/spdx-maven-plugin#47</a></li>
   <li>Add support for JSON output by <a href="https://github.com/goneall"><code>@​goneall</code></a> in <a href="https://github-redirect.dependabot.com/spdx/spdx-maven-plugin/pull/48">spdx/spdx-maven-plugin#48</a></li>
   <li>Fix external document refs by <a href="https://github.com/goneall"><code>@​goneall</code></a> in <a href="https://github-redirect.dependabot.com/spdx/spdx-maven-plugin/pull/49">spdx/spdx-maven-plugin#49</a></li>
   <li>default licenseInformationInFile to concludedLicenseInFile by <a href="https://github.com/goneall"><code>@​goneall</code></a> in <a href="https://github-redirect.dependabot.com/spdx/spdx-maven-plugin/pull/50">spdx/spdx-maven-plugin#50</a></li>
   <li>Refactor file type mapping by <a href="https://github.com/goneall"><code>@​goneall</code></a> in <a href="https://github-redirect.dependabot.com/spdx/spdx-maven-plugin/pull/51">spdx/spdx-maven-plugin#51</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/joschi"><code>@​joschi</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/spdx/spdx-maven-plugin/pull/44">spdx/spdx-maven-plugin#44</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/spdx/spdx-maven-plugin/compare/v0.5.5...v0.6.0">https://github.com/spdx/spdx-maven-plugin/compare/v0.5.5...v0.6.0</a></p>
   <p>Note: there were for bugs identified in SonarCloud for this release - it is very unlikely these bugs would cause issues for the release.  Fixes for the bugs have been updated on the master branch.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/spdx/spdx-maven-plugin/commit/2a7a9ade87de0a7400293503b961f74bcfcfae3e"><code>2a7a9ad</code></a> Bump version for release</li>
   <li><a href="https://github.com/spdx/spdx-maven-plugin/commit/a01bbde96630904743c5e2a1255c76ff2fa7e725"><code>a01bbde</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/goneall/spdx-maven-plugin/issues/51">#51</a> from spdx/issue5</li>
   <li><a href="https://github.com/spdx/spdx-maven-plugin/commit/7e1afafd905251b686826e3d9140271c567819b6"><code>7e1afaf</code></a> Refactor file type mapping</li>
   <li><a href="https://github.com/spdx/spdx-maven-plugin/commit/d7e70049048fdf0bd70d88485feac2c693cb9738"><code>d7e7004</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/goneall/spdx-maven-plugin/issues/50">#50</a> from spdx/issue9</li>
   <li><a href="https://github.com/spdx/spdx-maven-plugin/commit/9b19aca069a3d80e8ba04f516490b3dbe889fa65"><code>9b19aca</code></a> default licenseInformationInFile to concludedLicenseInFile</li>
   <li><a href="https://github.com/spdx/spdx-maven-plugin/commit/dcb5b83adcd7f148789b56ab34f8f992287d1782"><code>dcb5b83</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/goneall/spdx-maven-plugin/issues/49">#49</a> from spdx/issue28</li>
   <li><a href="https://github.com/spdx/spdx-maven-plugin/commit/8749315a40d6a1b346ae0e0dadeaaa4f1e99353b"><code>8749315</code></a> Fix external document refs</li>
   <li><a href="https://github.com/spdx/spdx-maven-plugin/commit/796418ef149d2d2745facdfbf6ffc6be608e9495"><code>796418e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/goneall/spdx-maven-plugin/issues/48">#48</a> from spdx/json</li>
   <li><a href="https://github.com/spdx/spdx-maven-plugin/commit/5f5cebac4f60d9e192ff3a7e79aabb30dd7acaa0"><code>5f5ceba</code></a> Add support for JSON output</li>
   <li><a href="https://github.com/spdx/spdx-maven-plugin/commit/ed0155ab04263f47e729e4a2cdda43fb5e1a6a73"><code>ed0155a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/goneall/spdx-maven-plugin/issues/47">#47</a> from spdx/v23</li>
   <li>Additional commits viewable in <a href="https://github.com/goneall/spdx-maven-plugin/compare/v0.5.5...v0.6.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.spdx:spdx-maven-plugin&package-manager=maven&previous-version=0.5.5&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [commons-parent] garydgregory merged pull request #137: Bump spdx-maven-plugin from 0.5.5 to 0.6.0

Posted by GitBox <gi...@apache.org>.
garydgregory merged PR #137:
URL: https://github.com/apache/commons-parent/pull/137


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org