File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The Google HTTP Client Library for Java is in the central Maven repository. The
14
14
all artifacts for this library is ` com.google.http-client ` .
15
15
16
16
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
18
18
the ` dependencyManagement ` section of your ` pom.xml ` :
19
19
20
20
``` xml
@@ -23,15 +23,15 @@ the `dependencyManagement` section of your `pom.xml`:
23
23
<dependency >
24
24
<groupId >com.google.cloud</groupId >
25
25
<artifactId >libraries-bom</artifactId >
26
- <version >16.1 .0</version >
26
+ <version >16.2 .0</version >
27
27
<type >pom</type >
28
28
<scope >import</scope >
29
29
</dependency >
30
30
</dependencies >
31
31
</dependencyManagement >
32
32
```
33
33
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 `
35
35
section:
36
36
37
37
``` xml
You can’t perform that action at this time.
0 commit comments