File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ If you are using Maven, add this to your pom.xml file:
19
19
<dependency >
20
20
<groupId >com.google.cloud</groupId >
21
21
<artifactId >google-cloud-bigqueryconnection</artifactId >
22
- <version >2.4 .0</version >
22
+ <version >2.5 .0</version >
23
23
</dependency >
24
24
25
25
```
26
26
27
27
If you are using Gradle without BOM, add this to your dependencies:
28
28
29
29
``` Groovy
30
- implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.4 .0'
30
+ implementation 'com.google.cloud:google-cloud-bigqueryconnection:2.5 .0'
31
31
```
32
32
33
33
If you are using SBT, add this to your dependencies:
34
34
35
35
``` Scala
36
- libraryDependencies += " com.google.cloud" % " google-cloud-bigqueryconnection" % " 2.4 .0"
36
+ libraryDependencies += " com.google.cloud" % " google-cloud-bigqueryconnection" % " 2.5 .0"
37
37
```
38
38
39
39
## Authentication
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >com.google.cloud</groupId >
31
31
<artifactId >google-cloud-bigqueryconnection</artifactId >
32
- <version >2.4 .0</version >
32
+ <version >2.5 .0</version >
33
33
</dependency >
34
34
<!-- [END bigqueryconnection_install_without_bom] -->
35
35
Original file line number Diff line number Diff line change 40
40
<groupId >com.google.cloud</groupId >
41
41
<artifactId >google-cloud-bigqueryconnection</artifactId >
42
42
<!-- TODO: REMOVE VERSION SPECIFIED BELOW WHEN THE CLIENT GOES GA-->
43
- <version >2.4 .0</version >
43
+ <version >2.5 .0</version >
44
44
</dependency >
45
45
46
46
<dependency >
You can’t perform that action at this time.
0 commit comments