Skip to content

Commit 2422a93

Browse files
Merge 35682eb into 2c7c1a8
2 parents 2c7c1a8 + 35682eb commit 2422a93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-bigtable.git",
7-
"sha": "3d9bea6896cf7295a85781b38fcffef944cf2647"
7+
"sha": "2c7c1a8748a6874d9634fc9eca03f1ac26519d8f"
88
}
99
},
1010
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ If you are using Maven without BOM, add this to your dependencies:
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-bigtable</artifactId>
41-
<version>1.20.1</version>
41+
<version>1.21.0</version>
4242
</dependency>
4343

4444
```
4545

4646
If you are using Gradle 5.x or later, add this to your dependencies
4747
```Groovy
48-
implementation platform('com.google.cloud:libraries-bom:18.1.0')
48+
implementation platform('com.google.cloud:libraries-bom:19.0.0')
4949
5050
compile 'com.google.cloud:google-cloud-bigtable'
5151
```

0 commit comments

Comments
 (0)