Bump the dependencies group with 12 updates#908
Conversation
Bumps coverlet.msbuild from 8.0.1 to 10.0.0 Bumps Elastic.Clients.Elasticsearch from 9.3.4 to 9.3.5 Bumps FluentAssertions from 8.8.0 to 8.9.0 Bumps log4net from 3.3.0 to 3.3.1 Bumps Microsoft.Extensions.Http from 10.0.2 to 10.0.7 Bumps Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 Bumps RabbitMQ.Client from 6.8.1 to 7.2.1 Bumps SonarAnalyzer.CSharp from 10.22.0.136894 to 10.24.0.138807 Bumps System.Diagnostics.EventLog from 10.0.5 to 10.0.7 Bumps System.Security.Permissions from 10.0.3 to 10.0.7 Bumps System.Text.Encoding.CodePages from 10.0.5 to 10.0.7 Bumps System.Text.Json from 10.0.5 to 10.0.7 --- updated-dependencies: - dependency-name: coverlet.msbuild dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 9.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: FluentAssertions dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: log4net dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Http dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: RabbitMQ.Client dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: SonarAnalyzer.CSharp dependency-version: 10.24.0.138807 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: System.Diagnostics.EventLog dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.Security.Permissions dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.Text.Encoding.CodePages dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.Text.Json dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs2026-04-24T15:36:08Z INF scanning for exposed secrets...
3:36PM INF 797 commits scanned.
2026-04-24T15:36:09Z INF scan completed in 1.21s
2026-04-24T15:36:09Z INF no leaks found
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
❌ Build CrispyWaffle 10.0.1572 failed (commit a66c1e0f57 by @dependabot[bot]) |
Updated coverlet.msbuild from 8.0.1 to 10.0.0.
Release notes
Sourced from coverlet.msbuild's releases.
10.0.0
Improvements
--coverlet-file-prefixoption for unique report files #1869Fixed
Maintenance
Diff between 8.0.1 and 10.0.0
Commits viewable in compare view.
Updated Elastic.Clients.Elasticsearch from 9.3.4 to 9.3.5.
Release notes
Sourced from Elastic.Clients.Elasticsearch's releases.
9.3.5
What's Changed
IdPropertyNameandDisableIdInferenceby @flobernd in Fix DefaultMappingFor not consuming IdPropertyName and DisableIdInference elastic/elasticsearch-net#8877FieldTypeenum doesnt haveWildcardvalue" (#8826)SearchMvtAsyncthrowsTransportExceptionon successfulHTTP 200 _mvtresponses with valid binary tile payload (#8867)Elastic.Esql0.11.0 by @flobernd in Align LINQ-to-ES|QL integration with Elastic.Esql 0.11.0 elastic/elasticsearch-net#8886Full Changelog: elastic/elasticsearch-net@9.3.4...9.3.5
Commits viewable in compare view.
Updated FluentAssertions from 8.8.0 to 8.9.0.
Release notes
Sourced from FluentAssertions's releases.
8.9.0
What's Changed
New features
Span<T>,ReadOnlySpan<T>,Memory<T>andReadOnlyMemory<T>by @dennisdoomen in Add support for Span<T>, ReadOnlySpan<T>, Memory<T> and ReadOnlyMemory<T> fluentassertions/fluentassertions#3172Improvements
BeEquivalentToby @Copilot in Allow excluding all properties by type from BeEquivalentTo fluentassertions/fluentassertions#3115BeEquivalentToby @dennisdoomen in Improve reporting the differences between differently sized collections in BeEquivalentTo fluentassertions/fluentassertions#3133ThrowandWhichby @dennisdoomen in Improve reporting the subject when chaining Throw and Which fluentassertions/fluentassertions#3160HaveMillisecond/NotHaveMillisecondassertion methods forDateTimeandDateTimeOffsetby @Copilot in Add HaveMillisecond/NotHaveMillisecond assertion methods for DateTime and DateTimeOffset fluentassertions/fluentassertions#3164BeEqualToandNotBeEqualToas collection assertion aliases by @Copilot in AddBeEqualToandNotBeEqualToas collection assertion aliases fluentassertions/fluentassertions#3166Fixes
Documentation
Others
==or!=when comparing Nullable against constants by @jnyrup in Use==or!=when comparing Nullable<T> against constants fluentassertions/fluentassertions#3129string.Createby @jnyrup in Create polyfill forstring.Createfluentassertions/fluentassertions#3130UnassignedGetOnlyAutoPropertyforNode.GetHashCodeby @jnyrup in SuppressUnassignedGetOnlyAutoPropertyforNode.GetHashCodefluentassertions/fluentassertions#3138NonReadonlyMemberInGetHashCodeby @jnyrup in UseNonReadonlyMemberInGetHashCodefluentassertions/fluentassertions#3140paramNameparameter by @jnyrup in Use compiler-generatedparamNameparameter fluentassertions/fluentassertions#3143When_concurrently_getting_equality_strategy_it_should_not_throwby @jnyrup in FixWhen_concurrently_getting_equality_strategy_it_should_not_throwfluentassertions/fluentassertions#3144... (truncated)
Commits viewable in compare view.
Updated log4net from 3.3.0 to 3.3.1.
Release notes
Sourced from log4net's releases.
3.3.1
What's Changed
New Contributors
Full Changelog: apache/logging-log4net@rel/3.3.0...rel/3.3.1
Nuget: https://www.nuget.org/packages/log4net/3.3.1
Commits viewable in compare view.
Updated Microsoft.Extensions.Http from 10.0.2 to 10.0.7.
Release notes
Sourced from Microsoft.Extensions.Http's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.4.0
What's Changed
Add LoongArch64 support by @stdmnpkg in Add LoongArch64 support microsoft/vstest#15359
Refactor Condition evaluation by @Youssef1313 in Refactor Condition evaluation microsoft/vstest#15357
Adding info on extensions points part 1 by @nohwnd in Adding info on extensions points part 1 microsoft/vstest#15360
Add option to ask for uploading code QL before the standard window ends by @nohwnd in Add option to ask for uploading code QL before the standard window ends microsoft/vstest#15373
Update runtime versions by @nohwnd in Update runtime versions microsoft/vstest#15372
Fix .NET 10 regression for traits by @Youssef1313 in Fix .NET 10 regression for traits microsoft/vstest#15370
Update target frameworks to net10.0 and net11.0 by @dotnet-maestro[bot] in Update target frameworks to net10.0 and net11.0 microsoft/vstest#15349
Fix names in pipeline matrix so we don't have to align them by @nohwnd in Fix names in pipeline matrix so we don't have to align them microsoft/vstest#15365
Update SECURITY.md by @Youssef1313 in Update SECURITY.md microsoft/vstest#15342
New Contributors
Full Changelog: microsoft/vstest@v18.3.0...v18.4.0
Commits viewable in compare view.
Updated RabbitMQ.Client from 6.8.1 to 7.2.1.
Release notes
Sourced from RabbitMQ.Client's releases.
7.2.1
GitHub milestone
What's Changed
actions-upby @lukebakken in Update GHA viaactions-uprabbitmq/rabbitmq-dotnet-client#1886New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.2.0...v7.2.1
7.2.0
GitHub milestone
What's Changed
basic.returnmessages. by @lukebakken in Add dedicated exception forbasic.returnmessages. rabbitmq/rabbitmq-dotnet-client#1832SemaphoreFullExceptionby @lukebakken in Investigate & fixSemaphoreFullExceptionrabbitmq/rabbitmq-dotnet-client#1819New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.1.2...v7.2.0
7.1.2
GitHub milestone
What's Changed
longby @lukebakken in Serialize sequence number aslongrabbitmq/rabbitmq-dotnet-client#1806ObjectDisposedExceptionby @lukebakken in AddressObjectDisposedExceptionrabbitmq/rabbitmq-dotnet-client#1809Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.1.1...v7.1.2
7.1.1
GitHub milestone
What's Changed
IntervalListby @lukebakken in Fix bug inIntervalListrabbitmq/rabbitmq-dotnet-client#1785Channel.Closeby @lukebakken in Demonstrate handling ofChannel.Closerabbitmq/rabbitmq-dotnet-client#1791IntAllocatorfromrabbitmq-java-clientby @lukebakken in PortIntAllocatorfromrabbitmq-java-clientrabbitmq/rabbitmq-dotnet-client#1790Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.1.0...v7.1.1
7.1.0
GitHub milestone
What's Changed
OperationCanceledExceptionin RPC continuations by @lukebakken in HandleOperationCanceledExceptionin RPC continuations rabbitmq/rabbitmq-dotnet-client#1753TimeSpan.Zeroby @lukebakken in Allow setting heartbeat timeout toTimeSpan.Zerorabbitmq/rabbitmq-dotnet-client#1773timeoutby @lukebakken in Create cancellation token fromtimeoutrabbitmq/rabbitmq-dotnet-client#1775ObjectDisposedExceptionsby @lukebakken in Track downObjectDisposedExceptionsrabbitmq/rabbitmq-dotnet-client#1772New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0...v7.1.0
7.1.0-alpha.1
GitHub milestone
What's Changed
OperationCanceledExceptionin RPC continuations by @lukebakken in HandleOperationCanceledExceptionin RPC continuations rabbitmq/rabbitmq-dotnet-client#1753TimeSpan.Zeroby @lukebakken in Allow setting heartbeat timeout toTimeSpan.Zerorabbitmq/rabbitmq-dotnet-client#1773timeoutby @lukebakken in Create cancellation token fromtimeoutrabbitmq/rabbitmq-dotnet-client#1775ObjectDisposedExceptionsby @lukebakken in Track downObjectDisposedExceptionsrabbitmq/rabbitmq-dotnet-client#1772New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0...v7.1.0-alpha.1
7.1.0-alpha.0
GitHub milestone
What's Changed
OperationCanceledExceptionin RPC continuations by @lukebakken in HandleOperationCanceledExceptionin RPC continuations rabbitmq/rabbitmq-dotnet-client#1753New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0...v7.1.0-alpha.0
7.0.0
GitHub milestone for
RabbitMQ.Clientversion7.0.0What's Changed
... (truncated)
7.0.0-rc.14
This is release candidate 14, suitable for testing in pre-production environments
What's Changed
x-dotnet-pub-seq-nowhen tracking enabled by @lukebakken in Only addx-dotnet-pub-seq-nowhen tracking enabled rabbitmq/rabbitmq-dotnet-client#1710ChannelOptionsinternal class by @lukebakken in RemoveChannelOptionsinternal class rabbitmq/rabbitmq-dotnet-client#1712Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.13...v7.0.0-rc.14
7.0.0-rc.13
This is release candidate 13, suitable for testing in pre-production environments
What's Changed
ChannelintoChannelBaseby @lukebakken in IntegrateChannelintoChannelBaserabbitmq/rabbitmq-dotnet-client#1700System.Threading.RateLimitingby @lukebakken in LeverageSystem.Threading.RateLimitingrabbitmq/rabbitmq-dotnet-client#1706Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.12...v7.0.0-rc.13
7.0.0-rc.12
This is release candidate 12, suitable for testing in pre-production environments
What's Changed
New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.11...v7.0.0-rc.12
7.0.0-rc.11
This is release candidate 11, suitable for testing in pre-production environments
What's Changed
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.10...v7.0.0-rc.11
7.0.0-rc.10
This is release candidate 10, suitable for testing in pre-production environments
What's Changed
IChannelthread-safety by @lukebakken in Add test to demonstrateIChannelthread-safety rabbitmq/rabbitmq-dotnet-client#1665IChannelforAsyncDefaultBasicConsumerby @lukebakken in RequireIChannelforAsyncDefaultBasicConsumerrabbitmq/rabbitmq-dotnet-client#1667Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.9...v7.0.0-rc.10
7.0.0-rc.9
This is release candidate 9, suitable for testing in pre-production environments
What's Changed
TaskorValueTaskin APIs by @lukebakken in Consistently useTaskorValueTaskin APIs rabbitmq/rabbitmq-dotnet-client#1646NextPublishSeqNowhen retrieved concurrently by @lukebakken in FixNextPublishSeqNowhen retrieved concurrently rabbitmq/rabbitmq-dotnet-client#1662IChannelExtensionsby @lukebakken in Clean upIChannelExtensionsrabbitmq/rabbitmq-dotnet-client#1664New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.8...v7.0.0-rc.9
7.0.0-rc.8
This is release candidate 8, suitable for testing in pre-production environments
What's Changed
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.7...v7.0.0-rc.8
7.0.0-rc.7
This is release candidate 7, suitable for testing in pre-production environments
What's Changed
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.6...v7.0.0-rc.7
7.0.0-rc.6
This is release candidate 6, suitable for testing in pre-production environments
What's Changed
DeliverOTEL activity to consumer dispatchers by @lukebakken in MoveDeliverOTEL activity to consumer dispatchers rabbitmq/rabbitmq-dotnet-client#1633Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.5...v7.0.0-rc.6
7.0.0-rc.5
This is release candidate 5, suitable for testing in pre-production environments
What's Changed
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.4...v7.0.0-rc.5
7.0.0-rc.4
This is release candidate 4, suitable for testing in pre-production environments
What's Changed
New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.3...v7.0.0-rc.4
7.0.0-rc.3
This is release candidate 3, suitable for testing in pre-production environments
What's Changed
BasicPropertiesa class by @lukebakken in MakeBasicPropertiesa class rabbitmq/rabbitmq-dotnet-client#1609DispatchConsumersAsyncEnabledproperty onIConnection(#1611) by @lukebakken in AddDispatchConsumersAsyncEnabledproperty onIConnection(#1611) rabbitmq/rabbitmq-dotnet-client#1615Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-rc.2...v7.0.0-rc.3
7.0.0-rc.2
This is release candidate 2, suitable for testing in pre-production environments
What's Changed
CloseAsyncby @lukebakken in Fix ShutdownInitiator inCloseAsyncrabbitmq/rabbitmq-dotnet-client#1574IChannelwithin async consumer callback by @lukebakken in Add test that createsIChannelwithin async consumer callback rabbitmq/rabbitmq-dotnet-client#1578.Cast<>()usages by @lukebakken in Remove two unnecessary.Cast<>()usages rabbitmq/rabbitmq-dotnet-client#1577RabbitMQActivitySource.UseRoutingKeyAsOperationNameby @lukebakken in Use default value forRabbitMQActivitySource.UseRoutingKeyAsOperationNamerabbitmq/rabbitmq-dotnet-client#1595ReadonlyBasicPropertiesa class. by @lukebakken in MakeReadonlyBasicPropertiesa class. rabbitmq/rabbitmq-dotnet-client#1607New Contributors
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.6...v7.0.0-rc.2
7.0.0-rc.1
This is release candidate 1, suitable for testing in pre-production environments
What's Changed
CloseAsyncby @lukebakken in Fix ShutdownInitiator inCloseAsyncrabbitmq/rabbitmq-dotnet-client#1574IChannelwithin async consumer callback by @lukebakken in Add test that createsIChannelwithin async consumer callback rabbitmq/rabbitmq-dotnet-client#1578.Cast<>()usages by @lukebakken in Remove two unnecessary.Cast<>()usages rabbitmq/rabbitmq-dotnet-client#1577Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.6...v7.0.0-rc.1
7.0.0-alpha.6
This is an early alpha release, suitable for testing in pre-production environments
What's Changed
TestPublishRpcRightAfterReconnectimprovements by @lukebakken inTestPublishRpcRightAfterReconnectimprovements rabbitmq/rabbitmq-dotnet-client#1553TestThatDeletedQueueBindingsDontReappearOnRecoveryby @lukebakken in FixTestThatDeletedQueueBindingsDontReappearOnRecoveryrabbitmq/rabbitmq-dotnet-client#1554CancellationTokentodos by @lukebakken in MoreCancellationTokentodos rabbitmq/rabbitmq-dotnet-client#1555rabbitmq-clientevent logging when tests are verbose by @lukebakken in Enablerabbitmq-clientevent logging when tests are verbose rabbitmq/rabbitmq-dotnet-client#1559Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.5...v7.0.0-alpha.6
7.0.0-alpha.5
This is an early alpha release, suitable for testing in pre-production environments
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.4...v7.0.0-alpha.5
7.0.0-alpha.4
This is an early alpha release, suitable for testing in pre-production environments
What's Changed
Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.3...v7.0.0-alpha.4
7.0.0-alpha.3
This is an early alpha release, suitable for testing in pre-production environments
What's Changed
Microsoft.CodeAnalysis.PublicApiAnalyzersby @lukebakken in UseMicrosoft.CodeAnalysis.PublicApiAnalyzersrabbitmq/rabbitmq-dotnet-client#1447mainby @lukebakken in Port #1494 tomainrabbitmq/rabbitmq-dotnet-client#1495Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.2...v7.0.0-alpha.3
7.0.0-alpha.2
What's Changed
This is an early alpha release, suitable for testing in pre-production environments. This release fixes a stack overflow error in
ExchangeDeclareAsyncthat was reported several times:Other fixes:
Task.Delayis canceled. by @lukebakken in Ensure that the underlying timer forTask.Delayis canceled. rabbitmq/rabbitmq-dotnet-client#1426mainby @lukebakken in Port #1434 tomainrabbitmq/rabbitmq-dotnet-client#1442Full Changelog: rabbitmq/rabbitmq-dotnet-client@v7.0.0-alpha.1...v7.0.0-alpha.2
7.0.0-alpha.1
GitHub Milestone
This alpha release includes changes from #1347, which adds async methods to the public API, and is appropriate to test in your pre-production environments.
7.0.0-alpha.0
This is a very early pre-release of version 7. The goal is to test publishing the NuGet package from GitHub Actions.
https://www.nuget.org/packages/RabbitMQ.Client/7.0.0-alpha.0
Commits viewable in compare view.
Updated SonarAnalyzer.CSharp from 10.22.0.136894 to 10.24.0.138807.
Release notes
Sourced from SonarAnalyzer.CSharp's releases.
10.24
This release brings a batch of false negative fixes and analyzer crash fixes.
Bug Fixes
False Positives
False Negatives
10.23
This release brings a bunch of fixes! Enjoy.
Bug Fixes
False Positives
False Negatives
Commits viewable in compare view.
Updated System.Diagnostics.EventLog from 10.0.5 to 10.0.7.
Release notes
Sourced from System.Diagnostics.EventLog's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.Security.Permissions from 10.0.3 to 10.0.7.
Release notes
Sourced from System.Security.Permissions's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.Text.Encoding.CodePages from 10.0.5 to 10.0.7.
Release notes
Sourced from System.Text.Encoding.CodePages's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.Text.Json from 10.0.5 to 10.0.7.
Release notes
Sourced from System.Text.Json's releases.
No release notes found for this version range.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions