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.6.2 to 3.7.0 in the dependencies group

Bumps the dependencies group with 1 update: [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin).

Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.6.2 to 3.7.0
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/377b7e1139982c63a7725601565a9b976abeee05"><code>377b7e1</code></a> [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.7.0</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/f162bb792d4c5dad6967aa283d86736ae7aa4e8a"><code>f162bb7</code></a> [MPIR-454] Upgrade to Doxia 2.0.0 Milestone Stack</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/78e0196c153d141ceee3dbbf7ce930b66539a737"><code>78e0196</code></a> [MPIR-467] Upgrade to Parent 43</li>
<li><a href="https://github.com/apache/maven-project-info-reports-plugin/commit/8813feae4b66a70d133c31f0961c0a8ca2e371b1"><code>8813fea</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a href="https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.6.2...maven-project-info-reports-plugin-3.7.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.6.2&new-version=3.7.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>

Fixes #1332

COPYBARA_INTEGRATE_REVIEW=#1332 from google:dependabot/maven/dependencies-4780864d16 10e4fa9
PiperOrigin-RevId: 667576408
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Aug 26, 2024
1 parent 422e2f2 commit 02d56dd
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.6.2</version>
<version>3.7.0</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.6.2</version>
<version>3.7.0</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit 02d56dd

Please sign in to comment.