Skip to content

Commit

Permalink
chore(deps): bump com.azure:azure-security-keyvault-secrets from 4.6.…
Browse files Browse the repository at this point in the history
…0 to 4.6.1 (eclipse-tractusx#272)

* chore(deps): bump com.azure:azure-security-keyvault-secrets

Bumps [com.azure:azure-security-keyvault-secrets](https://github.com/Azure/azure-sdk-for-java) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-cosmos_4.6.0...azure-messaging-eventgrid_4.6.1)

---
updated-dependencies:
- dependency-name: com.azure:azure-security-keyvault-secrets
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* trigger-ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Latzelsperger <paul.latzelsperger@beardyinc.com>
  • Loading branch information
dependabot[bot] and paullatzelsperger committed May 4, 2023
1 parent 14247fd commit 1e92f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc-dataplane/edc-dataplane-azure-vault/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation(project(":edc-dataplane:edc-dataplane-base"))
implementation(edc.azure.vault)
implementation(edc.azure.identity)
implementation("com.azure:azure-security-keyvault-secrets:4.6.0")
implementation("com.azure:azure-security-keyvault-secrets:4.6.1")
}

tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
Expand Down

0 comments on commit 1e92f5a

Please sign in to comment.