This repository was archived by the owner on Sep 9, 2023. It is now read-only.
File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ implementation 'com.google.cloud:google-cloud-aiplatform'
45
45
If you are using Gradle without BOM, add this to your dependencies:
46
46
47
47
``` Groovy
48
- implementation 'com.google.cloud:google-cloud-aiplatform:3.4.0 '
48
+ implementation 'com.google.cloud:google-cloud-aiplatform:3.4.1 '
49
49
```
50
50
51
51
If you are using SBT, add this to your dependencies:
52
52
53
53
``` Scala
54
- libraryDependencies += " com.google.cloud" % " google-cloud-aiplatform" % " 3.4.0 "
54
+ libraryDependencies += " com.google.cloud" % " google-cloud-aiplatform" % " 3.4.1 "
55
55
```
56
56
57
57
## Authentication
Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >com.google.cloud</groupId >
59
59
<artifactId >google-cloud-bigquery</artifactId >
60
- <version >2.17.0 </version >
60
+ <version >2.17.1 </version >
61
61
</dependency >
62
62
</dependencies >
63
63
Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >com.google.cloud</groupId >
59
59
<artifactId >google-cloud-bigquery</artifactId >
60
- <version >2.17.0 </version >
60
+ <version >2.17.1 </version >
61
61
</dependency >
62
62
</dependencies >
63
63
Original file line number Diff line number Diff line change 65
65
<dependency >
66
66
<groupId >com.google.cloud</groupId >
67
67
<artifactId >google-cloud-bigquery</artifactId >
68
- <version >2.17.0 </version >
68
+ <version >2.17.1 </version >
69
69
</dependency >
70
70
</dependencies >
71
71
</project >
You can’t perform that action at this time.
0 commit comments