From 7baab3600b12b765b20d2fc5ae4c10d1c7fa646b Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 2 Dec 2019 12:58:24 -0500 Subject: [PATCH] Update versions @chingor13 --- TROUBLESHOOTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index d3e0c5124551..9451a6345084 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -91,7 +91,7 @@ in your pom.xml: org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M2 + 3.0.0-M3 com.google.cloud.tools @@ -130,7 +130,7 @@ There are different strategies to resolve conflicts, but you must understand the least hackish approach but it is a lot of work that can require multiple releases of multiple libraries to sync everything up. - If you can't modify and push new versions of your dependencies, import - `com.google.cloud:libraries-bom:2.5.0` (or a more recent version) and use that to + `com.google.cloud:libraries-bom:3.0.0` (or a more recent version) and use that to select consistent dependency version. This is the easiest route. For example, this is how you can depend on consistent versions of Guava and `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 com.google.cloud libraries-bom - 2.9.0 + 3.0.0 pom import