Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 #571

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ If you are using Maven without 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:24.1.0')
implementation platform('com.google.cloud:libraries-bom:24.1.2')

implementation 'com.google.cloud:google-cloud-redis'
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.2.2</version>
<version>1.2.4</version>
</parent>

<developers>
Expand Down Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-dependencies</artifactId>
<version>2.5.1</version>
<version>2.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down