Skip to content

Commit 12d348e

Browse files
chore: generate libraries at Fri Jun 20 18:15:12 UTC 2025
1 parent 3ab460c commit 12d348e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-bigtable'
5656
If you are using Gradle without BOM, add this to your dependencies:
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-bigtable:2.60.0'
59+
implementation 'com.google.cloud:google-cloud-bigtable:2.61.0'
6060
```
6161

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

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.60.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-bigtable" % "2.61.0"
6666
```
6767

6868
## Authentication
@@ -470,7 +470,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
470470
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-bigtable/java11.html
471471
[stability-image]: https://img.shields.io/badge/stability-stable-green
472472
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-bigtable.svg
473-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigtable/2.60.0
473+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-bigtable/2.61.0
474474
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
475475
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
476476
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/models/TableTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ public void testFromProto() {
9090
assertThat(result.isAutomatedBackupEnabled()).isTrue();
9191
assertEquals(
9292
result.getAutomatedBackupPolicy().viewConfig(),
93-
"AutomatedBackupPolicy{com.google.bigtable.admin.v2.Table$AutomatedBackupPolicy.retention_period=seconds: 1\n"
93+
"AutomatedBackupPolicy{com.google.bigtable.admin.v2.Table$AutomatedBackupPolicy.retention_period=seconds:"
94+
+ " 1\n"
9495
+ //
9596
"nanos: 99\n"
9697
+ //

0 commit comments

Comments
 (0)