Skip to content

Commit d8821fc

Browse files
authored
chore(docs): update libraries-bom 16.2.0 (#1203)
1 parent 7922dc0 commit d8821fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Google HTTP Client Library for Java is in the central Maven repository. The
1414
all artifacts for this library is `com.google.http-client`.
1515

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

2020
```xml
@@ -23,15 +23,15 @@ the `dependencyManagement` section of your `pom.xml`:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>16.1.0</version>
26+
<version>16.2.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
3030
</dependencies>
3131
</dependencyManagement>
3232
```
3333

34-
Then you add the individual dependencies you need without version numbers to the `dependencies`
34+
Then add the individual dependencies you need without version numbers to the `dependencies`
3535
section:
3636

3737
```xml

0 commit comments

Comments
 (0)