Skip to content

Commit

Permalink
Bump libraries-bom from 21.0.0 to 22.0.0
Browse files Browse the repository at this point in the history
Bumps [libraries-bom](https://github.com/GoogleCloudPlatform/cloud-opensource-java) from 21.0.0 to 22.0.0.
- [Release notes](https://github.com/GoogleCloudPlatform/cloud-opensource-java/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-opensource-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GoogleCloudPlatform/cloud-opensource-java/commits)

---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and AlexanderPrendota committed Aug 28, 2021
1 parent 91223ab commit c9be9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-kms-signer-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation(platform("com.google.cloud:libraries-bom:21.0.0"))
implementation(platform("com.google.cloud:libraries-bom:22.0.0"))
implementation("com.google.cloud:google-cloud-kms")
implementation("com.github.spullara.cli-parser:cli-parser:1.1.5")
implementation(project(":lib"))
Expand Down

0 comments on commit c9be9c4

Please sign in to comment.