Skip to content

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-apigee-c…
Browse files Browse the repository at this point in the history
…onnect to v2.3.3
  • Loading branch information
renovate-bot committed Sep 9, 2022
1 parent c9bb4a9 commit 7082115
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
Expand Up @@ -23,7 +23,7 @@
<dependency><groupId>com.google.analytics</groupId><artifactId>google-analytics-admin</artifactId><version>0.13.1</version></dependency>
<dependency><groupId>com.google.analytics</groupId><artifactId>google-analytics-data</artifactId><version>0.14.5</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-api-gateway</artifactId><version>2.3.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-apigee-connect</artifactId><version>2.3.3-SNAPSHOT</version></dependency>
<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>
Expand Down Expand Up @@ -167,7 +167,7 @@
<dependency><groupId>com.google.analytics</groupId><artifactId>google-analytics-admin</artifactId><version>0.13.1</version></dependency>
<dependency><groupId>com.google.analytics</groupId><artifactId>google-analytics-data</artifactId><version>0.14.5</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-api-gateway</artifactId><version>2.3.3-SNAPSHOT</version></dependency>
<dependency><groupId>com.google.cloud</groupId><artifactId>google-cloud-apigee-connect</artifactId><version>2.3.3-SNAPSHOT</version></dependency>
<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>
Expand Down
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-apigee-connect</artifactId>
<version>2.3.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-apigee-connect:current} -->
<version>2.3.3</version><!-- {x-version-update:google-cloud-apigee-connect:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-apigee-connect/pom.xml
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-apigee-connect</artifactId>
<version>2.3.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-apigee-connect:current} -->
<version>2.3.3</version><!-- {x-version-update:google-cloud-apigee-connect:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java-apigee-connect/samples/install-without-bom/pom.xml
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-apigee-connect</artifactId>
<version>2.3.2</version>
<version>2.3.3</version>
</dependency>
<!-- [END apigee-connect_install_without_bom] -->

Expand Down
2 changes: 1 addition & 1 deletion java-apigee-connect/samples/snapshot/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-apigee-connect</artifactId>
<version>2.3.2</version>
<version>2.3.3</version>
</dependency>
<!-- {x-version-update-end} -->

Expand Down
2 changes: 1 addition & 1 deletion java-apigee-connect/samples/snippets/pom.xml
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-apigee-connect</artifactId>
<version>2.3.2</version>
<version>2.3.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 7082115

Please sign in to comment.