agrc / parole-and-probation

A website for UDC parole officers to plan their visits
https://fieldmap.udc.utah.gov
MIT License
0 stars 1 forks source link

chore(deps): bump the safe-api-dependencies group in /src with 7 updates #311

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the safe-api-dependencies group in /src with 7 updates:

Package From To
Dapper 2.1.11 2.1.15
Microsoft.AspNetCore.Authentication.OpenIdConnect 7.0.12 7.0.13
Microsoft.AspNetCore.DataProtection.StackExchangeRedis 7.0.12 7.0.13
Microsoft.AspNetCore.SpaProxy 7.0.12 7.0.13
Microsoft.Data.SqlClient 5.1.1 5.1.2
Microsoft.Extensions.Caching.StackExchangeRedis 7.0.12 7.0.13
Microsoft.Extensions.Http.Polly 7.0.12 7.0.13

Updates Dapper from 2.1.11 to 2.1.15

Release notes

Sourced from Dapper's releases.

2.1.15

What's Changed

Full Changelog: https://github.com/DapperLib/Dapper/compare/2.1.11...2.1.15

Commits


Updates Microsoft.AspNetCore.Authentication.OpenIdConnect from 7.0.12 to 7.0.13

Release notes

Sourced from Microsoft.AspNetCore.Authentication.OpenIdConnect's releases.

.NET 7.0.13

Release

Commits
  • d634f2b Update submodules
  • e9fd676 Update dependencies from runtime 197670 and efcore 197614
  • 97ecd86 Fix Nuget.config
  • 8306e5d Revert "Fixup pRequestInfo after GCs (#50448)"
  • 3509fd7 Resolve conflicts
  • d9d432e Update branding to 7.0.13 (#51116)
  • f593484 Merged PR 33717: Updated Version.Details.xml - revert sha for System.Threadin...
  • c028a7c Fix 6.0 SiteExtension version (#50708)
  • 2b0b7f7 [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-runtime
  • c683abf [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-efcore
  • Additional commits viewable in compare view


Updates Microsoft.AspNetCore.DataProtection.StackExchangeRedis from 7.0.12 to 7.0.13

Release notes

Sourced from Microsoft.AspNetCore.DataProtection.StackExchangeRedis's releases.

.NET 7.0.13

Release

Commits
  • d634f2b Update submodules
  • e9fd676 Update dependencies from runtime 197670 and efcore 197614
  • 97ecd86 Fix Nuget.config
  • 8306e5d Revert "Fixup pRequestInfo after GCs (#50448)"
  • 3509fd7 Resolve conflicts
  • d9d432e Update branding to 7.0.13 (#51116)
  • f593484 Merged PR 33717: Updated Version.Details.xml - revert sha for System.Threadin...
  • c028a7c Fix 6.0 SiteExtension version (#50708)
  • 2b0b7f7 [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-runtime
  • c683abf [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-efcore
  • Additional commits viewable in compare view


Updates Microsoft.AspNetCore.SpaProxy from 7.0.12 to 7.0.13

Release notes

Sourced from Microsoft.AspNetCore.SpaProxy's releases.

.NET 7.0.13

Release

Commits
  • d634f2b Update submodules
  • e9fd676 Update dependencies from runtime 197670 and efcore 197614
  • 97ecd86 Fix Nuget.config
  • 8306e5d Revert "Fixup pRequestInfo after GCs (#50448)"
  • 3509fd7 Resolve conflicts
  • d9d432e Update branding to 7.0.13 (#51116)
  • f593484 Merged PR 33717: Updated Version.Details.xml - revert sha for System.Threadin...
  • c028a7c Fix 6.0 SiteExtension version (#50708)
  • 2b0b7f7 [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-runtime
  • c683abf [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-efcore
  • Additional commits viewable in compare view


Updates Microsoft.Data.SqlClient from 5.1.1 to 5.1.2

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

Stable Release v5.1.2

[Stable release 5.1.2] - 2023-10-26

Fixed

  • Fixed access violation when using SQL Express user instance. #2101
  • Fixed Always Encrypted secure enclave retry logic for async queries. #1988
  • Fixed LocalDb and managed SNI by improving the error messages and avoid falling back to the local service. #2129
  • Fixed .NET and .NET Standard file version. 2093
  • Fixed non-string values and SqlConnectionStringBuilder property indexer issue. #2018
  • Fixed SqlConnectionEncryptOption type conversion by introducing the SqlConnectionEncryptOptionConverter attribute when using appsettings.json files. #2057
  • Fixed Transient fault handling issue with OpenAsync. #1983
  • Fixed activity correlator to continue use of same GUID for connection activity. #1997

Changed

  • Updated Microsoft.Data.SqlClient.SNI (.NET Framework dependency) and Microsoft.Data.SqlClient.SNI.runtime (.NET Core/Standard dependency) version to 5.1.1. #2123

For summary of all changes over v5.1.1, refer to 5.1.2.md

Changelog

Sourced from Microsoft.Data.SqlClient's changelog.

[Stable release 5.1.2] - 2023-10-26

This update brings the below changes over the previous release:

Changed

  • Updated Azure Identity version from 1.7.0 to 1.8.0. #1921
  • Improved parsing buffered characters in TdsParser. #1544
  • Removed reference to Microsoft.Win32.Registry since it's shipped starting with .NET 6.0. #1974
  • Added Microsoft.SqlServer.Types to verify support for SqlHierarchyId and Spatial for .NET Core. #1848
  • Code health improvements:#1943#1949#1198#1829

Fixed

  • Fixed access violation when using SQL Express user instance. #2101
  • Fixed Always Encrypted secure enclave retry logic for async queries. #1988
  • Fixed LocalDb and managed SNI by improving the error messages and avoid falling back to the local service. #2129
  • Fixed .NET and .NET Standard file version. 2093
  • Fixed non-string values and SqlConnectionStringBuilder property indexer issue. #2018
  • Fixed SqlConnectionEncryptOption type conversion by introducing the SqlConnectionEncryptOptionConverter attribute when using appsettings.json files. #2057
  • Fixed Transient fault handling issue with OpenAsync. #1983
  • Fixed activity correlator to continue use of same GUID for connection activity. #1997

Changed

  • Updated Microsoft.Data.SqlClient.SNI (.NET Framework dependency) and Microsoft.Data.SqlClient.SNI.runtime (.NET Core/Standard dependency) version to 5.1.1. #2123
Commits
  • 3fd439b Merged PR 4037: [5.1.2] | Fix activity correlator to continue using same GUID...
  • 7ad5c58 Merged PR 4038: [5.1.2] Fix | AE enclave retry logic not working for async qu...
  • f85aa55 Merged PR 4029: [5.1.2] Fix | Adding non-string support to SqlConnectionStrin...
  • c5dc895 Merged PR 4039: [5.1.2] | Fix .NET and .NET standard file version (#2093)
  • 0df83f4 Merged PR 4031: [5.1.2] | Fix access violation when using Express user instan...
  • b9f133b Merged PR 4036: [5.1.2] Fix | LocalDb and managed SNI (#2129)
  • 1dba81c Merged PR 4034: [5.1.2] | Update SNI version (#2123)
  • 0b51b63 Merged PR 4030: [5.1.2] Fix | Adding type convertor support for SqlConnection...
  • 80d1f47 Merged PR 4035: [5.1.2] | Fix Transient fault handling issue with OpenAsync (...
  • 39cedc8 Test | Disable SqlConnectionReliabilityTest.ConcurrentExecution test (#1998) ...
  • See full diff in compare view


Updates Microsoft.Extensions.Caching.StackExchangeRedis from 7.0.12 to 7.0.13

Release notes

Sourced from Microsoft.Extensions.Caching.StackExchangeRedis's releases.

.NET 7.0.13

Release

Commits
  • d634f2b Update submodules
  • e9fd676 Update dependencies from runtime 197670 and efcore 197614
  • 97ecd86 Fix Nuget.config
  • 8306e5d Revert "Fixup pRequestInfo after GCs (#50448)"
  • 3509fd7 Resolve conflicts
  • d9d432e Update branding to 7.0.13 (#51116)
  • f593484 Merged PR 33717: Updated Version.Details.xml - revert sha for System.Threadin...
  • c028a7c Fix 6.0 SiteExtension version (#50708)
  • 2b0b7f7 [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-runtime
  • c683abf [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-efcore
  • Additional commits viewable in compare view


Updates Microsoft.Extensions.Http.Polly from 7.0.12 to 7.0.13

Release notes

Sourced from Microsoft.Extensions.Http.Polly's releases.

.NET 7.0.13

Release

Commits
  • d634f2b Update submodules
  • e9fd676 Update dependencies from runtime 197670 and efcore 197614
  • 97ecd86 Fix Nuget.config
  • 8306e5d Revert "Fixup pRequestInfo after GCs (#50448)"
  • 3509fd7 Resolve conflicts
  • d9d432e Update branding to 7.0.13 (#51116)
  • f593484 Merged PR 33717: Updated Version.Details.xml - revert sha for System.Threadin...
  • c028a7c Fix 6.0 SiteExtension version (#50708)
  • 2b0b7f7 [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-runtime
  • c683abf [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-efcore
  • Additional commits viewable in compare view


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 commands and options
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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions