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
…5 to 4.7.0 (#804)

* 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.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>

* chore: update dependencies file

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Enrico Risa <enrico.risa@gmail.com>
  • Loading branch information
dependabot[bot] and wolf4ood authored Oct 20, 2023
1 parent 42b9a1d commit 447f01c
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 @@ -13,6 +13,7 @@ maven/mavencentral/com.azure/azure-identity/1.10.1, MIT AND Apache-2.0, approved
maven/mavencentral/com.azure/azure-identity/1.10.4, MIT AND Apache-2.0, approved, #10086
maven/mavencentral/com.azure/azure-json/1.1.0, MIT AND Apache-2.0, approved, #10547
maven/mavencentral/com.azure/azure-security-keyvault-secrets/4.6.5, MIT, approved, #7940
maven/mavencentral/com.azure/azure-security-keyvault-secrets/4.7.0, MIT, approved, #10868
maven/mavencentral/com.azure/azure-storage-blob/12.24.0, MIT, approved, #10568
maven/mavencentral/com.azure/azure-storage-common/12.23.0, MIT, approved, #10569
maven/mavencentral/com.azure/azure-storage-internal-avro/12.9.0, MIT, approved, #10560
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 @@ -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 447f01c

Please sign in to comment.