Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency com.google.cloud:google-cloud-kms-bom …
Browse files Browse the repository at this point in the history
…to v2.2.1 (#646)

* chore(deps): update dependency com.google.cloud:google-cloud-kms-bom to v2.2.1

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] authored Oct 6, 2021
1 parent fa6b1d5 commit c48cce8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ implementation 'com.google.cloud:google-cloud-kms'
If you are using Gradle without BOM, add this to your dependencies

```Groovy
implementation 'com.google.cloud:google-cloud-kms:2.2.0'
implementation 'com.google.cloud:google-cloud-kms:2.2.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.2.0"
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.2.1"
```

## Authentication
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kms-bom</artifactId>
<version>2.2.0</version><!-- {x-version-update:google-cloud-kms-bom:current} -->
<version>2.2.1</version><!-- {x-version-update:google-cloud-kms-bom:current} -->
</dependency>

<dependency>
Expand Down

0 comments on commit c48cce8

Please sign in to comment.