Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-project-info-reports-plugin from …
Browse files Browse the repository at this point in the history
…3.4.5 to 3.5.0 (#47)

Bumps
[org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin)
from 3.4.5 to 3.5.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-project-info-reports-plugin/commit/28ac4b55b4b3476302bcd9814516ad66aea3afca"><code>28ac4b5</code></a>
[maven-release-plugin] prepare release
maven-project-info-reports-plugin-3.5.0</li>
<li><a
href="https://github.com/apache/maven-project-info-reports-plugin/commit/9c4fc338fc62620794ee57aa4bd696e788b8c797"><code>9c4fc33</code></a>
Remove unneeded incompatiblity notice</li>
<li><a
href="https://github.com/apache/maven-project-info-reports-plugin/commit/482ea62ca5300ee431c5d0fc08f26cbfcb30a391"><code>482ea62</code></a>
Fix formatting</li>
<li><a
href="https://github.com/apache/maven-project-info-reports-plugin/commit/60cfdeaa49fc6e7f3ace58cb4e42fbb7622f06b5"><code>60cfdea</code></a>
[MPIR-453] Replace Commons IO in favor of standard APIs</li>
<li><a
href="https://github.com/apache/maven-project-info-reports-plugin/commit/4d94edc4eb51c0349980eea90a6eb893d9f7f738"><code>4d94edc</code></a>
[MPIR-446] Update to Maven SCM 2.0.</li>
<li><a
href="https://github.com/apache/maven-project-info-reports-plugin/commit/91a065b3e5b314daf0a6c338f26a8a3ba2f3931e"><code>91a065b</code></a>
[MPIR-452] Upgrade to Parent 41</li>
<li><a
href="https://github.com/apache/maven-project-info-reports-plugin/commit/ceac0bfb517d8d5fa095031d6bd57e6d4271bb60"><code>ceac0bf</code></a>
Consistently use MavenReport#getReportOutputDirectory()</li>
<li><a
href="https://github.com/apache/maven-project-info-reports-plugin/commit/c16ec9433ccc394a8d8e50d5367a0b0a7881c8f7"><code>c16ec94</code></a>
[MNG-7416] Simplify Boolean expressions and returns (<a
href="https://redirect.github.com/apache/maven-project-info-reports-plugin/issues/63">#63</a>)</li>
<li><a
href="https://github.com/apache/maven-project-info-reports-plugin/commit/abd0e76e85949f962621b7e32548ef2f69d77946"><code>abd0e76</code></a>
Fix style value</li>
<li><a
href="https://github.com/apache/maven-project-info-reports-plugin/commit/18aedbb07e26bd87b61972767100ebb81956b4f2"><code>18aedbb</code></a>
Reduce IT runtime by invoking goal directly</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.4.5...maven-project-info-reports-plugin-3.5.0">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-project-info-reports-plugin&package-manager=maven&previous-version=3.4.5&new-version=3.5.0)](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>
  • Loading branch information
bertysentry authored Jan 31, 2024
2 parents 1497cc5 + 251c26e commit 3a2e72a
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 @@ -288,7 +288,7 @@
<!-- Default project-info-reports -->
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.5</version>
<version>3.5.0</version>
</plugin>

</plugins>
Expand Down

0 comments on commit 3a2e72a

Please sign in to comment.