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.14.2 #375

Closed renovate-bot closed 1 year ago

renovate-bot commented 2 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

mojohaus/versions ### [`v2.14.2`](https://togithub.com/mojohaus/versions/releases/tag/2.14.2) [Compare Source](https://togithub.com/mojohaus/versions/compare/2.14.1...2.14.2) #### Changes #### 🚀 New features and improvements - Add a simple cache for ComparableVersions ([#​870](https://togithub.com/mojohaus/versions/pull/870)) [@​TobiX](https://togithub.com/TobiX) #### 🐛 Bug Fixes - Resolves [#​872](https://togithub.com/mojohaus/versions/issues/872): Make allowSnapshots an explicit argument in lookupDependencyUpdates and in reports ([#​873](https://togithub.com/mojohaus/versions/pull/873)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Fixes [#​866](https://togithub.com/mojohaus/versions/issues/866): Require maven 3.2.5 ([#​867](https://togithub.com/mojohaus/versions/pull/867)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​850](https://togithub.com/mojohaus/versions/issues/850): Protecting the display-plugin-updates mojo against a NPE in case the effective version of a plugin is not resolved ([#​862](https://togithub.com/mojohaus/versions/pull/862)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​855](https://togithub.com/mojohaus/versions/issues/855): Set should evaluate expressions ([#​856](https://togithub.com/mojohaus/versions/pull/856)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Removes parallelStream use with non-thread safe collectors ([#​861](https://togithub.com/mojohaus/versions/pull/861)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​858](https://togithub.com/mojohaus/versions/issues/858) Fix child module resolution for multi-level projects ([#​859](https://togithub.com/mojohaus/versions/pull/859)) [@​corebonts](https://togithub.com/corebonts) #### 📦 Dependency updates - Bump wagon-provider-api from 3.5.2 to 3.5.3 ([#​879](https://togithub.com/mojohaus/versions/pull/879)) [@​dependabot](https://togithub.com/dependabot) - Manage transitive dependencies version for security updates ([#​877](https://togithub.com/mojohaus/versions/pull/877)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Upgrade com.fasterxml.woodstox:woodstox-core to 6.4.0 ([#​876](https://togithub.com/mojohaus/versions/pull/876)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Bump actions/stale from 6 to 7 ([#​871](https://togithub.com/mojohaus/versions/pull/871)) [@​dependabot](https://togithub.com/dependabot) - Bump mockito-inline from 4.9.0 to 4.10.0 ([#​854](https://togithub.com/mojohaus/versions/pull/854)) [@​dependabot](https://togithub.com/dependabot) #### 👻 Maintenance - Project dependencies maintenance - move versions to dependencyManagement ([#​875](https://togithub.com/mojohaus/versions/pull/875)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) ### [`v2.14.1`](https://togithub.com/mojohaus/versions/releases/tag/2.14.1) [Compare Source](https://togithub.com/mojohaus/versions/compare/2.14.0...2.14.1) #### Changes #### 🐛 Bug Fixes - Resolves [#​848](https://togithub.com/mojohaus/versions/issues/848): Fixing module resolution with nonstandard filenames ([#​849](https://togithub.com/mojohaus/versions/pull/849)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) ### [`v2.14.0`](https://togithub.com/mojohaus/versions/releases/tag/2.14.0) [Compare Source](https://togithub.com/mojohaus/versions/compare/2.13.0...2.14.0) #### Changes #### 🚀 New features and improvements - [#​333](https://togithub.com/mojohaus/versions/issues/333): aggregated reports site information ([#​841](https://togithub.com/mojohaus/versions/pull/841)) [@​MihaStemberger](https://togithub.com/MihaStemberger) - [#​333](https://togithub.com/mojohaus/versions/issues/333): aggregated reports ([#​836](https://togithub.com/mojohaus/versions/pull/836)) [@​MihaStemberger](https://togithub.com/MihaStemberger) - Resolves [#​837](https://togithub.com/mojohaus/versions/issues/837): Add includeParent (default true) to UpdatePropertiesMojo ([#​838](https://togithub.com/mojohaus/versions/pull/838)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - \[[#​767](https://togithub.com/mojohaus/versions/issues/767)] display update information for ranges ([#​823](https://togithub.com/mojohaus/versions/pull/823)) [@​sultan](https://togithub.com/sultan) - Resolves [#​387](https://togithub.com/mojohaus/versions/issues/387): Provide an enforcer rule to specify the maximum number of allowed dependency updates ([#​801](https://togithub.com/mojohaus/versions/pull/801)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Introduce Plugin API for ChangeRecorder ([#​819](https://togithub.com/mojohaus/versions/pull/819)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Issue 134 removing the no longer needed patch + adding integration tests ([#​814](https://togithub.com/mojohaus/versions/pull/814)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Make includeParent false by default to retain backward compatibility. ([#​817](https://togithub.com/mojohaus/versions/pull/817)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​359](https://togithub.com/mojohaus/versions/issues/359): XML Property Updates Report ([#​804](https://togithub.com/mojohaus/versions/pull/804)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​793](https://togithub.com/mojohaus/versions/issues/793): Added includeParent to DisplayPropertyUpdates and PropertyUpdatesReport ([#​795](https://togithub.com/mojohaus/versions/pull/795)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### 🐛 Bug Fixes - Wagon should use remote repository instead of proxy repository for repo authentication ([#​842](https://togithub.com/mojohaus/versions/pull/842)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​289](https://togithub.com/mojohaus/versions/issues/289): Handle processParent in mojos which support it. ([#​813](https://togithub.com/mojohaus/versions/pull/813)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​505](https://togithub.com/mojohaus/versions/issues/505): getReactorModels using correct module paths when the module name includes pom.xml ([#​805](https://togithub.com/mojohaus/versions/pull/805)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​794](https://togithub.com/mojohaus/versions/issues/794): SetMojo would always change the version of the POM, regardless if a match was found ([#​799](https://togithub.com/mojohaus/versions/pull/799)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​614](https://togithub.com/mojohaus/versions/issues/614) resolve version from model properties if necessary ([#​797](https://togithub.com/mojohaus/versions/pull/797)) [@​TorstenKruse](https://togithub.com/TorstenKruse) - Resolves [#​790](https://togithub.com/mojohaus/versions/issues/790): Fix update scope determination in DisplayDependencyUpdatesMojo ([#​791](https://togithub.com/mojohaus/versions/pull/791)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### 📦 Dependency updates - Bump parent version from 71 to 72 ([#​844](https://togithub.com/mojohaus/versions/pull/844)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Bump commons-text from 1.9 to 1.10.0 ([#​827](https://togithub.com/mojohaus/versions/pull/827)) [@​dependabot](https://togithub.com/dependabot) - Bump mockito-inline from 4.8.1 to 4.9.0 ([#​815](https://togithub.com/mojohaus/versions/pull/815)) [@​dependabot](https://togithub.com/dependabot) - Bump plexus-utils from 3.4.2 to 3.5.0 ([#​811](https://togithub.com/mojohaus/versions/pull/811)) [@​dependabot](https://togithub.com/dependabot) - Upgrade com.fasterxml.woodstox:woodstox-core to 6.4.0 ([#​798](https://togithub.com/mojohaus/versions/pull/798)) [@​slachiewicz](https://togithub.com/slachiewicz) - Bump plexus-utils from 3.4.2 to 3.5.0 ([#​792](https://togithub.com/mojohaus/versions/pull/792)) [@​dependabot](https://togithub.com/dependabot) #### 📝 Documentation updates - Make Max Dependency enforcer rule as main page of enforcer module ([#​847](https://togithub.com/mojohaus/versions/pull/847)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Clarification in README - maintained versions, issues and PR creation ([#​832](https://togithub.com/mojohaus/versions/pull/832)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrate Set Aggregator to Markdown ([#​784](https://togithub.com/mojohaus/versions/pull/784)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrate Recording Changes to Markdown ([#​783](https://togithub.com/mojohaus/versions/pull/783)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrate Update Parent to Markdown ([#​787](https://togithub.com/mojohaus/versions/pull/787)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrate Unlock Snapshots to Markdown ([#​785](https://togithub.com/mojohaus/versions/pull/785)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrate Update Child Modules to Markdown ([#​786](https://togithub.com/mojohaus/versions/pull/786)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrate Use Releases to Markdown ([#​788](https://togithub.com/mojohaus/versions/pull/788)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrate Update Properties to Markdown ([#​789](https://togithub.com/mojohaus/versions/pull/789)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### 👻 Maintenance - Enable Spotless plugin - automatic code formatting ([#​845](https://togithub.com/mojohaus/versions/pull/845)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - [#​704](https://togithub.com/mojohaus/versions/issues/704): Remove remaining ArtifactRepository leftovers + use version range for VersionsHelper where applicable ([#​833](https://togithub.com/mojohaus/versions/pull/833)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Rename models module to meet project conventions ([#​840](https://togithub.com/mojohaus/versions/pull/840)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - [#​704](https://togithub.com/mojohaus/versions/issues/704): Remove WagonManager ([#​831](https://togithub.com/mojohaus/versions/pull/831)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​704](https://togithub.com/mojohaus/versions/issues/704): Removing MavenProjectBuilder ([#​829](https://togithub.com/mojohaus/versions/pull/829)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​704](https://togithub.com/mojohaus/versions/issues/704): Removing ArtifactResolver ([#​828](https://togithub.com/mojohaus/versions/pull/828)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Quality: Refactoring Reports classes ([#​772](https://togithub.com/mojohaus/versions/pull/772)) [@​sultan](https://togithub.com/sultan) - [#​704](https://togithub.com/mojohaus/versions/issues/704): Removing ArtifactMetadataSource ([#​825](https://togithub.com/mojohaus/versions/pull/825)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Site build - gitHub ribbon, stage site ([#​818](https://togithub.com/mojohaus/versions/pull/818)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Resolves [#​809](https://togithub.com/mojohaus/versions/issues/809): Extract the apis and common services to a separate module ([#​810](https://togithub.com/mojohaus/versions/pull/810)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Resolves [#​807](https://togithub.com/mojohaus/versions/issues/807): Abstracting a common base for UseLatestVersionsMojo and UseLatestReleasesMojo ([#​808](https://togithub.com/mojohaus/versions/pull/808)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​758](https://togithub.com/mojohaus/versions/issues/758): Implementing the first stage of module split ([#​782](https://togithub.com/mojohaus/versions/pull/782)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### 🔧 Build - GH build improvement - skip one build in matrix ([#​820](https://togithub.com/mojohaus/versions/pull/820)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) ### [`v2.13.0`](https://togithub.com/mojohaus/versions/releases/tag/2.13.0) #### Changes #### 🚀 New features and improvements - Build Modello improvement, change namespace for xsd ([#​766](https://togithub.com/mojohaus/versions-maven-plugin/pull/766)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Remove redundant logs in info level ([#​764](https://togithub.com/mojohaus/versions-maven-plugin/pull/764)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - [#​367](https://togithub.com/mojohaus/versions/issues/367): Include parent projects in property resolution ([#​759](https://togithub.com/mojohaus/versions-maven-plugin/pull/759)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Caching, Last Version on XML reports, Remove Oldest ([#​732](https://togithub.com/mojohaus/versions-maven-plugin/pull/732)) [@​sultan](https://togithub.com/sultan) - [#​754](https://togithub.com/mojohaus/versions/issues/754): Use Modello for XML reports (also fixes [#​755](https://togithub.com/mojohaus/versions/issues/755)) ([#​757](https://togithub.com/mojohaus/versions-maven-plugin/pull/757)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​283](https://togithub.com/mojohaus/versions/issues/283): allowMinorUpdates false should imply allowMajorUpdates false ([#​745](https://togithub.com/mojohaus/versions-maven-plugin/pull/745)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Caching update information in reports to increase performance ([#​749](https://togithub.com/mojohaus/versions-maven-plugin/pull/749)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​499](https://togithub.com/mojohaus/versions/issues/499): Add segment selection to update parent ([#​737](https://togithub.com/mojohaus/versions-maven-plugin/pull/737)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​343](https://togithub.com/mojohaus/versions/issues/343) Parent updates report ([#​722](https://togithub.com/mojohaus/versions-maven-plugin/pull/722)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Issue 342 scm set tag add new elements ([#​694](https://togithub.com/mojohaus/versions-maven-plugin/pull/694)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Issue 610 update-parent: add a possibility to skip version resolution and enforce a parent version ([#​689](https://togithub.com/mojohaus/versions-maven-plugin/pull/689)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Implementing [#​684](https://togithub.com/mojohaus/versions/issues/684): allow providing ruleSet in POM ([#​686](https://togithub.com/mojohaus/versions-maven-plugin/pull/686)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### 🐛 Bug Fixes - Resolves [#​776](https://togithub.com/mojohaus/versions/issues/776): onlyUpgradable change the filter to versions where the current version is not the latest one ([#​777](https://togithub.com/mojohaus/versions-maven-plugin/pull/777)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Fixing [#​769](https://togithub.com/mojohaus/versions/issues/769) ([#​770](https://togithub.com/mojohaus/versions-maven-plugin/pull/770)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​762](https://togithub.com/mojohaus/versions/issues/762) Fix Plugin Report and Success/Warning icons, counts ([#​763](https://togithub.com/mojohaus/versions-maven-plugin/pull/763)) [@​sultan](https://togithub.com/sultan) - [#​760](https://togithub.com/mojohaus/versions/issues/760): Fixing the reported number of updates ([#​761](https://togithub.com/mojohaus/versions-maven-plugin/pull/761)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​454](https://togithub.com/mojohaus/versions/issues/454) Use BoundArtifactVersion with UpdatePropertiesMojo ([#​753](https://togithub.com/mojohaus/versions-maven-plugin/pull/753)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​454](https://togithub.com/mojohaus/versions/issues/454): Introducing "infinity-like" range calculus for dependency range computation ([#​733](https://togithub.com/mojohaus/versions-maven-plugin/pull/733)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Issue [#​265](https://togithub.com/mojohaus/versions/issues/265): revert mojo to scan child modules instead of relying on maven ([#​719](https://togithub.com/mojohaus/versions-maven-plugin/pull/719)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Add missing space in exception message ([#​723](https://togithub.com/mojohaus/versions-maven-plugin/pull/723)) [@​pzygielo](https://togithub.com/pzygielo) - Implementing [#​709](https://togithub.com/mojohaus/versions/issues/709): removeSnapshot idempotency ([#​712](https://togithub.com/mojohaus/versions-maven-plugin/pull/712)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​632](https://togithub.com/mojohaus/versions/issues/632) Fixed lower and upper bounds to keep milestones and rcs in the right majors. ([#​672](https://togithub.com/mojohaus/versions-maven-plugin/pull/672)) [@​sultan](https://togithub.com/sultan) - Fixed [#​682](https://togithub.com/mojohaus/versions/issues/682): Restoring the ability to provide an empty "newVersion" argument ([#​683](https://togithub.com/mojohaus/versions-maven-plugin/pull/683)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​673](https://togithub.com/mojohaus/versions/issues/673): Fixing NPE in UseDepVersionMojo caused by PatternIncludesArtifactFilter expecting a non-null classifier when using wildcards ([#​675](https://togithub.com/mojohaus/versions-maven-plugin/pull/675)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Fixing [#​670](https://togithub.com/mojohaus/versions/issues/670): restoring allowSnapshots which was disabled in PR [#​665](https://togithub.com/mojohaus/versions/issues/665) ([#​671](https://togithub.com/mojohaus/versions-maven-plugin/pull/671)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### 📦 Dependency updates - Bump parent version from 70 to 71 ([#​775](https://togithub.com/mojohaus/versions-maven-plugin/pull/775)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski) - Bump mockito-inline from 4.8.0 to 4.8.1 ([#​768](https://togithub.com/mojohaus/versions-maven-plugin/pull/768)) [@​dependabot](https://togithub.com/dependabot) - Bump junit-bom from 5.9.0 to 5.9.1 ([#​716](https://togithub.com/mojohaus/versions-maven-plugin/pull/716)) [@​dependabot](https://togithub.com/dependabot) - Bump actions/stale from 5 to 6 ([#​721](https://togithub.com/mojohaus/versions-maven-plugin/pull/721)) [@​dependabot](https://togithub.com/dependabot) - Bump maven-common-artifact-filters from 3.3.0 to 3.3.2 ([#​696](https://togithub.com/mojohaus/versions-maven-plugin/pull/696)) [@​dependabot](https://togithub.com/dependabot) - Bump mockito-inline from 4.7.0 to 4.8.0 ([#​679](https://togithub.com/mojohaus/versions-maven-plugin/pull/679)) [@​dependabot](https://togithub.com/dependabot) #### 📝 Documentation updates - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrate Set to Markdown ([#​781](https://togithub.com/mojohaus/versions-maven-plugin/pull/781)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrating Lock Snapshots to Markdown ([#​779](https://togithub.com/mojohaus/versions-maven-plugin/pull/779)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrate display-property-updates.apt to Markdown ([#​778](https://togithub.com/mojohaus/versions-maven-plugin/pull/778)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrating Resolve Ranges to Markdown ([#​780](https://togithub.com/mojohaus/versions-maven-plugin/pull/780)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrating the plugin dependency updates example ([#​752](https://togithub.com/mojohaus/versions-maven-plugin/pull/752)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrating display-dependency-updates.apt ([#​748](https://togithub.com/mojohaus/versions-maven-plugin/pull/748)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrating Compare dependency versions ([#​747](https://togithub.com/mojohaus/versions-maven-plugin/pull/747)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Add a link to the actual Maven versioning specification ([#​750](https://togithub.com/mojohaus/versions-maven-plugin/pull/750)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725) Migrating "Advancing dependency versions" to Markdown ([#​746](https://togithub.com/mojohaus/versions-maven-plugin/pull/746)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725) Migrating usage.apt.vm to Markdown ([#​739](https://togithub.com/mojohaus/versions-maven-plugin/pull/739)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Migrate version rules to Markdown ([#​740](https://togithub.com/mojohaus/versions-maven-plugin/pull/740)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrating FAQ to markdown ([#​741](https://togithub.com/mojohaus/versions-maven-plugin/pull/741)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​725](https://togithub.com/mojohaus/versions/issues/725): Migrating index.apt to markdown ([#​734](https://togithub.com/mojohaus/versions-maven-plugin/pull/734)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### 👻 Maintenance - Correcting BoundArtifact comparison and eliminating incrementSegment ([#​771](https://togithub.com/mojohaus/versions-maven-plugin/pull/771)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Minor enhancement: use streams API in getNewestUpdates and getVersions ([#​765](https://togithub.com/mojohaus/versions-maven-plugin/pull/765)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Adding some of the remaining AbstractVersionDetails methods to the interface ([#​751](https://togithub.com/mojohaus/versions-maven-plugin/pull/751)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​637](https://togithub.com/mojohaus/versions/issues/637): Refactoring report renderers ([#​738](https://togithub.com/mojohaus/versions-maven-plugin/pull/738)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​729](https://togithub.com/mojohaus/versions/issues/729): Ignoring the flipper ([#​735](https://togithub.com/mojohaus/versions-maven-plugin/pull/735)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​632](https://togithub.com/mojohaus/versions/issues/632) Second batch of maintenance following PR [#​672](https://togithub.com/mojohaus/versions/issues/672) ([#​711](https://togithub.com/mojohaus/versions-maven-plugin/pull/711)) [@​sultan](https://togithub.com/sultan) - Quick fix reported by IDE improvements ([#​707](https://togithub.com/mojohaus/versions-maven-plugin/pull/707)) [@​slachiewicz](https://togithub.com/slachiewicz) - Further refactoring: replacing segment index with the Segment enum ([#​708](https://togithub.com/mojohaus/versions-maven-plugin/pull/708)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - [#​690](https://togithub.com/mojohaus/versions/issues/690): Adding a unit test testing the issue ([#​706](https://togithub.com/mojohaus/versions-maven-plugin/pull/706)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Remove unused and deprecated Mojo annotation requiresProject. A… ([#​705](https://togithub.com/mojohaus/versions-maven-plugin/pull/705)) [@​slachiewicz](https://togithub.com/slachiewicz) - Refactoring UpdateScope, VersionDetails and related classes ([#​702](https://togithub.com/mojohaus/versions-maven-plugin/pull/702)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Fixing [#​700](https://togithub.com/mojohaus/versions/issues/700): Adapting SetScmTagMojoTest to work without BaseMojoTestCase ([#​701](https://togithub.com/mojohaus/versions-maven-plugin/pull/701)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Issue 676 base mojo test case ([#​695](https://togithub.com/mojohaus/versions-maven-plugin/pull/695)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) - Restriction parameter to prevent more than 7 parameters in the next PRs ([#​693](https://togithub.com/mojohaus/versions-maven-plugin/pull/693)) [@​sultan](https://togithub.com/sultan) - Issue 687 promote dependency builder ([#​688](https://togithub.com/mojohaus/versions-maven-plugin/pull/688)) [@​ajarmoniuk](https://togithub.com/ajarmoniuk) #### 🔧 Build - Deploy project snapshots to OSS after each commit ([#​728](https://togithub.com/mojohaus/versions-maven-plugin/pull/728)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)

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

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (2.14.2). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.