This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ If you are using Maven without BOM, add this to your dependencies:
4141<dependency >
4242 <groupId >com.google.cloud</groupId >
4343 <artifactId >google-cloud-container</artifactId >
44- <version >2.5.0 </version >
44+ <version >2.5.1 </version >
4545</dependency >
4646
4747```
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-container'
5656If you are using Gradle without BOM, add this to your dependencies:
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-container:2.5.0 '
59+ implementation 'com.google.cloud:google-cloud-container:2.5.1 '
6060```
6161
6262If you are using SBT, add this to your dependencies:
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-container" % " 2.5.0 "
65+ libraryDependencies += " com.google.cloud" % " google-cloud-container" % " 2.5.1 "
6666```
6767
6868## Authentication
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >com.google.cloud</groupId >
3131 <artifactId >google-cloud-container</artifactId >
32- <version >2.5.0 </version >
32+ <version >2.5.1 </version >
3333 </dependency >
3434 <!-- [END container_install_without_bom] -->
3535
Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >com.google.cloud</groupId >
3030 <artifactId >google-cloud-container</artifactId >
31- <version >2.5.0 </version >
31+ <version >2.5.1 </version >
3232 </dependency >
3333
3434 <dependency >
You can’t perform that action at this time.
0 commit comments