Skip to content

Commit

Permalink
Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M3 to 3.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-enforcer/commit/b1b22822174bc92857a2e674c9a024035ee6d7cd"><code>b1b2282</code></a> [maven-release-plugin] prepare release enforcer-3.0.0</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/70de3ad6b6cf83505fe049896e37d90ac81e13f3"><code>70de3ad</code></a> Lock maven-jxr-plugin</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/da3f8886d41522450c4b187a5f3562a4f6309610"><code>da3f888</code></a> Fix JavaDoc and lock sisu-maven-plugin</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/014253f19260b04eedccfd00678b2777f93fa4e3"><code>014253f</code></a> update CI url</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/5409be83dc3b621121e6222ad3830f8e95cf6614"><code>5409be8</code></a> [MENFORCER-211] wildcard ignore in requireReleaseDeps</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/335f26e39d1f20e157c46485481e36f858135a14"><code>335f26e</code></a> [MENFORCER-364] requireFilesExist rule should be case sensitive</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/faaf5c118bd9cda06cecca94ab3f9656c1cb7927"><code>faaf5c1</code></a> [MENFORCER-280] Enforcer dependency convergence stumbles on selenium-java</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/ab53fd99607eb36554f2fd3af41847ad9568a5ed"><code>ab53fd9</code></a> [MENFORCER-357] RequirePluginVersions not recognizing versions-from-properties</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/1b8ca8f82815ec721e09abbd2330ce315893f2ed"><code>1b8ca8f</code></a> [MENFORCER-388] Extends RequirePluginVersions with banMavenDefaults</li>
<li><a href="https://github.com/apache/maven-enforcer/commit/ca73329888b925899f4f57419a1d2ed208b1e0c4"><code>ca73329</code></a> [MENFORCER-359] RequirePluginVersions fails when versions are inherited</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M3...enforcer-3.0.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-enforcer-plugin&package-manager=maven&previous-version=3.0.0-M3&new-version=3.0.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 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 #2889

COPYBARA_INTEGRATE_REVIEW=#2889 from google:dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.0.0 d5b412b
PiperOrigin-RevId: 423852192
  • Loading branch information
dependabot[bot] authored and Error Prone Team committed Jan 24, 2022
1 parent 99601ae commit 3982c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand Down

0 comments on commit 3982c6e

Please sign in to comment.