Skip to content

Commit

Permalink
chore(deps): update dependency com.google.area120:google-area120-tabl…
Browse files Browse the repository at this point in the history
…es to v0.7.3
  • Loading branch information
renovate-bot committed Sep 9, 2022
1 parent 33961ed commit 90da2d2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CoverageAggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-apigee-connect</artifactId><version>2.3.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-apigee-registry</artifactId><version>0.3.0</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-appengine-admin</artifactId><version>2.3.5-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.area120</groupId><artifactId>google-area120-tables</artifactId><version>0.7.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.area120</groupId><artifactId>google-area120-tables</artifactId><version>0.7.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-artifact-registry</artifactId><version>1.2.6-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-asset</artifactId><version>3.5.1-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-assured-workloads</artifactId><version>2.1.1-SNAPSHOT</version></dependency>
Expand Down Expand Up @@ -170,7 +170,7 @@
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-apigee-connect</artifactId><version>2.3.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-apigee-registry</artifactId><version>0.3.0</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-appengine-admin</artifactId><version>2.3.5-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.area120</groupId><artifactId>google-area120-tables</artifactId><version>0.7.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.area120</groupId><artifactId>google-area120-tables</artifactId><version>0.7.3</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-artifact-registry</artifactId><version>1.2.6-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-asset</artifactId><version>3.5.1-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-assured-workloads</artifactId><version>2.1.1-SNAPSHOT</version></dependency>
Expand Down
2 changes: 1 addition & 1 deletion java-area120-tables/google-area120-tables-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.7.3-SNAPSHOT</version><!-- {x-version-update:google-area120-tables:current} -->
<version>0.7.3</version><!-- {x-version-update:google-area120-tables:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-area120-tables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.7.3-SNAPSHOT</version><!-- {x-version-update:google-area120-tables:current} -->
<version>0.7.3</version><!-- {x-version-update:google-area120-tables:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-area120-tables/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.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
</dependency>
<!-- [END area120-tables_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-area120-tables/samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion java-area120-tables/samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.7.2</version>
<version>0.7.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 90da2d2

Please sign in to comment.