Skip to content

Commit

Permalink
Bump maven-project-info-reports-plugin from 3.1.2 to 3.2.1
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.1.2 to 3.2.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/8c25c66593f488f6609910b95ae2b246c196d734"><code>8c25c66</code></a> [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.2.1</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/d85aec37c385d64196f7db5c3c27b400b46032ca"><code>d85aec3</code></a> [MPIR-412] Dependency report generates non-well-formed output if the POM of a...</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/3c155a8231fac8b018c257d6dbe6bff0902633a2"><code>3c155a8</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/b130e220569301f89c58bfd10bf9de36efa20b1e"><code>b130e22</code></a> [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.2.0</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/0190d0563be718c6be9c678d6149f97414c571ce"><code>0190d05</code></a> [MPIR-405] Regression in Maven site rendering due to Doxia change to HTML5</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/51a051b23dd5a97d472c45ac0850b949907fafef"><code>51a051b</code></a> [MPIR-409] Upgrade Maven Site Plugin to 3.10.0</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/83c7f648db9fc6dcf4398c87e3dbfc72ccf87f01"><code>83c7f64</code></a> [MPIR-411] Upgrade Doxia to 1.11.1 and Doxia Sitetools to 1.11.1</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/c3ec75d8880296ba0fac46cc74994f82d8d90a0d"><code>c3ec75d</code></a> [MPIR-410] Upgrade Maven SCM to 1.12.2</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/82ea24458afcab14f2cbbbc165d64114b7454640"><code>82ea244</code></a> [MPIR-404] Warn and accept invalid mailing list links</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/cf0c168d8813d5bbf5592b6923fcc70598b7361a"><code>cf0c168</code></a> [MPIR-403] Travis link should point to travis-ci.com instead of travis-ci.org</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.1.2...maven-project-info-reports-plugin-3.2.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-project-info-reports-plugin&package-manager=maven&previous-version=3.1.2&new-version=3.2.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 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 google#949

COPYBARA_INTEGRATE_REVIEW=google#949 from google:dependabot/maven/org.apache.maven.plugins-maven-project-info-reports-plugin-3.2.1 87d2915
PiperOrigin-RevId: 426905670
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Feb 7, 2022
1 parent 4fd018d commit a5bfabb
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 @@ -168,7 +168,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</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 @@ -229,7 +229,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit a5bfabb

Please sign in to comment.