Skip to content

Commit

Permalink
Bump Microsoft.Data.SqlClient from 3.0.0 to 3.1.5 in /src/DurableTask…
Browse files Browse the repository at this point in the history
….SqlServer (#204)

* Bump Microsoft.Data.SqlClient in /src/DurableTask.SqlServer

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 3.0.0 to 3.1.5.
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v3.0.0...v3.1.5)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG.md

---------

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 Jan 16, 2024
1 parent 4adc14b commit 00f218c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

(Add new notes here)
### Updates

* Bump Microsoft.Data.SqlClient from 3.0.0 to 3.1.5 ([#204](https://github.com/microsoft/durabletask-mssql/pull/204))

## v1.2.2

Expand Down
2 changes: 1 addition & 1 deletion src/DurableTask.SqlServer/DurableTask.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="2.*" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="3.1.5" />
<PackageReference Include="SemanticVersion" Version="2.1.0" />
<PackageReference Include="System.Threading.Channels" Version="4.7.1" />
</ItemGroup>
Expand Down

0 comments on commit 00f218c

Please sign in to comment.