Skip to content

Commit b62530a

Browse files
renovate-botchingor13
authored andcommitted
---
yaml --- r: 32455 b: refs/heads/autosynth-errorreporting c: 60b7713 h: refs/heads/master i: 32453: 4be6473 32451: 28805e2 32447: fcbed66
1 parent f9a4cd0 commit b62530a

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131131
refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132-
refs/heads/autosynth-errorreporting: 5c2ce3c612e4fd68c540fc69e1eee301fd7d4079
132+
refs/heads/autosynth-errorreporting: 60b7713ae0d4c51a42ad866b623c9bdd822e25b7
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6

branches/autosynth-errorreporting/google-api-grpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@
969969
<plugin>
970970
<groupId>org.apache.maven.plugins</groupId>
971971
<artifactId>maven-site-plugin</artifactId>
972-
<version>3.4</version>
972+
<version>3.7.1</version>
973973
<configuration>
974974
<skipDeploy>true</skipDeploy>
975975
</configuration>

branches/autosynth-errorreporting/google-cloud-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@
11091109
<plugin>
11101110
<groupId>org.apache.maven.plugins</groupId>
11111111
<artifactId>maven-site-plugin</artifactId>
1112-
<version>3.4</version>
1112+
<version>3.7.1</version>
11131113
<configuration>
11141114
<skipDeploy>true</skipDeploy>
11151115
<reportPlugins>

branches/autosynth-errorreporting/google-cloud-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
<plugin>
667667
<groupId>org.apache.maven.plugins</groupId>
668668
<artifactId>maven-site-plugin</artifactId>
669-
<version>3.4</version>
669+
<version>3.7.1</version>
670670
<configuration>
671671
<skipDeploy>true</skipDeploy>
672672
</configuration>

branches/autosynth-errorreporting/google-cloud-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-site-plugin</artifactId>
114-
<version>3.4</version>
114+
<version>3.7.1</version>
115115
<configuration>
116116
<skip>true</skip>
117117
</configuration>

branches/autosynth-errorreporting/google-cloud-testing/google-cloud-bigtable-emulator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-site-plugin</artifactId>
98-
<version>3.4</version>
98+
<version>3.7.1</version>
9999
</plugin>
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>

branches/autosynth-errorreporting/google-cloud-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-site-plugin</artifactId>
108-
<version>3.4</version>
108+
<version>3.7.1</version>
109109
<configuration>
110110
<skip>true</skip>
111111
</configuration>

branches/autosynth-errorreporting/google-cloud-util/google-cloud-compat-checker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-site-plugin</artifactId>
74-
<version>3.4</version>
74+
<version>3.7.1</version>
7575
<configuration>
7676
<skip>true</skip>
7777
</configuration>

branches/autosynth-errorreporting/google-cloud-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-site-plugin</artifactId>
40-
<version>3.4</version>
40+
<version>3.7.1</version>
4141
<configuration>
4242
<skip>true</skip>
4343
</configuration>

branches/autosynth-errorreporting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-site-plugin</artifactId>
117-
<version>3.4</version>
117+
<version>3.7.1</version>
118118
<configuration>
119119
<skip>true</skip>
120120
</configuration>

0 commit comments

Comments
 (0)