Skip to content

Commit

Permalink
chore(docs): update libraries-bom 16.2.0 (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 16, 2020
1 parent 7922dc0 commit d8821fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Google HTTP Client Library for Java is in the central Maven repository. The
all artifacts for this library is `com.google.http-client`.

To ensure all dependency versions work together and to avoid having to manually choose and specify
versions for each dependency, we recommend first importing the `com.google.cloud:libraries-bom` in
versions for each dependency, first import the `com.google.cloud:libraries-bom` in
the `dependencyManagement` section of your `pom.xml`:

```xml
Expand All @@ -23,15 +23,15 @@ the `dependencyManagement` section of your `pom.xml`:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>16.1.0</version>
<version>16.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
```

Then you add the individual dependencies you need without version numbers to the `dependencies`
Then add the individual dependencies you need without version numbers to the `dependencies`
section:

```xml
Expand Down

0 comments on commit d8821fc

Please sign in to comment.