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
…billing to v2.3.2 (googleapis#8352)"

This reverts commit b47dd8e.
  • Loading branch information
suztomo committed Sep 16, 2022
1 parent 9b53f1d commit a041f85
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 @@ -43,7 +43,7 @@
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-bigquerydatatransfer</artifactId><version>2.3.8</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-bigquerymigration</artifactId><version>0.5.1-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-bigqueryreservation</artifactId><version>2.4.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-billing</artifactId><version>2.3.2</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-billing</artifactId><version>2.3.2-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-billingbudgets</artifactId><version>2.3.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-binary-authorization</artifactId><version>1.2.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-certificate-manager</artifactId><version>0.5.1-SNAPSHOT</version></dependency>
Expand Down Expand Up @@ -187,7 +187,7 @@
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-bigquerydatatransfer</artifactId><version>2.3.8</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-bigquerymigration</artifactId><version>0.5.1-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-bigqueryreservation</artifactId><version>2.4.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-billing</artifactId><version>2.3.2</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-billing</artifactId><version>2.3.2-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-billingbudgets</artifactId><version>2.3.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-binary-authorization</artifactId><version>1.2.4-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-certificate-manager</artifactId><version>0.5.1-SNAPSHOT</version></dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-billing/google-cloud-billing-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-billing</artifactId>
<version>2.3.2</version><!-- {x-version-update:google-cloud-billing:current} -->
<version>2.3.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-billing:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-billing/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-billing</artifactId>
<version>2.3.2</version><!-- {x-version-update:google-cloud-billing:current} -->
<version>2.3.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-billing:current} -->
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-billing/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-billing</artifactId>
<version>2.3.2</version>
<version>2.3.1</version>
</dependency>
<!-- [END billing_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-billing/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-billing</artifactId>
<version>2.3.2</version>
<version>2.3.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a041f85

Please sign in to comment.