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.28.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.28.0)

Updates `com.azure:azure-storage-queue` from 12.22.0 to 12.23.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.23.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] committed Sep 20, 2024
1 parent fe66c64 commit 71e3a28
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 @@ -818,10 +818,10 @@ dependencies {
implementation("com.microsoft.azure.functions:azure-functions-java-library:3.1.0")
implementation("com.azure:azure-core:1.51.0")
implementation("com.azure:azure-core-http-netty:1.15.3")
implementation("com.azure:azure-storage-blob:12.27.0") {
implementation("com.azure:azure-storage-blob:12.28.0") {
exclude(group = "com.azure", module = "azure-core")
}
implementation("com.azure:azure-storage-queue:12.22.0") {
implementation("com.azure:azure-storage-queue:12.23.0") {
exclude(group = "com.azure", module = "azure-core")
}
implementation("com.azure:azure-security-keyvault-secrets:4.8.5") {
Expand Down

0 comments on commit 71e3a28

Please sign in to comment.