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 @@ -49,20 +49,20 @@ If you are using Maven without BOM, add this to your dependencies:
4949If you are using Gradle 5.x or later, add this to your dependencies:
5050
5151``` Groovy
52- implementation platform('com.google.cloud:libraries-bom:26.4 .0')
52+ implementation platform('com.google.cloud:libraries-bom:26.5 .0')
5353
5454implementation 'com.google.cloud:google-cloud-bigquerystorage'
5555```
5656If you are using Gradle without BOM, add this to your dependencies:
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-bigquerystorage:2.28.3 '
59+ implementation 'com.google.cloud:google-cloud-bigquerystorage:2.28.4 '
6060```
6161
6262If you are using SBT, add this to your dependencies:
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-bigquerystorage" % " 2.28.3 "
65+ libraryDependencies += " com.google.cloud" % " google-cloud-bigquerystorage" % " 2.28.4 "
6666```
6767
6868## Authentication
You can’t perform that action at this time.
0 commit comments