Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions-maven-plugin from 2.7 to 2.8.1 #131

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2020

Bumps versions-maven-plugin from 2.7 to 2.8.1.

Release notes

Sourced from versions-maven-plugin's releases.

2.8.1

⭐ New Features

  • Remove cobertura-maven-plugin #409
  • Removed plexus-i18n #405
  • Fixes #82 ensure version change affects only the current directory (and child directories), not the parent or sibling directories #400
  • Fixes #321 fail the build when parsing XML of child modules fails due to invalid XML #399
  • Upgrade GitHub Actions #398
  • Ensure display output is order, only order at point of printing #394
  • use-latest-versions ignores dependencies with versions defined as properties #340
  • make build reproducible #424

🪲 Bug Fixes

  • Downgrade commons-lang3 to 3.8.1 to keep JDK7 promise #411
  • Warning if plugin is executed in parallel #373
  • display-plugin-updates fails if non-local parent is present in POM #422

🔨 Dependency Upgrades

  • Upgrade maven-invoker-plugin to 3.2.1 #420
  • Upgrade modello-maven-plugin from 1.9.1 to 1.11 #410
  • Upgrade plugin version for versions-maven-plugin from 2.4 to 2.7 #408
  • Upgrade doxia from 1.7 to 1.9.1 #407
  • Upgrade wagon from 2.12 to 3.4.0 #406
  • Upgrade plexus-interactivity-api from 1.0-alpha-6 to 1.0 #404
  • Upgrade plexus-container-default from 1.7.1 to 2.1.0 #403
  • Upgrade hamcrest-library from 1.3 to hamcrest-core 2.2 #402
  • Upgrade mockito 1.9.5 to 2.28.2 #401
  • Upgrade woodstox-core-asl from 4.2.0 to 4.4.1 #397
  • Upgrade maven-common-artifact-filters to 3.1.0 #389
  • Upgrade plexus-utils to 3.3.0 #388
  • commons-lang3 v3.9 #380

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

Commits
  • 2bd95c9 [maven-release-plugin] prepare release versions-maven-plugin-2.8.1
  • f4b555b Merge pull request #423 from stefanseifert/issue/422-plugin-updates-parent-npe
  • 979e363 make build reproducible #424
  • 29b368d Fixes #422 Avoid NPE when non-local parent POM is present
  • a6432f9 [maven-release-plugin] prepare for next development iteration
  • db78f72 [maven-release-plugin] prepare release versions-maven-plugin-2.8
  • 76f95b4 Fixed #420 - Upgrade maven-invoker-plugin to 3.2.1
  • 0b90014 Fixes #413 - fix maven site generation (#414)
  • 9915931 Fix #306: Adjust rules schemaLocation (#330)
  • 6d91fe0 Fixed #411 - Downgrade commons-lang3 to 3.8.1 to keep JDK7 promise
  • Additional commits viewable in compare view

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

@codecov-commenter
Copy link

codecov-commenter commented Aug 11, 2020

Codecov Report

Merging #131 into master will increase coverage by 15.38%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #131       +/-   ##
=============================================
+ Coverage     22.28%   37.66%   +15.38%     
- Complexity       40       60       +20     
=============================================
  Files            13       13               
  Lines           377      377               
  Branches         43       43               
=============================================
+ Hits             84      142       +58     
+ Misses          286      216       -70     
- Partials          7       19       +12     
Impacted Files Coverage Δ Complexity Δ
.../b3p/loader/jdbc/GeometryJdbcConverterFactory.java 46.29% <0.00%> (+18.51%) 2.00% <0.00%> (ø%)
.../nl/b3p/loader/jdbc/OracleConnectionUnwrapper.java 42.10% <0.00%> (+42.10%) 2.00% <0.00%> (+2.00%)
...n/java/nl/b3p/loader/jdbc/OracleJdbcConverter.java 50.00% <0.00%> (+50.00%) 12.00% <0.00%> (+12.00%)
...java/nl/b3p/loader/jdbc/Oracle12JdbcConverter.java 50.00% <0.00%> (+50.00%) 1.00% <0.00%> (+1.00%)
...java/nl/b3p/loader/jdbc/Oracle11JdbcConverter.java 78.57% <0.00%> (+78.57%) 3.00% <0.00%> (+3.00%)
...java/nl/b3p/loader/jdbc/Oracle18JdbcConverter.java 100.00% <0.00%> (+100.00%) 2.00% <0.00%> (+2.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7b6932d...3f2d8df. Read the comment docs.

@mprins mprins added this to the 6.2 milestone Aug 11, 2020
@mprins
Copy link
Member

mprins commented Aug 11, 2020

@dependabot merge

@dependabot dependabot bot merged commit bf64548 into master Aug 11, 2020
@dependabot dependabot bot deleted the dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.8.1 branch August 11, 2020 08:16
@mprins mprins modified the milestones: 6.2, 7.0 Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants