Skip to content

Commit

Permalink
chore(deps): bump com.azure:azure-security-keyvault-secrets
Browse files Browse the repository at this point in the history
Bumps [com.azure:azure-security-keyvault-secrets](https://github.com/Azure/azure-sdk-for-java) from 4.6.5 to 4.7.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-security-keyvault-keys_4.6.5...azure-cosmos_4.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 2, 2023
1 parent 16a988c commit a80c3e0
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 @@ -32,7 +32,7 @@ dependencies {
}
}
implementation(libs.edc.azure.identity)
implementation("com.azure:azure-security-keyvault-secrets:4.6.5")
implementation("com.azure:azure-security-keyvault-secrets:4.7.0")
runtimeOnly(project(":edc-extensions:edr:edr-cache-sql"))
runtimeOnly(libs.edc.transaction.local)
runtimeOnly(libs.edc.sql.pool)
Expand Down

0 comments on commit a80c3e0

Please sign in to comment.