This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://.com/googleapis/java-kms.git",
"sha": "a410752398468bde9f0981ab8b066cd6375db7a8"
"sha": "710b91f10a24ad951ec648c639bbd46248b20764"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://.com/googleapis/synthtool.git",
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
"sha": "c84c8f156e09702e1c8946bfb9746e6f5892cf27"
}
}
]
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -39,25 +39,25 @@ If you are using Maven without BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kms</artifactId>
<version>1.40.8</version>
<version>1.41.1</version>
</dependency>

```

If you are using Gradle 5.x or later, add this to your dependencies
```Groovy
implementation platform('com.google.cloud:libraries-bom:19.0.0')
implementation platform('com.google.cloud:libraries-bom:19.2.1')

compile 'com.google.cloud:google-cloud-kms'
```
If you are using Gradle without BOM, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-kms:1.41.0'
compile 'com.google.cloud:google-cloud-kms:1.41.1'
```

If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "1.41.0"
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "1.41.1"
```

## Authentication
Expand Down