Skip to content

Commit 8bf0947

Browse files
committed
chore(version-update): release 1.83.0
1 parent 6a5845e commit 8bf0947

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

java-bigquery/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,28 @@ 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</artifactId>
48-
<version>2.62.0</version>
48+
<version>2.63.0</version>
4949
</dependency>
5050

5151
```
5252

5353
If you are using Gradle 5.x or later, add this to your dependencies:
5454

5555
```Groovy
56-
implementation platform('com.google.cloud:libraries-bom:2.62.0')
56+
implementation platform('com.google.cloud:libraries-bom:2.63.0')
5757
5858
implementation 'com.google.cloud:google-cloud-bigquery'
5959
```
6060
If you are using Gradle without BOM, add this to your dependencies:
6161

6262
```Groovy
63-
implementation 'com.google.cloud:google-cloud-bigquery:2.62.0'
63+
implementation 'com.google.cloud:google-cloud-bigquery:2.63.0'
6464
```
6565

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

6868
```Scala
69-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.62.0"
69+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "2.63.0"
7070
```
7171
<!-- {x-version-update-end} -->
7272

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.86.0</version>
45+
<version>2.87.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.86.0'
52+
implementation 'com.google.cloud:google-cloud-dns:2.87.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.86.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.87.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-logging-logback/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ If you are using Maven, add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-logging-logback</artifactId>
26-
<version>0.137.0-alpha</version>
26+
<version>0.138.0-alpha</version>
2727
</dependency>
2828
```
2929

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

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-logging-logback:0.137.0-alpha'
33+
implementation 'com.google.cloud:google-cloud-logging-logback:0.138.0-alpha'
3434
```
3535

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

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.137.0-alpha"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-logging-logback" % "0.138.0-alpha"
4040
```
4141
<!-- {x-version-update-end} -->
4242

0 commit comments

Comments
 (0)