File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-kms'
57
57
If you are using Gradle without BOM, add this to your dependencies:
58
58
59
59
``` Groovy
60
- implementation 'com.google.cloud:google-cloud-kms:2.6.3 '
60
+ implementation 'com.google.cloud:google-cloud-kms:2.6.4 '
61
61
```
62
62
63
63
If you are using SBT, add this to your dependencies:
64
64
65
65
``` Scala
66
- libraryDependencies += " com.google.cloud" % " google-cloud-kms" % " 2.6.3 "
66
+ libraryDependencies += " com.google.cloud" % " google-cloud-kms" % " 2.6.4 "
67
67
```
68
68
69
69
## 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-kms-bom</artifactId >
79
- <version >2.6.3 </version ><!-- {x-version-update:google-cloud-kms-bom:current} -->
79
+ <version >2.6.4 </version ><!-- {x-version-update:google-cloud-kms-bom:current} -->
80
80
</dependency >
81
81
82
82
<dependency >
You can’t perform that action at this time.
0 commit comments