Skip to content

Commit 9d35f85

Browse files
chore(main): release 1.87.0
1 parent 244a4ae commit 9d35f85

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

java-bigtable/google-cloud-bigtable-deps-bom/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Example usage:
1616
<dependency>
1717
<groupId>com.google.cloud</groupId>
1818
<artifactId>google-cloud-bigtable-bom</artifactId>
19-
<version>1.8.0</version>
19+
<version>2.79.0</version>
2020
<type>pom</type>
2121
<scope>import</scope>
2222
</dependency>
2323
<!-- Lock google-cloud-bigtable transitive dependency versions -->
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-bigtable-deps-bom</artifactId>
27-
<version>1.8.0</version>
27+
<version>2.79.0</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

java-datastore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>google-cloud-datastore</artifactId>
33-
<version>3.0.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-datastore:current} -->
33+
<version>3.1.0</version><!-- {x-version-update:google-cloud-datastore:current} -->
3434
</dependency>
3535

3636
```

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

0 commit comments

Comments
 (0)