Skip to content

Commit

Permalink
Revert "chore(deps): update dependency com.google.cloud:google-cloud-…
Browse files Browse the repository at this point in the history
…iot to v2.3.3 (googleapis#8369)"

This reverts commit 39c3dc5.
  • Loading branch information
suztomo committed Sep 16, 2022
1 parent 6987e15 commit c38ce47
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CoverageAggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency><groupId>com.google.cloud</groupId><artifactId>google-iam-admin</artifactId><version>1.2.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-iamcredentials</artifactId><version>2.3.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-ids</artifactId><version>1.2.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-iot</artifactId><version>2.3.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-iot</artifactId><version>2.3.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-kms</artifactId><version>2.6.5-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-language</artifactId><version>2.3.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-life-sciences</artifactId><version>0.5.3-SNAPSHOT</version></dependency>
Expand Down Expand Up @@ -232,7 +232,7 @@
<dependency><groupId>com.google.cloud</groupId><artifactId>google-iam-admin</artifactId><version>1.2.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-iamcredentials</artifactId><version>2.3.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-ids</artifactId><version>1.2.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-iot</artifactId><version>2.3.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-iot</artifactId><version>2.3.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-kms</artifactId><version>2.6.5-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-language</artifactId><version>2.3.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-life-sciences</artifactId><version>0.5.3-SNAPSHOT</version></dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-iot/google-cloud-iot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iot</artifactId>
<version>2.3.3</version><!-- {x-version-update:google-cloud-iot:current} -->
<version>2.3.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-iot:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-iot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iot</artifactId>
<version>2.3.3</version><!-- {x-version-update:google-cloud-iot:current} -->
<version>2.3.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-iot:current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-iot/samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iot</artifactId>
<version>2.3.3</version>
<version>2.3.2</version>
</dependency>
<!-- [END cloudiot_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-iot/samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iot</artifactId>
<version>2.3.3</version>
<version>2.3.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c38ce47

Please sign in to comment.