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

Skip to content

Commit a2a8d1d

Browse files
authored
chore(deps): libraries-bom 22.0.0 (googleapis#7648)
1 parent 60a16a1 commit a2a8d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TROUBLESHOOTING.md

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

0 commit comments

Comments
 (0)