This repository was archived by the owner on Oct 2, 2023. It is now read-only.

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://.com/googleapis/java-kms.git",
7-
"sha": "a410752398468bde9f0981ab8b066cd6375db7a8"
7+
"sha": "710b91f10a24ad951ec648c639bbd46248b20764"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://.com/googleapis/synthtool.git",
14-
"sha": "2c54c473779ea731128cea61a3a6c975a08a5378"
14+
"sha": "c84c8f156e09702e1c8946bfb9746e6f5892cf27"
1515
}
1616
}
1717
]
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,25 @@ If you are using Maven without BOM, add this to your dependencies:
3939
<dependency>
4040
<groupId>com.google.cloud</groupId>
4141
<artifactId>google-cloud-kms</artifactId>
42-
<version>1.40.8</version>
42+
<version>1.41.1</version>
4343
</dependency>
4444

4545
```
4646

4747
If you are using Gradle 5.x or later, add this to your dependencies
4848
```Groovy
49-
implementation platform('com.google.cloud:libraries-bom:19.0.0')
49+
implementation platform('com.google.cloud:libraries-bom:19.2.1')
5050
5151
compile 'com.google.cloud:google-cloud-kms'
5252
```
5353
If you are using Gradle without BOM, add this to your dependencies
5454
```Groovy
55-
compile 'com.google.cloud:google-cloud-kms:1.41.0'
55+
compile 'com.google.cloud:google-cloud-kms:1.41.1'
5656
```
5757

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

6363
## Authentication

0 commit comments

Comments
 (0)