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
…7 to 4.9.0 (#1642)

* 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.7 to 4.9.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-security-keyvault-keys_4.8.7...azure-cosmos_4.9.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] <[email protected]>

* update dependencies

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ndr_brt <[email protected]>
  • Loading branch information
dependabot[bot] and ndr-brt authored Nov 5, 2024
1 parent a9fe8d0 commit 313d610
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ cmake-build-*/
# IntelliJ
out/

*.jar

# mpeltonen/sbt-idea plugin
.idea_modules/

Expand Down
1 change: 0 additions & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ maven/mavencentral/com.azure/azure-core/1.52.0, MIT, approved, clearlydefined
maven/mavencentral/com.azure/azure-core/1.53.0, MIT, approved, clearlydefined
maven/mavencentral/com.azure/azure-identity/1.14.0, MIT, approved, #16714
maven/mavencentral/com.azure/azure-json/1.3.0, MIT, approved, clearlydefined
maven/mavencentral/com.azure/azure-security-keyvault-secrets/4.8.7, MIT, approved, #13690
maven/mavencentral/com.azure/azure-security-keyvault-secrets/4.9.0, MIT, approved, #16850
maven/mavencentral/com.azure/azure-storage-blob/12.28.1, MIT, approved, clearlydefined
maven/mavencentral/com.azure/azure-storage-common/12.27.0, MIT, approved, #16851
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.7")
implementation("com.azure:azure-security-keyvault-secrets:4.9.0")
runtimeOnly(libs.edc.transaction.local)
runtimeOnly(libs.edc.sql.pool)
runtimeOnly(libs.edc.sql.accesstokendata)
Expand Down

0 comments on commit 313d610

Please sign in to comment.