Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: libraries-bom 12.0.0
  • Loading branch information
suztomo authored Oct 6, 2020
commit 323c8bb4e3abee0892905bca33e8972a367e289c
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the `dependencyManagement` section of your `pom.xml`:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>11.0.0</version>
<version>12.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down