Skip to content

Commit

Permalink
chore(main): release 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 14, 2024
1 parent 1c969d5 commit 2eedf95
Show file tree
Hide file tree
Showing 99 changed files with 297 additions and 297 deletions.
6 changes: 3 additions & 3 deletions java-analytics-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.analytics</groupId>
<artifactId>google-analytics-admin</artifactId>
<version>0.47.0</version>
<version>0.48.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.analytics:google-analytics-admin:0.47.0'
implementation 'com.google.analytics:google-analytics-admin:0.48.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.47.0"
libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.48.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-analytics-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.analytics</groupId>
<artifactId>google-analytics-data</artifactId>
<version>0.48.0</version>
<version>0.49.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.analytics:google-analytics-data:0.48.0'
implementation 'com.google.analytics:google-analytics-data:0.49.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.48.0"
libraryDependencies += "com.google.analytics" % "google-analytics-data" % "0.49.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-analyticshub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-analyticshub</artifactId>
<version>0.34.0</version>
<version>0.35.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-analyticshub:0.34.0'
implementation 'com.google.cloud:google-cloud-analyticshub:0.35.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-analyticshub" % "0.34.0"
libraryDependencies += "com.google.cloud" % "google-cloud-analyticshub" % "0.35.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-api-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-api-gateway</artifactId>
<version>2.37.0</version>
<version>2.38.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-api-gateway:2.37.0'
implementation 'com.google.cloud:google-cloud-api-gateway:2.38.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "2.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-api-gateway" % "2.38.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-apigee-connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-apigee-connect</artifactId>
<version>2.37.0</version>
<version>2.38.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-apigee-connect:2.37.0'
implementation 'com.google.cloud:google-cloud-apigee-connect:2.38.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-apigee-connect" % "2.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-apigee-connect" % "2.38.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-apigee-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-apigee-registry</artifactId>
<version>0.37.0</version>
<version>0.38.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-apigee-registry:0.37.0'
implementation 'com.google.cloud:google-cloud-apigee-registry:0.38.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-apigee-registry" % "0.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-apigee-registry" % "0.38.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-apikeys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-apikeys</artifactId>
<version>0.35.0</version>
<version>0.36.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-apikeys:0.35.0'
implementation 'com.google.cloud:google-cloud-apikeys:0.36.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-apikeys" % "0.35.0"
libraryDependencies += "com.google.cloud" % "google-cloud-apikeys" % "0.36.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-appengine-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-appengine-admin</artifactId>
<version>2.37.0</version>
<version>2.38.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-appengine-admin:2.37.0'
implementation 'com.google.cloud:google-cloud-appengine-admin:2.38.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-appengine-admin" % "2.38.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-apphub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-apphub</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-apphub:0.1.0'
implementation 'com.google.cloud:google-cloud-apphub:0.2.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-apphub" % "0.1.0"
libraryDependencies += "com.google.cloud" % "google-cloud-apphub" % "0.2.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-area120-tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.area120</groupId>
<artifactId>google-area120-tables</artifactId>
<version>0.41.0</version>
<version>0.42.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.area120:google-area120-tables:0.41.0'
implementation 'com.google.area120:google-area120-tables:0.42.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.41.0"
libraryDependencies += "com.google.area120" % "google-area120-tables" % "0.42.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-artifact-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-artifact-registry</artifactId>
<version>1.36.0</version>
<version>1.37.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-artifact-registry:1.36.0'
implementation 'com.google.cloud:google-cloud-artifact-registry:1.37.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.36.0"
libraryDependencies += "com.google.cloud" % "google-cloud-artifact-registry" % "1.37.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-asset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-asset</artifactId>
<version>3.41.0</version>
<version>3.42.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-asset:3.41.0'
implementation 'com.google.cloud:google-cloud-asset:3.42.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.41.0"
libraryDependencies += "com.google.cloud" % "google-cloud-asset" % "3.42.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-assured-workloads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-assured-workloads</artifactId>
<version>2.37.0</version>
<version>2.38.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-assured-workloads:2.37.0'
implementation 'com.google.cloud:google-cloud-assured-workloads:2.38.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-assured-workloads" % "2.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-assured-workloads" % "2.38.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-automl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-automl</artifactId>
<version>2.37.0</version>
<version>2.38.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-automl:2.37.0'
implementation 'com.google.cloud:google-cloud-automl:2.38.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-automl" % "2.38.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-bare-metal-solution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bare-metal-solution</artifactId>
<version>0.37.0</version>
<version>0.38.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.37.0'
implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.38.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.38.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-batch</artifactId>
<version>0.37.0</version>
<version>0.38.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-batch:0.37.0'
implementation 'com.google.cloud:google-cloud-batch:0.38.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.37.0"
libraryDependencies += "com.google.cloud" % "google-cloud-batch" % "0.38.0"
```
<!-- {x-version-update-end} -->

Expand Down
Loading

0 comments on commit 2eedf95

Please sign in to comment.