Skip to content

Commit 3485252

Browse files
authored
docs: new libraries-bom (#1025)
@thiagotnunes @suztomo
1 parent 4c6b7e8 commit 3485252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>19.2.0</version>
20+
<version>19.2.1</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -45,7 +45,7 @@ If you are using Maven without BOM, add this to your dependencies:
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:19.2.0')
48+
implementation platform('com.google.cloud:libraries-bom:19.2.1')
4949
5050
compile 'com.google.cloud:google-cloud-spanner'
5151
```

0 commit comments

Comments
 (0)