Skip to content

Commit 9a2db83

Browse files
chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.39.5 (#2255)
* chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.39.5 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7247c32 commit 9a2db83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ 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-bigtable</artifactId>
45-
<version>2.39.4</version>
45+
<version>2.39.5</version>
4646
</dependency>
4747

4848
```
4949

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

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:26.40.0')
53+
implementation platform('com.google.cloud:libraries-bom:26.41.0')
5454
5555
implementation 'com.google.cloud:google-cloud-bigtable'
5656
```

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-bigtable</artifactId>
32-
<version>2.39.4</version>
32+
<version>2.39.5</version>
3333
</dependency>
3434
<!-- [END bigtable_install_without_bom] -->
3535

0 commit comments

Comments
 (0)