Skip to content

Commit

Permalink
chore(main): release 1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 26, 2024
1 parent f171eb8 commit e6c0f63
Show file tree
Hide file tree
Showing 98 changed files with 294 additions and 294 deletions.
6 changes: 3 additions & 3 deletions java-gke-backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-gke-backup</artifactId>
<version>0.51.0</version>
<version>0.52.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-gke-backup:0.51.0'
implementation 'com.google.cloud:google-cloud-gke-backup:0.52.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-gke-backup" % "0.51.0"
libraryDependencies += "com.google.cloud" % "google-cloud-gke-backup" % "0.52.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-gke-connect-gateway:0.53.0'
implementation 'com.google.cloud:google-cloud-gke-connect-gateway:0.54.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % "0.53.0"
libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % "0.54.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-gke-multi-cloud:0.51.0'
implementation 'com.google.cloud:google-cloud-gke-multi-cloud:0.52.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-gke-multi-cloud" % "0.51.0"
libraryDependencies += "com.google.cloud" % "google-cloud-gke-multi-cloud" % "0.52.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-gkehub:1.52.0'
implementation 'com.google.cloud:google-cloud-gkehub:1.53.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "1.52.0"
libraryDependencies += "com.google.cloud" % "google-cloud-gkehub" % "1.53.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-grafeas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>2.53.0</version>
<version>2.54.0</version>
</dependency>
```

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

```Groovy
implementation 'io.grafeas:grafeas:2.53.0'
implementation 'io.grafeas:grafeas:2.54.0'
```

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

```Scala
libraryDependencies += "io.grafeas" % "grafeas" % "2.53.0"
libraryDependencies += "io.grafeas" % "grafeas" % "2.54.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-gsuite-addons:2.52.0'
implementation 'com.google.cloud:google-cloud-gsuite-addons:2.53.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.52.0"
libraryDependencies += "com.google.cloud" % "google-cloud-gsuite-addons" % "2.53.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-iam-admin:3.47.0'
implementation 'com.google.cloud:google-iam-admin:3.48.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-iam-admin" % "3.47.0"
libraryDependencies += "com.google.cloud" % "google-iam-admin" % "3.48.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-iam-policy:1.50.0'
implementation 'com.google.cloud:google-iam-policy:1.51.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.50.0"
libraryDependencies += "com.google.cloud" % "google-iam-policy" % "1.51.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-iamcredentials:2.52.0'
implementation 'com.google.cloud:google-cloud-iamcredentials:2.53.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.52.0"
libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.53.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-iap:0.8.0'
implementation 'com.google.cloud:google-cloud-iap:0.9.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-iap" % "0.8.0"
libraryDependencies += "com.google.cloud" % "google-cloud-iap" % "0.9.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-ids:1.51.0'
implementation 'com.google.cloud:google-cloud-ids:1.52.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.51.0"
libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.52.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-infra-manager:0.29.0'
implementation 'com.google.cloud:google-cloud-infra-manager:0.30.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.29.0"
libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.30.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-iot:2.52.0'
implementation 'com.google.cloud:google-cloud-iot:2.53.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.52.0"
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.53.0"
```
<!-- {x-version-update-end} -->

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-kms:2.55.0'
implementation 'com.google.cloud:google-cloud-kms:2.56.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.55.0"
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.56.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-kmsinventory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kmsinventory</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.cloud:google-cloud-kmsinventory:0.41.0'
implementation 'com.google.cloud:google-cloud-kmsinventory:0.42.0'
```

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

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

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

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

```Groovy
implementation 'com.google.cloud:google-cloud-language:2.53.0'
implementation 'com.google.cloud:google-cloud-language:2.54.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.53.0"
libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.54.0"
```
<!-- {x-version-update-end} -->

Expand Down
Loading

0 comments on commit e6c0f63

Please sign in to comment.