Skip to content

Commit 85a7ce2

Browse files
Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.0 to 3.7.1 (#542)
Bumps [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.7.0 to 3.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-dependency-plugin/releases">org.apache.maven.plugins:maven-dependency-plugin's releases</a>.</em></p> <blockquote> <h2>3.7.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MDEP-943">[MDEP-943]</a> - Fix appendOutput option (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/414">#414</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MDEP-944">[MDEP-944]</a> - Bump org.apache.maven.shared:maven-common-artifact-filters from 3.3.2 to 3.4.0 (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/413">#413</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MDEP-945">[MDEP-945]</a> - Fix documentation about get goal (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/415">#415</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MDEP-940">[MDEP-940]</a> - Use Resolver API instead of m-a-t for resolving artifacts (<a href="https://redirect.github.com/apache/maven-dependency-plugin/pull/410">#410</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/e8c1a621f22f9d3b379217f7dec9596867b0a76f"><code>e8c1a62</code></a> [maven-release-plugin] prepare release maven-dependency-plugin-3.7.1</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/d656b0347519a8a3df64cf197ea62d29cb33915b"><code>d656b03</code></a> [MDEP-945] Fix documentation about get goal</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/82a9d60a4c0eaadbab7b575a033727d88d5f4313"><code>82a9d60</code></a> [MDEP-940] Use Resolver API instead of m-a-t for resolving artifacts</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/8e1f1b5dce1e6d059c87b2941ed2efcea9a5aa4d"><code>8e1f1b5</code></a> [MDEP-943] Fix appendOutput option</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/e06630c4db3b7d45c150075e1dbc12405062fff9"><code>e06630c</code></a> Bump org.apache.maven.shared:maven-common-artifact-filters</li> <li><a href="https://github.com/apache/maven-dependency-plugin/commit/a11d253c0ea441ea64824262a2a4b9967aae642c"><code>a11d253</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.7.0...maven-dependency-plugin-3.7.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-dependency-plugin&package-manager=maven&previous-version=3.7.0&new-version=3.7.1)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Kroth <[email protected]>
1 parent e729859 commit 85a7ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
<plugin>
502502
<groupId>org.apache.maven.plugins</groupId>
503503
<artifactId>maven-dependency-plugin</artifactId>
504-
<version>3.7.0</version>
504+
<version>3.7.1</version>
505505
<executions>
506506
<execution>
507507
<id>analyze</id>

0 commit comments

Comments
 (0)