Added explicit version for major .NET version dependencies on System.Runtime.Caching 8.0.0, System.Configuration.ConfigurationManager 8.0.0, and System.Diagnostics.
Changed Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Protocols.OpenIdConnect version 6.24.0 to 6.35.0 #2290 to address CVE-2024-21319
Updated Microsoft.Data.SqlClient.SNI (.NET Framework dependency) and Microsoft.Data.SqlClient.SNI.runtime (.NET/.NET Standard dependency) version to v5.2.0. #2363, which includes removing dead code and addressing static analysis warnings
Added explicit version for major .NET version dependencies on System.Runtime.Caching 8.0.0, System.Configuration.ConfigurationManager 8.0.0, and System.Diagnostics.
Changed Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Protocols.OpenIdConnect version 6.24.0 to 6.35.0 #2290 to address CVE-2024-21319
Updated Microsoft.Data.SqlClient.SNI (.NET Framework dependency) and Microsoft.Data.SqlClient.SNI.runtime (.NET/.NET Standard dependency) version to v5.2.0. #2363, which includes removing dead code and addressing static analysis warnings
Bumps the safe-api-dependencies group in /src with 8 updates:
2.1.15
2.1.28
3.4.0
3.5.1
4.2.0
4.3.0
7.0.13
7.0.16
7.0.13
7.0.16
5.1.3
5.2.0
9.28.1
9.29.2
2.0.1
2.1.0
Updates
Dapper
from 2.1.15 to 2.1.28Release notes
Sourced from Dapper's releases.
Commits
d7c1603
fix codegen error in value-type multimap #2005 (#2022)4160c9f
Update benchmarks with latest results. (#2016)3c3509f
Update SqlMapper.cs (#2010)0cd331b
Fixed documentation to read better (#2008)c46c69a
1. give clearer error messages when an ICustomQueryParameter is null (#2003)0272d82
chore: Update Readme.md (#2002)cea07ab
AppVeyor: Restore MySQL (#1998)947b582
fix #1993 - when matching properties, prefer non-normalized property name (#1...5bb98eb
mysql on CI has gone rogue; disable? (#1996)6fdafc3
add commmit and rollback to "text" exclusion list (#1995)Updates
Google.Cloud.Firestore
from 3.4.0 to 3.5.1Commits
5d04d5b
Release Firestore libraries version 3.5.1 (#11732)d99a961
chore(deps): update dependency nuget.protocol to v6.9.1a359c07
feat: Add application field to finding's list of attributesc53462b
docs: Finish a sentence with a period0c2c601
docs: Clarify that the parent field in the CreateBillingAccountRequest must b...4cfbeae
tests: Use a project reference for Firestore in the Issue11653 ad hoc test8c4773a
tests: Add test for issue 11653, but with Datastore6a5e369
chore: Revert "chore: Stop sending legacy routing header."693b0da
tests: Unskip previously failing test.174b0bc
feat: Add UnenrollDataSources API which gives users a programmatic way to une...Updates
MailKit
from 4.2.0 to 4.3.0Changelog
Sourced from MailKit's changelog.
Commits
b111bdd
Bumped version to 4.3.064fa857
Bump nunit from 3.13.3 to 3.14.06a43622
Updated SSL certificatese0005fc
Use token.Value.ToString() to avoid char->string cast exception8ccd5a6
When parsing IMAP CAPABILITIES, treat '+' tokens as atomsb5bc1bf
And on ISmtpCliente468c71
And on the SmtpClient.DeliveryStatusNotificationType property8649239
Add the DSN example to DeliveryStatusNotification and DeliveryStatusNotificat...33e7326
Reduced a little bit of code duplication7e43c81
Fixed ImapFolderFetch.SkipParenthesizedList to be non-recursive and handle li...Updates
Microsoft.AspNetCore.Authentication.OpenIdConnect
from 7.0.13 to 7.0.16Release notes
Sourced from Microsoft.AspNetCore.Authentication.OpenIdConnect's releases.
Commits
610fe43
Merged PR 36652: [internal/release/7.0] Merge from publicba2ce58
Merged PR 36581: [internal/release/7.0] Update dependencies from dnceng/inter...1556403
Merged PR 36510: [internal/release/7.0] Update dependencies from dnceng/inter...eb7591e
[release/7.0] Update karma.local.conf.js (#53410)74466e7
Update Microsoft.AspNetCore.Components.WebView.csproj (#52972)cba3605
Update dependencies from https://github.com/dotnet/source-build-externals bui...961d1ec
Merged PR 36022: Fix time scaleecd58f3
Merge in 'release/7.0' changes6187b6e
Merge pull request #53250 from vseanreesermsft/internal-merge-7.0-2024-01-09-...0e9d775
Port fixUpdates
Microsoft.AspNetCore.SpaProxy
from 7.0.13 to 7.0.16Release notes
Sourced from Microsoft.AspNetCore.SpaProxy's releases.
Commits
610fe43
Merged PR 36652: [internal/release/7.0] Merge from publicba2ce58
Merged PR 36581: [internal/release/7.0] Update dependencies from dnceng/inter...1556403
Merged PR 36510: [internal/release/7.0] Update dependencies from dnceng/inter...eb7591e
[release/7.0] Update karma.local.conf.js (#53410)74466e7
Update Microsoft.AspNetCore.Components.WebView.csproj (#52972)cba3605
Update dependencies from https://github.com/dotnet/source-build-externals bui...961d1ec
Merged PR 36022: Fix time scaleecd58f3
Merge in 'release/7.0' changes6187b6e
Merge pull request #53250 from vseanreesermsft/internal-merge-7.0-2024-01-09-...0e9d775
Port fixUpdates
Microsoft.Data.SqlClient
from 5.1.3 to 5.2.0Release notes
Sourced from Microsoft.Data.SqlClient's releases.
... (truncated)
Changelog
Sourced from Microsoft.Data.SqlClient's changelog.
... (truncated)
Commits
faf9b95
Fix | ExecuteReaderAsync API xml and ref files (#2373)51ef22c
Fix | ExecuteReaderAsync API return type in ref file (#2372)e9cab01
[Scheduled Run] Localized resource files from OneLocBuild10c9e17
Fix | Refine documents for GA v5.2 (#2371)94c089e
Fix | Fix unit test for SPN to include port number with Managed SNI (#2281)5cd9514
Test | Adjust tests to read IsAzureSynapse value from database (#2367)5a98166
[Scheduled Run] Localized resource files from OneLocBuild8b1b7a9
Fix | Removing non-breaking space from links inside some of exception message...ed949d5
Change | Updating SNI version to 5.2.0 (#2363)e3cf59d
[Scheduled Run] Localized resource files from OneLocBuildUpdates
SendGrid
from 9.28.1 to 9.29.2Release notes
Sourced from SendGrid's releases.
Changelog
Sourced from SendGrid's changelog.
Commits
15c6a51
Update test-and-deploy.yml (#1203)f8094d1
Release 9.29.240064ea
[Librarian] Version Bump453b5af
chore: corrected nuget push (#1202)6e5d2f8
chore: added code-signing workflow (#1201)c14b664
chore: Update test-and-deploy.yml (#1199)d439e73
Update test-and-deploy.yml (#1198)4b24a36
chore: import-certificate added as prerequisite for deploy (#1197)64755fc
chore: added import-certificate workflow (#1196)f20a281
chore: Update LICENSE (#1193)Updates
Yarp.ReverseProxy
from 2.0.1 to 2.1.0Release notes
Sourced from Yarp.ReverseProxy's releases.
... (truncated)
Commits
... _Description has been truncated_