Bump the dependencies group with 9 updates - #992
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps Elastic.Clients.Elasticsearch from 9.5.1 to 9.5.2 Bumps Microsoft.Extensions.Http from 10.0.11 to 10.0.12 Bumps Microsoft.NET.Test.Sdk from 18.9.0 to 18.10.0 Bumps SonarAnalyzer.CSharp from 10.33.0.1635 to 10.34.0.3385 Bumps StackExchange.Redis from 3.1.31 to 3.2.0 Bumps System.Diagnostics.EventLog from 10.0.11 to 10.0.12 Bumps System.Security.Permissions from 10.0.11 to 10.0.12 Bumps System.Text.Encoding.CodePages from 10.0.11 to 10.0.12 Bumps System.Text.Json from 10.0.11 to 10.0.12 --- updated-dependencies: - dependency-name: Elastic.Clients.Elasticsearch dependency-version: 9.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.Extensions.Http dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: SonarAnalyzer.CSharp dependency-version: 10.34.0.3385 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: StackExchange.Redis dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: System.Diagnostics.EventLog dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.Security.Permissions dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.Text.Encoding.CodePages dependency-version: 10.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: System.Text.Json dependency-version: 10.0.12 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]
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs2026-09-11T15:24:09Z INF scanning for exposed secrets...
3:24PM INF 847 commits scanned.
2026-09-11T15:24:10Z INF scan completed in 1.29s
2026-09-11T15:24:10Z INF no leaks found
|
Updated Elastic.Clients.Elasticsearch from 9.5.1 to 9.5.2.
Release notes
Sourced from Elastic.Clients.Elasticsearch's releases.
9.5.2
What's Changed
DenseVectorIndexOptionsgains thebbq_diskpropertiesAutoCalibrate,Bits,ClusterSize,DefaultVisitPercentageandPrecondition.DenseVectorIndexOptions.ConfidenceIntervalis now marked[Obsolete](deprecated since 9.5.0).SourceFieldModegainsColumnarStored(columnar_stored), so index templates and mappings that use the new modeno longer fail deserialization.
InnerRetriever.NormalizerandInnerRetriever.Weightare now optional (ScoreNormalizer?andfloat?instead ofrequired), following the spec change that madenormalizerandweightoptional on the linearretriever's inner retrievers. The
[SetsRequiredMembers]constructor no longer takesnormalizerandweightarguments.
RoleDescriptor.Global,QueryRole.GlobalandRoleDescriptorRead.Globalnow use a singleGlobalPrivilegeinstead of a collection, matching the server-side parser, which only accepts an object for theglobalprivilege. TheGlobaldescriptor methods replace theirparamsarray overloads with a single-objectoverload.
Full Changelog: elastic/elasticsearch-net@9.5.1...9.5.2
Commits viewable in compare view.
Updated Microsoft.Extensions.Http from 10.0.11 to 10.0.12.
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.9.0 to 18.10.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.10.0
What's Changed
vstest.consoleand datacollector by @nohwnd in Run Microsoft.Testing.Platform test apps under vstest.console and datacollector microsoft/vstest#16201Full Changelog: microsoft/vstest@v18.9.0...v18.10.0
Commits viewable in compare view.
Updated SonarAnalyzer.CSharp from 10.33.0.1635 to 10.34.0.3385.
Release notes
Sourced from SonarAnalyzer.CSharp's releases.
10.34.0.3385
Release notes - .NET Analyzers - 10.34
Feature
NET-4133 Implement rule S9023: "Include" calls discarded by query reshaping should be fixed
False Positive
NET-3281 Fix S1192 FP: should not raise on DBContext model configuration
NET-4317 Fix S2325 FP: Do not raise on ConfigureServices in classes decorated with [LambdaStartup]
NET-4419 Fix S2737 FP: Do not report known temporary-context rethrow boundaries
NET-4421 Fix S6607 FP: Indexed LINQ Where after OrderBy
NET-4463 Fix S8747 FP: Do not raise when a defaultValue backfills existing NULLs before narrowing to non-nullable
NET-4506 Fix S6967 FP: Recognize manual DataAnnotations validation
NET-4507 Fix S8969 FP: Don't raise in Razor files
False Negative
NET-1883 Files added as symbolic links are not analyzed
NET-4249 Fix S9022 FN: Include before a terminal aggregate/scalar operator not detected as dead code
NET-4379 Fix S2259 FN: void compound assignment operators not flagged as dereference
NET-4383 Fix S9022 FN: Include on a navigation re-projected directly by a later Select/SelectMany is not detected as redundant
NET-4443 Fix S2068 FN: Scope the value passed to the secret-exclusion classifier to the candidate secret
NET-4496 Fix S8949 FN: self-recursion suppression also hides calls already recursive before the suggested fix
NET-4500 Fix S9022 FN: ThenInclude consumed only through a nested Select's rebound element parameter is not detected as redundant
Bug
NET-4483 Fix S3459 FP: Public writable properties in private nested types
Maintenance
NET-4472 Remove S1264 from the C# Sonar way profile
NET-4474 Remove S2692 from the C# Sonar way profile
NET-4480 Remove S3249 from the C# Sonar way profile
NET-4481 Remove S6670 from the C# Sonar way profile
NET-4482 Remove S3885 from the C# Sonar way profile
Commits viewable in compare view.
Updated StackExchange.Redis from 3.1.31 to 3.2.0.
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.11 to 10.0.12.
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.11 to 10.0.12.
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.11 to 10.0.12.
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.11 to 10.0.12.
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