Skip to content

Commit 1f68a1e

Browse files
Bump Azure.Storage.Blobs from 12.15.0 to 12.15.1 (#911)
Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.15.0 to 12.15.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-net/releases">Azure.Storage.Blobs's releases</a>.</em></p> <blockquote> <h2>Azure.Storage.Blobs_12.15.1</h2> <h2>12.15.1 (2023-03-24)</h2> <ul> <li>Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/145d690077d35fdcbfdfff1aefc7a5caf11bea99"><code>145d690</code></a> Revert &quot;fixing release pipeline build&quot;</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/29a640f4e898ab79bf2e69e41a8fcccd7c049ee2"><code>29a640f</code></a> fixing release pipeline build</li> <li><a href="https://github.com/Azure/azure-sdk-for-net/commit/9e5172450fc97b410d9783f4f9576a531dca67b4"><code>9e51724</code></a> Prepared storage for patch release (<a href="https://redirect.github.com/Azure/azure-sdk-for-net/issues/35112">#35112</a>)</li> <li>See full diff in <a href="https://github.com/Azure/azure-sdk-for-net/compare/Azure.Storage.Blobs_12.15.0...Azure.Storage.Blobs_12.15.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Azure.Storage.Blobs&package-manager=nuget&previous-version=12.15.0&new-version=12.15.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75f2e28 commit 1f68a1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Octoshift/Octoshift.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="AWSSDK.S3" Version="3.7.103.34" />
10-
<PackageReference Include="Azure.Storage.Blobs" Version="12.15.0" />
10+
<PackageReference Include="Azure.Storage.Blobs" Version="12.15.1" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
1212
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
1313
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

src/gei/gei.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Azure.Storage.Blobs" Version="12.15.0" />
10+
<PackageReference Include="Azure.Storage.Blobs" Version="12.15.1" />
1111
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.5.0" />
1212
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
1313
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />

0 commit comments

Comments
 (0)