Skip to content

Commit ce1a04e

Browse files
build(deps): update dependency org.codehaus.mojo:flatten-maven-plugin 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]>
1 parent 92fcecc commit ce1a04e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/sync-repo-settings.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ branchProtectionRules:
4040
- "dependencies (11, java-spanner)"
4141
- "dependencies (11, java-storage)"
4242
- "dependencies (11, java-pubsub)"
43+
- "flatten-plugin-check"
4344
- "build (8, java-trace, test)"
4445
- "build (8, java-trace, lint)"
4546
- "build (8, java-trace, clirr)"

.kokoro/java-storage-v2.9.3-expected-flattened-dependencies.txt

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ com.google.cloud:google-cloud-core-http:jar:2.8.0:compile
1313
com.google.cloud:google-cloud-core:jar:2.8.0:compile
1414
com.google.code.findbugs:jsr305:jar:3.0.2:compile
1515
com.google.code.gson:gson:jar:2.9.0:compile
16+
com.google.errorprone:error_prone_annotations:jar:2.14.0:compile
1617
com.google.guava:failureaccess:jar:1.0.1:compile
1718
com.google.guava:guava:jar:31.1-jre:compile
1819
com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
<plugin>
244244
<groupId>org.codehaus.mojo</groupId>
245245
<artifactId>flatten-maven-plugin</artifactId>
246-
<version>1.2.7</version>
246+
<version>1.3.0</version>
247247
<executions>
248248
<!-- enable flattening -->
249249
<execution>

0 commit comments

Comments
 (0)