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/09 11:03:14 UTC

[GitHub] [commons-parent] dependabot[bot] opened a new pull request, #144: Bump versions-maven-plugin from 2.11.0 to 2.12.0

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

   Bumps [versions-maven-plugin](https://github.com/mojohaus/versions-maven-plugin) from 2.11.0 to 2.12.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/mojohaus/versions-maven-plugin/releases">versions-maven-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>2.12.0</h2>
   <h2>Changes</h2>
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>Amended <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/258">#258</a>: Adding plugin and plugin management dependency includes/excludes (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/669">#669</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Fixing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/251">#251</a>: proper handling of InvalidSegmentException and InvalidVersionSpecificationException (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/666">#666</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Fixing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/315">#315</a>: Guarding against newVersion or property being empty if the properties file is not provided (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/667">#667</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Fixing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/231">#231</a> bug/feature: added &quot;allowDowngrade&quot;, default &quot;false&quot;, fixed range handling wrt downgrading (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/665">#665</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>New feature (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/477">#477</a>): connection, developerConnection, url arguments for set-scm-tag (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/664">#664</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Implementing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/213">#213</a>: new argument: allowDowngrade, which will downgrade a snapshot if these are disallowed (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/660">#660</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Cache result of getBestFitRule (fixes <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/575">#575</a>) (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/647">#647</a>) <a href="https://github.com/TobiX"><code>@​TobiX</code></a></li>
   <li>Limit to only artifacts that have updates and are in the dependency graph (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/589">#589</a>) (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/640">#640</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Require Maven 3.2.5 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/643">#643</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
   <li>Fixes <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/318">#318</a> includes/excludes for dependencies (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/602">#602</a>) <a href="https://github.com/HonoluluHenk"><code>@​HonoluluHenk</code></a></li>
   <li>New property: updateBuildOutputTimestampPolicy = (onchange | always | never) (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/595">#595</a>) (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/630">#630</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Fix for issue <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/582">#582</a> - update-properties does not work across parent-child pom  (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/616">#616</a>) <a href="https://github.com/prodj17"><code>@​prodj17</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Fixing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/320">#320</a>: Correcting delta computation in ModifiedPomXMLEventReader (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/661">#661</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Fixing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/654">#654</a>: NPE in SetMojo when a dependency version is null (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/657">#657</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Fixing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/604">#604</a>: npe in DependencyVersionChanger if artifact version is null (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/655">#655</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Fix for issue <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/323">#323</a>: using version range if currentVersion is not available for DependencyUpdatesXmlRenderer (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/653">#653</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Fix for issue <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/648">#648</a>: de-shadowing the localRepository property (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/650">#650</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>Reordering the checks in shouldApplyUpdate + a simple unit test (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/629">#629</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   <li>bugfix for parentVersion wrongly be String &quot;null&quot; when be missing and should be null be default (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/613">#613</a>) <a href="https://github.com/XenoAmess"><code>@​XenoAmess</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <ul>
   <li>Bump httpclient from 4.5.2 to 4.5.13 in /src/it/it-property-updates-report-002-slow (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/652">#652</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump postgresql from 42.2.6 to 42.4.1 in /src/it/it-property-updates-report-002-slow (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/651">#651</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump mojo-parent from 69 to 70 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/635">#635</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump mockito-core from 4.6.1 to 4.7.0 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/634">#634</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump woodstox-core from 6.3.0 to 6.3.1 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/633">#633</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump maven-reporting-impl from 3.1.0 to 3.2.0 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/631">#631</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump maven-reporting-api from 3.1.0 to 3.1.1 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/625">#625</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump wagonVersion from 3.4.3 to 3.5.2 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/607">#607</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump maven-common-artifact-filters from 3.3.0 to 3.3.1 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/621">#621</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump junit-bom from 5.8.2 to 5.9.0 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/622">#622</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump woodstox-core from 6.2.8 to 6.3.0 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/609">#609</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump mrm-maven-plugin from 1.3.0 to 1.4.1 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/608">#608</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump mojo-parent from 68 to 69 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/615">#615</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump mojo-parent from 67 to 68 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/601">#601</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump maven-common-artifact-filters from 3.2.0 to 3.3.0 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/599">#599</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   <li>Bump mockito-core from 4.5.1 to 4.6.1 (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/594">#594</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li><a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/361">#361</a>: Typo in generated XML report for dependency updates (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/663">#663</a>) <a href="https://github.com/ajarmoniuk"><code>@​ajarmoniuk</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/mojohaus/versions-maven-plugin/commit/e2c7dcadf335c747bb4dc77ee42c10bb79a3106a"><code>e2c7dca</code></a> [maven-release-plugin] prepare release versions-maven-plugin-2.12.0</li>
   <li><a href="https://github.com/mojohaus/versions-maven-plugin/commit/f9a90e52d9b65ce289c14fdea855e1e89ec1ebf2"><code>f9a90e5</code></a> Amended <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/258">#258</a>: Adding plugin and plugin management dependency includes/excludes</li>
   <li><a href="https://github.com/mojohaus/versions-maven-plugin/commit/5fa3693aa7317590f936f9be18edbd62cbcad35d"><code>5fa3693</code></a> Fixing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/251">#251</a>: proper handling of InvalidSegmentException and InvalidVersionSpe...</li>
   <li><a href="https://github.com/mojohaus/versions-maven-plugin/commit/0db6ce4a14d217e0b08c2ad6c369b7a168128f50"><code>0db6ce4</code></a> Fixing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/315">#315</a>: Guarding against newVersion or property being empty if the prope...</li>
   <li><a href="https://github.com/mojohaus/versions-maven-plugin/commit/b551d90f0a9bfa284d613173bc7785305260b95e"><code>b551d90</code></a> Fixing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/231">#231</a> bug/feature: added &quot;allowDowngrade&quot;, default &quot;false&quot;, fixed range...</li>
   <li><a href="https://github.com/mojohaus/versions-maven-plugin/commit/52cd445d3dc4d5ae17b753108e797f8cd71f6479"><code>52cd445</code></a> New feature (<a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/477">#477</a>): connection, developerConnection, url arguments for set-sc...</li>
   <li><a href="https://github.com/mojohaus/versions-maven-plugin/commit/87a414689aa811437bf3766a693280d90f1af389"><code>87a4146</code></a> <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/361">#361</a>: Typo</li>
   <li><a href="https://github.com/mojohaus/versions-maven-plugin/commit/56dd51479cb065ecb1592a902cd225ccbe58d0a1"><code>56dd514</code></a> Fixing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/320">#320</a>: Correcting the delta computation</li>
   <li><a href="https://github.com/mojohaus/versions-maven-plugin/commit/a440adc04bc17b910129d365f4c9371980db21e2"><code>a440adc</code></a> Implementing <a href="https://github-redirect.dependabot.com/mojohaus/versions-maven-plugin/issues/213">#213</a>: new argument: allowDowngrade, only valid if allowSnapshots...</li>
   <li><a href="https://github.com/mojohaus/versions-maven-plugin/commit/01dcc600aeb963a1cd19ce5e22de644ab4f88719"><code>01dcc60</code></a> stale action - set close-issue-reason as not_planned</li>
   <li>Additional commits viewable in <a href="https://github.com/mojohaus/versions-maven-plugin/compare/versions-maven-plugin-2.11.0...versions-maven-plugin-2.12.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.mojo:versions-maven-plugin&package-manager=maven&previous-version=2.11.0&new-version=2.12.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 #144: Bump versions-maven-plugin from 2.11.0 to 2.12.0

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


-- 
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