Skip to content

Commit

Permalink
Bump Azure.Storage.Queues from 12.12.0 to 12.14.0 (#1593)
Browse files Browse the repository at this point in the history
Bumps [Azure.Storage.Queues](https://github.com/Azure/azure-sdk-for-net) from 12.12.0 to 12.14.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Queues_12.12.0...Azure.Storage.Queues_12.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 5, 2023
1 parent e2062a9 commit 9436424
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Akka.Streams.Azure.StorageQueue</AssemblyTitle>
<Description>Azure Storage Queue adapter for Akka.NET Streams</Description>
Expand All @@ -8,6 +8,6 @@

<ItemGroup>
<PackageReference Include="Akka.Streams" Version="$(AkkaVersion)" />
<PackageReference Include="Azure.Storage.Queues" Version="12.12.0" />
<PackageReference Include="Azure.Storage.Queues" Version="12.14.0" />
</ItemGroup>
</Project>

0 comments on commit 9436424

Please sign in to comment.