Skip to content

Commit

Permalink
build(deps): bump Akka.Persistence.SqlServer and Microsoft.Data.SqlCl…
Browse files Browse the repository at this point in the history
…ient (#369)

Bumps [Akka.Persistence.SqlServer](https://github.com/akkadotnet/Akka.Persistence.SqlServer) and [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient). These dependencies needed to be updated together.

Updates `Akka.Persistence.SqlServer` from 1.5.4 to 1.5.15
- [Release notes](https://github.com/akkadotnet/Akka.Persistence.SqlServer/releases)
- [Changelog](https://github.com/akkadotnet/Akka.Persistence.SqlServer/blob/dev/RELEASE_NOTES.md)
- [Commits](akkadotnet/Akka.Persistence.SqlServer@1.5.4...1.5.15)

Updates `Microsoft.Data.SqlClient` from 5.1.1 to 5.1.4
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v5.1.1...v5.1.4)

---
updated-dependencies:
- dependency-name: Akka.Persistence.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] authored May 6, 2024
1 parent 719ea8f commit b07946c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</ItemGroup>
<!-- SQL Server dependencies -->
<ItemGroup>
<PackageVersion Include="Akka.Persistence.SqlServer" Version="1.5.4" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.1" />
<PackageVersion Include="Akka.Persistence.SqlServer" Version="1.5.15" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageVersion Include="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
</ItemGroup>
<!-- Sqlite dependencies -->
Expand Down

0 comments on commit b07946c

Please sign in to comment.