This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >google-cloud-gke-connect-gateway</artifactId >
25
- <version >0.1 .0</version >
25
+ <version >0.2 .0</version >
26
26
</dependency >
27
27
```
28
28
29
29
If you are using Gradle without BOM, add this to your dependencies
30
30
31
31
``` Groovy
32
- compile 'com.google.cloud:google-cloud-gke-connect-gateway:0.1 .0'
32
+ compile 'com.google.cloud:google-cloud-gke-connect-gateway:0.2 .0'
33
33
```
34
34
35
35
If you are using SBT, add this to your dependencies
36
36
37
37
``` Scala
38
- libraryDependencies += " com.google.cloud" % " google-cloud-gke-connect-gateway" % " 0.1 .0"
38
+ libraryDependencies += " com.google.cloud" % " google-cloud-gke-connect-gateway" % " 0.2 .0"
39
39
```
40
40
41
41
## Authentication
Original file line number Diff line number Diff line change 76
76
<dependency >
77
77
<groupId >com.google.cloud</groupId >
78
78
<artifactId >google-cloud-shared-dependencies</artifactId >
79
- <version >2.0.0 </version >
79
+ <version >2.0.1 </version >
80
80
<type >pom</type >
81
81
<scope >import</scope >
82
82
</dependency >
You can’t perform that action at this time.
0 commit comments