Skip to content

Commit 3f54936

Browse files
authored
chore(docs): libraries-bom 8.0.0 (googleapis#7285)
1 parent 031c5f3 commit 3f54936

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TROUBLESHOOTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ There are different strategies to resolve conflicts, but you must understand the
9999
least hackish approach but it is a lot of work that can require multiple releases
100100
of multiple libraries to sync everything up.
101101
- If you can't modify and push new versions of your dependencies, import
102-
`com.google.cloud:libraries-bom:7.0.0` (or a more recent version) and use that to
102+
`com.google.cloud:libraries-bom:8.0.0` (or a more recent version) and use that to
103103
select consistent dependency versions. This is the easiest route.
104104
For example, this is how you can depend on consistent versions of Guava and
105105
`com.google.cloud:google-cloud-storage` without explicitly setting the version of either one:
@@ -111,7 +111,7 @@ There are different strategies to resolve conflicts, but you must understand the
111111
<dependency>
112112
<groupId>com.google.cloud</groupId>
113113
<artifactId>libraries-bom</artifactId>
114-
<version>7.0.0</version>
114+
<version>8.0.0</version>
115115
<type>pom</type>
116116
<scope>import</scope>
117117
</dependency>

0 commit comments

Comments
 (0)