Skip to content

Commit eb0f70c

Browse files
chore(main): release 1.37.0
1 parent 73ba500 commit eb0f70c

File tree

100 files changed

+300
-300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+300
-300
lines changed

java-dialogflow/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-dialogflow</artifactId>
45-
<version>4.48.0</version>
45+
<version>4.49.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-dialogflow:4.48.0'
52+
implementation 'com.google.cloud:google-cloud-dialogflow:4.49.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.48.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow" % "4.49.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-discoveryengine/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-discoveryengine</artifactId>
48-
<version>0.38.0</version>
48+
<version>0.39.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-discoveryengine:0.38.0'
55+
implementation 'com.google.cloud:google-cloud-discoveryengine:0.39.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-discoveryengine" % "0.38.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-discoveryengine" % "0.39.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-distributedcloudedge/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-distributedcloudedge</artifactId>
48-
<version>0.39.0</version>
48+
<version>0.40.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-distributedcloudedge:0.39.0'
55+
implementation 'com.google.cloud:google-cloud-distributedcloudedge:0.40.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-distributedcloudedge" % "0.39.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-distributedcloudedge" % "0.40.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-dlp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-dlp</artifactId>
45-
<version>3.46.0</version>
45+
<version>3.47.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-dlp:3.46.0'
52+
implementation 'com.google.cloud:google-cloud-dlp:3.47.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.46.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-dlp" % "3.47.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-dms/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-dms</artifactId>
45-
<version>2.41.0</version>
45+
<version>2.42.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-dms:2.41.0'
52+
implementation 'com.google.cloud:google-cloud-dms:2.42.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-dms" % "2.41.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-dms" % "2.42.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-dns/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-dns</artifactId>
45-
<version>2.40.0</version>
45+
<version>2.41.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-dns:2.40.0'
52+
implementation 'com.google.cloud:google-cloud-dns:2.41.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.40.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.41.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-document-ai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-document-ai</artifactId>
45-
<version>2.46.0</version>
45+
<version>2.47.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-document-ai:2.46.0'
52+
implementation 'com.google.cloud:google-cloud-document-ai:2.47.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.46.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-document-ai" % "2.47.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-domains/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-domains</artifactId>
45-
<version>1.39.0</version>
45+
<version>1.40.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-domains:1.39.0'
52+
implementation 'com.google.cloud:google-cloud-domains:1.40.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.39.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-domains" % "1.40.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-edgenetwork/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-edgenetwork</artifactId>
48-
<version>0.10.0</version>
48+
<version>0.11.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-edgenetwork:0.10.0'
55+
implementation 'com.google.cloud:google-cloud-edgenetwork:0.11.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-edgenetwork" % "0.10.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-edgenetwork" % "0.11.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-enterpriseknowledgegraph/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-enterpriseknowledgegraph</artifactId>
48-
<version>0.38.0</version>
48+
<version>0.39.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-enterpriseknowledgegraph:0.38.0'
55+
implementation 'com.google.cloud:google-cloud-enterpriseknowledgegraph:0.39.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-enterpriseknowledgegraph" % "0.38.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-enterpriseknowledgegraph" % "0.39.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-errorreporting/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-errorreporting</artifactId>
48-
<version>0.163.0-beta</version>
48+
<version>0.164.0-beta</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-errorreporting:0.163.0-beta'
55+
implementation 'com.google.cloud:google-cloud-errorreporting:0.164.0-beta'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.163.0-beta"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.164.0-beta"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-essential-contacts/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-essential-contacts</artifactId>
45-
<version>2.42.0</version>
45+
<version>2.43.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-essential-contacts:2.42.0'
52+
implementation 'com.google.cloud:google-cloud-essential-contacts:2.43.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-essential-contacts" % "2.42.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-essential-contacts" % "2.43.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-eventarc-publishing/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-eventarc-publishing</artifactId>
48-
<version>0.42.0</version>
48+
<version>0.43.0</version>
4949
</dependency>
5050
```
5151

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

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-eventarc-publishing:0.42.0'
55+
implementation 'com.google.cloud:google-cloud-eventarc-publishing:0.43.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-eventarc-publishing" % "0.42.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-eventarc-publishing" % "0.43.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-eventarc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-eventarc</artifactId>
45-
<version>1.42.0</version>
45+
<version>1.43.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-eventarc:1.42.0'
52+
implementation 'com.google.cloud:google-cloud-eventarc:1.43.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.42.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-eventarc" % "1.43.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-filestore/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-filestore</artifactId>
45-
<version>1.43.0</version>
45+
<version>1.44.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-filestore:1.43.0'
52+
implementation 'com.google.cloud:google-cloud-filestore:1.44.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-filestore" % "1.43.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-filestore" % "1.44.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-functions/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-functions</artifactId>
45-
<version>2.44.0</version>
45+
<version>2.45.0</version>
4646
</dependency>
4747
```
4848

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

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-functions:2.44.0'
52+
implementation 'com.google.cloud:google-cloud-functions:2.45.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.44.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "2.45.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

0 commit comments

Comments
 (0)