GoogleCloudPlatform / java-repo-tools

Tools used to maintain and test Java repositories in the GoogleCloudPlatform organization.
Apache License 2.0
27 stars 39 forks source link

chore(deps): update dependency org.codehaus.mojo:versions-maven-plugin to v2.15.0 #394

Closed renovate-bot closed 1 year ago

renovate-bot commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.codehaus.mojo:versions-maven-plugin (source) 2.14.2 -> 2.15.0 age adoption passing confidence

Release Notes

mojohaus/versions ### [`v2.15.0`](https://togithub.com/mojohaus/versions/releases/tag/2.15.0) [Compare Source](https://togithub.com/mojohaus/versions/compare/2.14.2...2.15.0) #### Changes #### 🚀 New features and improvements - Fixes [#​123](https://togithub.com/mojohaus/versions/issues/123): add scope filtering ([#​915](https://togithub.com/mojohaus/versions/pull/915)) @​vboulaye - Resolves [#​880](https://togithub.com/mojohaus/versions/issues/880): add information on property updates to the change recorder ([#​881](https://togithub.com/mojohaus/versions/pull/881)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Fixed [#​911](https://togithub.com/mojohaus/versions/issues/911)- add profile parameter in set-property ([#​912](https://togithub.com/mojohaus/versions/pull/912)) [@​mcarlett](https://togithub.com/mcarlett) - Prepare for Doxia 2.0.0 ([#​905](https://togithub.com/mojohaus/versions/pull/905)) [@​michael-o](https://togithub.com/michael-o) - Use ComparableVersion from Maven and remove the duplicate ([#​898](https://togithub.com/mojohaus/versions/pull/898)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​888](https://togithub.com/mojohaus/versions/issues/888): New optional parameter to SetMojo: interpolateProperties ([#​889](https://togithub.com/mojohaus/versions/pull/889)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Enhancement: add allowDowngrade capability to UseLatestReleasesMojo, UseNextReleasesMojo, UseNextVersionsMojo ([#​883](https://togithub.com/mojohaus/versions/pull/883)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​533](https://togithub.com/mojohaus/versions/issues/533): New parameter to DisplayPluginUpdatesMojo: processUnboundPlugins ([#​886](https://togithub.com/mojohaus/versions/pull/886)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​474](https://togithub.com/mojohaus/versions/issues/474): Add property support to UseDepVersion ([#​878](https://togithub.com/mojohaus/versions/pull/878)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​892](https://togithub.com/mojohaus/versions/issues/892): Restrict the ComparableVersion cache size ([#​893](https://togithub.com/mojohaus/versions/pull/893)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### 🐛 Bug Fixes - Resolves [#​906](https://togithub.com/mojohaus/versions/issues/906): Typo ([#​907](https://togithub.com/mojohaus/versions/pull/907)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​899](https://togithub.com/mojohaus/versions/issues/899): Corrected the invocation of Resolver to retrieve the timestamped snapshot version ([#​901](https://togithub.com/mojohaus/versions/pull/901)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Fixes [#​896](https://togithub.com/mojohaus/versions/issues/896): Fixing available version retrieval; enabling allowSnapshots ([#​897](https://togithub.com/mojohaus/versions/pull/897)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​890](https://togithub.com/mojohaus/versions/issues/890): Fixing ArrayIndexOutOfBound from UseNextVersionsMojo and UseNextReleasesMojo in case of no newer versions/releases ([#​891](https://togithub.com/mojohaus/versions/pull/891)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### 📦 Dependency updates - Bump woodstox-core from 6.4.0 to 6.5.0 ([#​923](https://togithub.com/mojohaus/versions/pull/923)) [@​dependabot](https://togithub.com/dependabot) - Bump junit-bom from 5.9.1 to 5.9.2 ([#​922](https://togithub.com/mojohaus/versions/pull/922)) [@​dependabot](https://togithub.com/dependabot) - Bump parent from 72 to 73 ([#​920](https://togithub.com/mojohaus/versions/pull/920)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Bump doxiaVersion from 1.11.1 to 1.12.0 ([#​903](https://togithub.com/mojohaus/versions/pull/903)) [@​dependabot](https://togithub.com/dependabot) - Bump plexus-archiver from 4.6.0 to 4.6.1 ([#​895](https://togithub.com/mojohaus/versions/pull/895)) [@​dependabot](https://togithub.com/dependabot) - Bump postgresql from 42.4.1 to 42.4.3 in /versions-maven-plugin/src/it/it-property-updates-report-002-slow ([#​826](https://togithub.com/mojohaus/versions/pull/826)) [@​dependabot](https://togithub.com/dependabot) - Bump mockito-inline from 4.10.0 to 4.11.0 ([#​884](https://togithub.com/mojohaus/versions/pull/884)) [@​dependabot](https://togithub.com/dependabot) #### 👻 Maintenance - Fix excluded IT test name ([#​910](https://togithub.com/mojohaus/versions/pull/910)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Refactoring of DisplayPluginUpdates ([#​887](https://togithub.com/mojohaus/versions/pull/887)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Remove unnecessary synchronization in AbstractVersionDetails ([#​882](https://togithub.com/mojohaus/versions/pull/882)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

forking-renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.