Skip to content

Commit

Permalink
chore(deps): bump com.azure:azure-security-keyvault-secrets from 4.8.…
Browse files Browse the repository at this point in the history
…5 to 4.8.6 (eclipse-tractusx#1516)

* 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.8.5 to 4.8.6.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-security-keyvault-keys_4.8.5...azure-security-keyvault-keys_4.8.6)

---
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] <[email protected]>

* chore: dependencies file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Enrico Risa <[email protected]>
  • Loading branch information
dependabot[bot] and wolf4ood authored Aug 27, 2024
1 parent 49bd175 commit 1483e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ maven/mavencentral/com.azure/azure-core/1.51.0, MIT, approved, clearlydefined
maven/mavencentral/com.azure/azure-identity/1.13.2, MIT, approved, clearlydefined
maven/mavencentral/com.azure/azure-json/1.2.0, MIT, approved, clearlydefined
maven/mavencentral/com.azure/azure-security-keyvault-secrets/4.8.5, MIT, approved, #13690
maven/mavencentral/com.azure/azure-security-keyvault-secrets/4.8.6, MIT, approved, #13690
maven/mavencentral/com.azure/azure-storage-blob/12.26.0, MIT, approved, clearlydefined
maven/mavencentral/com.azure/azure-storage-blob/12.27.1, MIT, approved, clearlydefined
maven/mavencentral/com.azure/azure-storage-common/12.25.0, MIT, approved, clearlydefined
Expand Down
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 @@ -33,7 +33,7 @@ dependencies {
}
}
implementation(libs.edc.azure.identity)
implementation("com.azure:azure-security-keyvault-secrets:4.8.5")
implementation("com.azure:azure-security-keyvault-secrets:4.8.6")
runtimeOnly(libs.edc.transaction.local)
runtimeOnly(libs.edc.sql.pool)
runtimeOnly(libs.edc.sql.accesstokendata)
Expand Down

0 comments on commit 1483e9c

Please sign in to comment.