Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e034470

Browse files
elharochingor13
authored andcommitted
docs: update versions (#6961)
1 parent 3e2d497 commit e034470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TROUBLESHOOTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ in your pom.xml:
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-enforcer-plugin</artifactId>
94-
<version>3.0.0-M2</version>
94+
<version>3.0.0-M3</version>
9595
<dependencies>
9696
<dependency>
9797
<groupId>com.google.cloud.tools</groupId>
@@ -130,7 +130,7 @@ There are different strategies to resolve conflicts, but you must understand the
130130
least hackish approach but it is a lot of work that can require multiple releases
131131
of multiple libraries to sync everything up.
132132
- If you can't modify and push new versions of your dependencies, import
133-
`com.google.cloud:libraries-bom:2.5.0` (or a more recent version) and use that to
133+
`com.google.cloud:libraries-bom:3.0.0` (or a more recent version) and use that to
134134
select consistent dependency version. This is the easiest route.
135135
For example, this is how you can depend on consistent versions of Guava and
136136
`com.google.cloud:google-cloud-storage` without explicitly setting the version of either one:
@@ -142,7 +142,7 @@ There are different strategies to resolve conflicts, but you must understand the
142142
<dependency>
143143
<groupId>com.google.cloud</groupId>
144144
<artifactId>libraries-bom</artifactId>
145-
<version>2.9.0</version>
145+
<version>3.0.0</version>
146146
<type>pom</type>
147147
<scope>import</scope>
148148
</dependency>

0 commit comments

Comments
 (0)