Skip to content

Commit

Permalink
test(deps): update kms.version to v0.97.2 (#1562)
Browse files Browse the repository at this point in the history
* deps: update kms.version to v0.97.2

* chore: add kms artifacts to renovate config as test(deps)

Co-authored-by: BenWhitehead <[email protected]>
  • Loading branch information
renovate-bot and BenWhitehead committed Aug 9, 2022
1 parent 20887dd commit b27008b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google-cloud-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>
<properties>
<site.installationModule>google-cloud-storage</site.installationModule>
<kms.version>0.97.0</kms.version>
<kms.version>0.97.2</kms.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@
},
{
"packagePatterns": [
"^com.google.cloud:google-cloud-pubsub"
"^com.google.cloud:google-cloud-pubsub",
"^com.google.api.grpc:grpc-google-cloud-kms-v1",
"^com.google.api.grpc:proto-google-cloud-kms-v1"
],
"semanticCommitType": "test",
"semanticCommitScope": "deps"
Expand Down

0 comments on commit b27008b

Please sign in to comment.