Skip to content

Commit

Permalink
build(deps): update dependency org.codehaus.mojo:flatten-maven-plugin…
Browse files Browse the repository at this point in the history
… to v1.3.0 (#507)

* build(deps): update dependency org.codehaus.mojo:flatten-maven-plugin to v1.3.0

* error prone to be in expected list.

* flatten-plugin-check as required

Co-authored-by: Tomo Suzuki <[email protected]>
  • Loading branch information
renovate-bot and suztomo authored Oct 24, 2022
1 parent 92fcecc commit ce1a04e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ branchProtectionRules:
- "dependencies (11, java-spanner)"
- "dependencies (11, java-storage)"
- "dependencies (11, java-pubsub)"
- "flatten-plugin-check"
- "build (8, java-trace, test)"
- "build (8, java-trace, lint)"
- "build (8, java-trace, clirr)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ com.google.cloud:google-cloud-core-http:jar:2.8.0:compile
com.google.cloud:google-cloud-core:jar:2.8.0:compile
com.google.code.findbugs:jsr305:jar:3.0.2:compile
com.google.code.gson:gson:jar:2.9.0:compile
com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
com.google.guava:failureaccess:jar:1.0.1:compile
com.google.guava:guava:jar:31.1-jre:compile
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.2.7</version>
<version>1.3.0</version>
<executions>
<!-- enable flattening -->
<execution>
Expand Down

0 comments on commit ce1a04e

Please sign in to comment.