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
…billingbudgets to v2.3.3 (googleapis#8345)"

This reverts commit ade5230.
  • Loading branch information
suztomo committed Sep 16, 2022
1 parent d47e8df commit 09294eb
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 @@ -44,7 +44,7 @@
<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-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-billingbudgets</artifactId><version>2.3.3-SNAPSHOT</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>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-channel</artifactId><version>3.7.3-SNAPSHOT</version></dependency>
Expand Down Expand Up @@ -188,7 +188,7 @@
<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-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-billingbudgets</artifactId><version>2.3.3-SNAPSHOT</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>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-channel</artifactId><version>3.7.3-SNAPSHOT</version></dependency>
Expand Down
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-billingbudgets</artifactId>
<version>2.3.3</version><!-- {x-version-update:google-cloud-billingbudgets:current} -->
<version>2.3.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-billingbudgets:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-billingbudgets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-billingbudgets</artifactId>
<version>2.3.3</version><!-- {x-version-update:google-cloud-billingbudgets:current} -->
<version>2.3.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-billingbudgets:current} -->
</dependency>

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

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

<dependency>
Expand Down

0 comments on commit 09294eb

Please sign in to comment.