Skip to content

Commit 756d72e

Browse files
chore(main): release 1.15.0
1 parent d2ca88c commit 756d72e

99 files changed

Lines changed: 297 additions & 297 deletions

File tree

Some content is hidden

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

java-biglake/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-biglake</artifactId>
48-
<version>0.8.0</version>
48+
<version>0.9.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-biglake:0.8.0'
55+
implementation 'com.google.cloud:google-cloud-biglake:0.9.0'
5656
```
5757

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

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

java-bigquery-data-exchange/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-bigquery-data-exchange</artifactId>
48-
<version>2.15.0</version>
48+
<version>2.16.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-bigquery-data-exchange:2.15.0'
55+
implementation 'com.google.cloud:google-cloud-bigquery-data-exchange:2.16.0'
5656
```
5757

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

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery-data-exchange" % "2.15.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery-data-exchange" % "2.16.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-bigqueryconnection/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-bigqueryconnection</artifactId>
45-
<version>2.22.0</version>
45+
<version>2.23.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-bigqueryconnection:2.22.0'
52+
implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.23.0'
5353
```
5454

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

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

java-bigquerydatapolicy/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-bigquerydatapolicy</artifactId>
48-
<version>0.17.0</version>
48+
<version>0.18.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-bigquerydatapolicy:0.17.0'
55+
implementation 'com.google.cloud:google-cloud-bigquerydatapolicy:0.18.0'
5656
```
5757

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

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

java-bigquerydatatransfer/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-bigquerydatatransfer</artifactId>
45-
<version>2.20.0</version>
45+
<version>2.21.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-bigquerydatatransfer:2.20.0'
52+
implementation 'com.google.cloud:google-cloud-bigquerydatatransfer:2.21.0'
5353
```
5454

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

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

java-bigquerymigration/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-bigquerymigration</artifactId>
48-
<version>0.23.0</version>
48+
<version>0.24.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-bigquerymigration:0.23.0'
55+
implementation 'com.google.cloud:google-cloud-bigquerymigration:0.24.0'
5656
```
5757

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

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

java-bigqueryreservation/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-bigqueryreservation</artifactId>
45-
<version>2.21.0</version>
45+
<version>2.22.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-bigqueryreservation:2.21.0'
52+
implementation 'com.google.cloud:google-cloud-bigqueryreservation:2.22.0'
5353
```
5454

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

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

java-billing/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-billing</artifactId>
45-
<version>2.20.0</version>
45+
<version>2.21.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-billing:2.20.0'
52+
implementation 'com.google.cloud:google-cloud-billing:2.21.0'
5353
```
5454

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

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

java-billingbudgets/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-billingbudgets</artifactId>
45-
<version>2.20.0</version>
45+
<version>2.21.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-billingbudgets:2.20.0'
52+
implementation 'com.google.cloud:google-cloud-billingbudgets:2.21.0'
5353
```
5454

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

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

java-binary-authorization/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-binary-authorization</artifactId>
45-
<version>1.19.0</version>
45+
<version>1.20.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-binary-authorization:1.19.0'
52+
implementation 'com.google.cloud:google-cloud-binary-authorization:1.20.0'
5353
```
5454

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

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.19.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-binary-authorization" % "1.20.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

0 commit comments

Comments
 (0)