Skip to content

Commit

Permalink
Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5
Browse files Browse the repository at this point in the history
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.4.4 to 3.4.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/c7cb50ace06ffd2de6b6e467a2ed246b2166b1ff"><code>c7cb50a</code></a> [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.4.5</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/c17a78f7a7fc6d4edb4093352882c809bd0332a0"><code>c17a78f</code></a> [MPIR-441] Fix DependenciesReportTest</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/2640c074ebd3bb021276c5ef830f3420b763bd2a"><code>2640c07</code></a> [MPIR-449] Don't count and display debug information if dependency does not c...</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/d8f8086e92e694a3124675e033d27a8ee813858f"><code>d8f8086</code></a> [MPIR-448] [REGRESSION] DependenciesRenderer chokes on invalid scope with a NPE</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/9c25752831d228aba69cfa5bb8e219c448715669"><code>9c25752</code></a> [MPIR-447] Gradle deprecates compile in favor of implementation</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/84052f3f1775b8e59e9da22ea97cc3e643281491"><code>84052f3</code></a> maven-shared-utils t 3.4.2 (<a href="https://redirect.github.com/apache/maven-project-info-reports-plugin/issues/55">#55</a>)</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/ef5464cc91410ef6a2b5ecaa2a498e9de62589f8"><code>ef5464c</code></a> MPIR-439 update commons-io to 2.12.0 (<a href="https://redirect.github.com/apache/maven-project-info-reports-plugin/issues/56">#56</a>)</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/3b07a10c5311e128e085f6eafce6de3221e7b841"><code>3b07a10</code></a> update keytool-maven-plugin to 1.7 (<a href="https://redirect.github.com/apache/maven-project-info-reports-plugin/issues/57">#57</a>)</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/8fdb4e10b6af859af1bbc9740f29aff5a282b1d6"><code>8fdb4e1</code></a> MPIR-443 (<a href="https://redirect.github.com/apache/maven-project-info-reports-plugin/issues/58">#58</a>)</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/a29d9aaa437d9e0b927bdb63f69b17bf3bc5b589"><code>a29d9aa</code></a> MPIR-444 (<a href="https://redirect.github.com/apache/maven-project-info-reports-plugin/issues/60">#60</a>)</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.4...maven-project-info-reports-plugin-3.4.5">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.4&new-version=3.4.5)](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 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>

Fixes #1134

COPYBARA_INTEGRATE_REVIEW=#1134 from google:dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.4.5 6d4e52f
PiperOrigin-RevId: 538518477
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Jun 7, 2023
1 parent 3b73756 commit 7681276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.4</version>
<version>3.4.5</version>
</plugin>
</plugins>
</reporting>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.4</version>
<version>3.4.5</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit 7681276

Please sign in to comment.