Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3…
Browse files Browse the repository at this point in the history
….6.1 (#387)

Bumps
[org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin)
from 3.6.0 to 3.6.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/4d18cfbae02624cb8572b47442e1492ba6e9894c"><code>4d18cfb</code></a>
[maven-release-plugin] prepare release
maven-dependency-plugin-3.6.1</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/34348ecee0a3588037287df2cad9269e10975c40"><code>34348ec</code></a>
[MNG-6847] Use diamond operator</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/00620832a3c6ba3d17c7ec0382c7eecdaa510ebf"><code>0062083</code></a>
[MDEP-883] - Upgrade maven-plugin parent to 40</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/c6973dae1d79192d5cfaae6e32b14663164342a2"><code>c6973da</code></a>
[MDEP-832] - Remove commons-collections-4</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/0243c410d504303e25465f7c5d39790d1c272684"><code>0243c41</code></a>
Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/4ed696e06d03486a17d9604d46697fc6b357b8ef"><code>4ed696e</code></a>
Add Javadoc 'author' tag to prevent dangling contributor name</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/3c877fb861f82b777f12ddf436ab50859f90d766"><code>3c877fb</code></a>
MDEP-875 prevent possible NPE</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/9e479d4bb277b1899bd024af5288b1a65cf243c0"><code>9e479d4</code></a>
[MDEP-872] update commons-io to 2.13.0 (<a
href="https://redirect.github.com/apache/maven-dependency-plugin/issues/326">#326</a>)</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/03bc34e843e61eb0def19397043461ca480293bd"><code>03bc34e</code></a>
Tighten language (<a
href="https://redirect.github.com/apache/maven-dependency-plugin/issues/327">#327</a>)</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/694655dd1a634144cf50c9e9963ba2c68b582acf"><code>694655d</code></a>
MDEP-868 update maven-shared-utils to 3.4.2 (<a
href="https://redirect.github.com/apache/maven-dependency-plugin/issues/322">#322</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.6.0...maven-dependency-plugin-3.6.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.6.0&new-version=3.6.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]>
  • Loading branch information
dependabot[bot] and bpkroth authored Dec 5, 2023
1 parent ba2ac51 commit 0aae000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<executions>
<execution>
<id>analyze</id>
Expand Down

0 comments on commit 0aae000

Please sign in to comment.