Bump the dependencies group with 10 updates#928
Conversation
Bumps Elastic.Clients.Elasticsearch from 9.3.4 to 9.4.1 Bumps log4net from 3.3.0 to 3.3.1 Bumps Microsoft.NET.Test.Sdk from 18.5.1 to 18.6.0 Bumps RabbitMQ.Client from 6.8.1 to 7.2.1 Bumps SonarAnalyzer.CSharp from 10.22.0.136894 to 10.27.0.140913 Bumps StackExchange.Redis from 2.12.14 to 2.13.17 Bumps System.Diagnostics.EventLog from 10.0.5 to 10.0.8 Bumps System.Security.Permissions from 10.0.3 to 10.0.8 Bumps System.Text.Encoding.CodePages from 10.0.5 to 10.0.8 Bumps System.Text.Json from 10.0.5 to 10.0.8 --- updated-dependencies: - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 9.4.1 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.NET.Test.Sdk dependency-version: 18.6.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.27.0.140913 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: StackExchange.Redis dependency-version: 2.13.17 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: System.Diagnostics.EventLog dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.Security.Permissions dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.Text.Encoding.CodePages dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.Text.Json dependency-version: 10.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
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.
|
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs2026-05-29T18:37:37Z INF scanning for exposed secrets...
6:37PM INF 801 commits scanned.
2026-05-29T18:37:39Z INF scan completed in 1.13s
2026-05-29T18:37:39Z INF no leaks found
|
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Updated Elastic.Clients.Elasticsearch from 9.3.4 to 9.4.1.
Release notes
Sourced from Elastic.Clients.Elasticsearch's releases.
9.4.1
What's Changed
InnerHits: theFieldsproperty is split intoField(single-field selector usingFields) and a newFieldscollection ofFieldAndFormat— existing usages ofInnerHits.Fields = …may need to be retargeted toFieldDataStreamLifecyclegainsEffectiveRetentionandRetentionDeterminedBy; newGlobalRetentionandRetentionSourcetypes;GetDataLifecycleResponsenow exposesGlobalRetentionParentReindexStatustype_mvtcontent-type alignment:chat_completion_unified/stream_completionsendContent-Type: application/json;_mvtuses the versionedapplication/vnd.elasticsearch+vnd.mapbox-vector-tileAccept headerFull Changelog: elastic/elasticsearch-net@9.4.0...9.4.1
9.4.0
What's Changed
Initial 9.4.x release.
Full Changelog: elastic/elasticsearch-net@9.3.7...9.4.0
9.3.7
What's Changed
ContentType: application/jsonforChatCompletionUnifiedandStreamCompletionstreaming inference requestsSearchMvtAcceptheader toapplication/vnd.elasticsearch+vnd.mapbox-vector-tile(Elasticsearch product-flavored content-type)Elastic.Transportto 0.17.1max_page_search_sizevalues forpivot(500) andlatest(5000) transformsFull Changelog: elastic/elasticsearch-net@9.3.6...9.3.7
9.3.6
What's Changed
Full Changelog: elastic/elasticsearch-net@9.3.5...9.3.6
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 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.NET.Test.Sdk from 18.5.1 to 18.6.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.6.0
What's Changed
Changes to tests and infra
... (truncated)
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.27.0.140913.
Release notes
Sourced from SonarAnalyzer.CSharp's releases.
10.27.0.140913
Release notes - .NET Analyzers - 10.27
Feature
NET-1285 S2629: Add custom message for Log4Net and Castle.Core
NET-3666 Deprecate S5042 and move it from HotSpots to Code Smell
NET-3783 Update RSPEC before 10.27 release
False Positive
NET-2696 Fix S4260 FP: Extension Properties always raise
False Negative
NET-230 Fix S4056 FN: SpecifyIFormatProviderOrCultureInfo for C#13 compatibility
NET-2692 Fix S2190 FN: Recursive extension properties
NET-2705 Fix S3343 FN: Partial Constructor with attribute in definition
NET-2732 Fix S1172 FN: Extension blocks
NET-2745 Fix S4144 FN: Extension Members
NET-2829 Fix S3241 FN: Extension methods and extension blocks
NET-3541 Fix S1117 FN: add CatchDeclaration coverage and adopt LocalDeclarationKinds
10.26.0.140279
Release notes - .NET Analyzers - 10.26
Feature
NET-3694 Update RSPEC before 10.26 release
False Positive
NET-2346 Fix S1854 FP: Variable used after another assignment in finally
NET-2347 Fix S1168 FP: Do not report on value types
NET-3698 Fix S1210 FP: file-scoped types should be exempt
False Negative
NET-1265 Fix S2930 FN: raise issues on non-disposed RegistryKeys
NET-2685 Fix S3604 FN: Field Keyword, Partial Constructors, NullConditional Assignment
NET-2812 Fix S4275 FN: Field Keyword
NET-2999 Fix S6672 FN: Mismatch in primary constructor is not recognized
10.25
?
Feature
sonar.cs.cobertura.reportsPathsparameterFalse Positive
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 StackExchange.Redis from 2.12.14 to 2.13.17.
Release notes
Sourced from StackExchange.Redis's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated System.Diagnostics.EventLog from 10.0.5 to 10.0.8.
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.8.
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.8.
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.8.
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