Skip to content

Commit

Permalink
chore: use sdk-platform-java-config in parent pom.xml (#2115)
Browse files Browse the repository at this point in the history
Follow-up to #2083
  • Loading branch information
mpeddada1 committed Feb 14, 2024
1 parent 28380a5 commit d3a72b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.31.0')
implementation platform('com.google.cloud:libraries-bom:26.32.0')
implementation 'com.google.cloud:google-cloud-bigtable'
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.7.1</version>
<artifactId>sdk-platform-java-config</artifactId>
<version>3.25.0</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit d3a72b5

Please sign in to comment.