Skip to content

Commit 2c178d4

Browse files
authored
build(deps): update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.0.0 (#929)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugins:maven-enforcer-plugin](https://maven.apache.org/enforcer/) | `3.0.0-M3` -> `3.0.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.0.0/compatibility-slim/3.0.0-M3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.maven.plugins:maven-enforcer-plugin/3.0.0/confidence-slim/3.0.0-M3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigtable).
1 parent 938cb7a commit 2c178d4

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

google-cloud-bigtable/pom.xml

+17-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
<plugin>
565565
<groupId>org.apache.maven.plugins</groupId>
566566
<artifactId>maven-enforcer-plugin</artifactId>
567-
<version>3.0.0-M3</version>
567+
<version>3.0.0</version>
568568
<executions>
569569
<!-- Prevent users from mistyping a profile name -->
570570
<execution>
@@ -591,6 +591,22 @@
591591
</goals>
592592
</execution>
593593
</executions>
594+
<!--
595+
workaround for https://github.com/mojohaus/extra-enforcer-rules/issues/132
596+
Remove when it's fixed upstream.
597+
-->
598+
<dependencies>
599+
<dependency>
600+
<groupId>org.codehaus.mojo</groupId>
601+
<artifactId>extra-enforcer-rules</artifactId>
602+
<version>1.4</version>
603+
</dependency>
604+
<dependency>
605+
<groupId>org.apache.maven.shared</groupId>
606+
<artifactId>maven-dependency-tree</artifactId>
607+
<version>3.1.0</version>
608+
</dependency>
609+
</dependencies>
594610
</plugin>
595611

596612
<plugin>

0 commit comments

Comments
 (0)