Skip to content

Commit

Permalink
Bump the azurestorage group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the azurestorage group with 2 updates in the /prime-router directory: [com.azure:azure-storage-blob](https://github.com/Azure/azure-sdk-for-java) and [com.azure:azure-storage-queue](https://github.com/Azure/azure-sdk-for-java).


Updates `com.azure:azure-storage-blob` from 12.27.0 to 12.29.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-storage-blob_12.27.0...azure-storage-blob_12.29.0)

Updates `com.azure:azure-storage-queue` from 12.22.0 to 12.24.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-storage-blob_12.22.0...azure-storage-blob_12.24.0)

---
updated-dependencies:
- dependency-name: com.azure:azure-storage-blob
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azurestorage
- dependency-name: com.azure:azure-storage-queue
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azurestorage
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent 8d3bdf8 commit 0476f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -862,10 +862,10 @@ dependencies {
implementation("com.microsoft.azure.functions:azure-functions-java-library:3.1.0")
implementation("com.azure:azure-core:1.52.0")
implementation("com.azure:azure-core-http-netty:1.15.4")
implementation("com.azure:azure-storage-blob:12.27.0") {
implementation("com.azure:azure-storage-blob:12.29.0") {
exclude(group = "com.azure", module = "azure-core")
}
implementation("com.azure:azure-storage-queue:12.22.0") {
implementation("com.azure:azure-storage-queue:12.24.0") {
exclude(group = "com.azure", module = "azure-core")
}
implementation("com.azure:azure-security-keyvault-secrets:4.9.0") {
Expand Down

0 comments on commit 0476f0d

Please sign in to comment.