Skip to content

Commit

Permalink
Bump Azure.Storage.Blobs from 12.13.1 to 12.15.0 (#287)
Browse files Browse the repository at this point in the history
Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.13.1 to 12.15.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.13.1...Azure.Storage.Blobs_12.15.0)

---
updated-dependencies:
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2023
1 parent abfb60b commit 4bc801e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-system/azure-pipeline.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
persistCredentials: true
# Linux or macOS
- bash: |
sudo npm install -g azurite@3.18.0
sudo npm install -g azurite@3.22.0
sudo mkdir azurite
sudo azurite --silent --location azurite --debug azirute/debug.log &
displayName: 'Install and Run Azurite (Linux)'
Expand All @@ -33,7 +33,7 @@ jobs:
AZURE_CONNECTION_STR: UseDevelopmentStorage=true
# Windows
- powershell: |
npm install -g azurite@3.18.0
npm install -g azurite@3.22.0
mkdir azurite
Start-Process azurite.cmd -PassThru
displayName: 'Install and Run Azurite (Windows)'
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageVersion Include="Akka.Persistence.Query" Version="$(AkkaVersion)" />
<PackageVersion Include="Azure.Data.Tables" Version="12.8.0" />
<PackageVersion Include="Azure.Identity" Version="1.8.2" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.13.1" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.15.0" />
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
<PackageVersion Include="Akka.Persistence.Hosting" Version="$(AkkaHostingVersion)" />
<PackageVersion Include="NBench" Version="2.0.1" />
Expand Down

0 comments on commit 4bc801e

Please sign in to comment.