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 depgraph-maven-plugin from 3.3.1 to 4.0.1 #516

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 7, 2022

Bumps depgraph-maven-plugin from 3.3.1 to 4.0.1.

Release notes

Sourced from depgraph-maven-plugin's releases.

4.0.1 (Bugfix)

Bugfixes

4.0.0

This is a new major release mainly because the JDK baseline was updated from JDK7 to JDK8. Projects working with lower JDK versions than 8 cannot use this version and future versions of this plugin anymore.

New Features

  • [Issue #103](ferstl/depgraph-maven-plugin#103): New goal for build reactor depgraph:reactor. This will show the build dependencies in a multi-module project Reactor Graph
  • [Issue #107](ferstl/depgraph-maven-plugin#107): Enhancements for scope filtering
    • New parameter scopes which allows filtering dependencies for specific scopes.
    • Because of the misleading name, the scope parameter has been deprecated and replaced by the classpathScope parameter.
  • [Issue #136](ferstl/depgraph-maven-plugin#136): New parameter artifact in the for-artifact goal that allows defining an artifact in the form of groupId:artifactId:version[:packaging[:classifier]]
  • [Issue #139](ferstl/depgraph-maven-plugin#139): New parameter dotArguments for all goals to specify additional arguments for the dot executable.

Improvements

  • [Issue #95](ferstl/depgraph-maven-plugin#95): JDK baseline was updated from JDK7 to JDK8. JUnit tests were migrated to JUnit 5. Integration tests are still using JUnit 4 because there is not JUnit 5 support for the maven-plugin-testing-project.
  • [Issue #8](ferstl/depgraph-maven-plugin#8): The plugin does not download all dependencies during graph creation anymore. Only the POM files are downloaded.
Commits

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
  • @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)

Bumps [depgraph-maven-plugin](https://github.com/ferstl/depgraph-maven-plugin) from 3.3.1 to 4.0.1.
- [Release notes](https://github.com/ferstl/depgraph-maven-plugin/releases)
- [Commits](ferstl/depgraph-maven-plugin@depgraph-maven-plugin-3.3.1...depgraph-maven-plugin-4.0.1)

---
updated-dependencies:
- dependency-name: com.github.ferstl:depgraph-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Mar 7, 2022
@uhafner uhafner merged commit 96347af into main Mar 11, 2022
@uhafner uhafner deleted the dependabot/maven/com.github.ferstl-depgraph-maven-plugin-4.0.1 branch March 11, 2022 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant