This repository was archived by the owner on Sep 16, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
1919<dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >google-cloud-security-private-ca</artifactId >
22- <version >1.1 .0</version >
22+ <version >2.0 .0</version >
2323</dependency >
2424```
2525
2626If you are using Gradle without BOM, add this to your dependencies
2727
2828``` Groovy
29- compile 'com.google.cloud:google-cloud-security-private-ca:1.1 .0'
29+ compile 'com.google.cloud:google-cloud-security-private-ca:2.0 .0'
3030```
3131
3232If you are using SBT, add this to your dependencies
3333
3434``` Scala
35- libraryDependencies += " com.google.cloud" % " google-cloud-security-private-ca" % " 1.1 .0"
35+ libraryDependencies += " com.google.cloud" % " google-cloud-security-private-ca" % " 2.0 .0"
3636```
3737
3838## Authentication
Original file line number Diff line number Diff line change 8787 <dependency >
8888 <groupId >com.google.cloud</groupId >
8989 <artifactId >google-cloud-shared-dependencies</artifactId >
90- <version >2.0.0 </version >
90+ <version >2.0.1 </version >
9191 <type >pom</type >
9292 <scope >import</scope >
9393 </dependency >
You can’t perform that action at this time.
0 commit comments