Skip to content

Bump the dependencias group with 13 updates - #2

Merged
antonicr1986 merged 1 commit into
masterfrom
dependabot/nuget/FinanceTracker.Api/dependencias-f9d5775672
Sep 11, 2026
Merged

antonicr1986 merged 1 commit into
masterfrom
dependabot/nuget/FinanceTracker.Api/dependencias-f9d5775672

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Updated coverlet.collector from 6.0.0 to 6.0.4.

Release notes

Sourced from coverlet.collector's releases.

6.0.4

Fixed

  • Fix empty coverage report when using include and exclude filters #​1726

Diff between 6.0.3 and 6.0.4

6.0.3

Fixed

Improvements

  • Cache the regex used in InstrumentationHelper #​1693
  • Enable dotnetTool integration tests for linux #​660

Diff between 6.0.2 and 6.0.3

6.0.2

Fixed

  • Threshold-stat triggers error #​1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #​1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #​1629
  • Exception when multiple exclude-by-attribute filters specified #​1624

Improvements

  • More concise options to specify multiple parameters in coverlet.console #​1624

Diff between 6.0.1 and 6.0.2

6.0.1

Fixed

Improvements

Diff between 6.0.0 and 6.0.1

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.27 to 8.0.31.

Release notes

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

8.0.31

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.30...v8.0.31

8.0.30

Release

What's Changed

New Contributors

Full Changelog: dotnet/aspnetcore@v8.0.29...v8.0.30

8.0.29

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.28...v8.0.29

8.0.28

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.27...v8.0.28

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore from 8.0.27 to 8.0.31.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

8.0.31

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.30...v8.0.31

8.0.30

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.29...v8.0.30

8.0.29

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.28...v8.0.29

8.0.28

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.27...v8.0.28

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Design from 8.0.27 to 8.0.31.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Design's releases.

8.0.31

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.30...v8.0.31

8.0.30

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.29...v8.0.30

8.0.29

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.28...v8.0.29

8.0.28

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.27...v8.0.28

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.InMemory from 8.0.27 to 8.0.31.

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

8.0.31

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.30...v8.0.31

8.0.30

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.29...v8.0.30

8.0.29

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.28...v8.0.29

8.0.28

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.27...v8.0.28

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.SqlServer from 8.0.27 to 8.0.31.

Release notes

Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases.

8.0.31

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.30...v8.0.31

8.0.30

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.29...v8.0.30

8.0.29

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.28...v8.0.29

8.0.28

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.27...v8.0.28

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.Tools from 8.0.27 to 8.0.31.

Release notes

Sourced from Microsoft.EntityFrameworkCore.Tools's releases.

8.0.31

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.30...v8.0.31

8.0.30

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.29...v8.0.30

8.0.29

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.28...v8.0.29

8.0.28

Release

What's Changed

Full Changelog: dotnet/efcore@v8.0.27...v8.0.28

Commits viewable in compare view.

Updated Microsoft.Extensions.Identity.Core from 10.0.8 to 10.0.12.

Release notes

Sourced from Microsoft.Extensions.Identity.Core's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 17.8.0 to 17.14.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

New Contributors

17.14.0-preview-25107-01

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

Will probably revert before release:

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01

17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

17.11.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

17.11.0-release-24373-02

What's Changed

Full Changelog: microsoft/vstest@v17.11.0-release-24352-06...v17.11.0-release-24373-02

17.11.0-release-24352-06

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

17.10.0-release-24177-07

What's Changed

New Contributors

And many infrastructure related changes to migrate our pipelines to common build system.

Full Changelog: microsoft/vstest@v17.10.0-preview-24080-01...v17.10.0-release-24177-07

17.10.0-preview-24080-01

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.10.0-preview-24080-01

17.9.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.8.0...v17.9.0

17.9.0-release-23619-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.9.0-release-23619-01

17.9.0-preview-23577-04

What's Changed

  • Updated VSSDK.BuildTools version by @​cvpoienaru in #​4765
  • Update dump client to latest by @​nohwnd in #​4724
  • Fix staircase in logger by @​nohwnd in #​4756
  • Create a proper MSBuild ToolTask based VSTestTask by @​nohwnd in #​2702
  • Fix CPU is consumed by polling frequently when there is no subscriber by @​nohwnd, @​cvpoienaru in #​4735
  • Remove javascript in HtmlLogger by @​daveMueller in #​4744
  • Update VSIX metadata by @​nohwnd in #​4550
  • Add platform guard by @​dotMorten in #​4737

Full Changelog: microsoft/vstest@v17.9.0-preview-23531-01...v17.9.0-preview-23577-04

17.9.0-preview-23531-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23503-02...v17.9.0-preview-23531-01

17.9.0-preview-23503-02

What's Changed

  • Remove dependency on Nuget.Frameworks by @​nohwnd in #​4693

Full Changelog: microsoft/vstest@v17.8.0-release-23468-02...v17.9.0-preview-23503-02

Commits viewable in compare view.

Updated Swashbuckle.AspNetCore from 6.6.2 to 6.9.0.

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

6.9.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.1...v6.9.0

6.8.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.0...v6.8.1

6.8.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.3...v6.8.0

6.7.3

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.2...v6.7.3

6.7.2

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.1...v6.7.2

6.7.1

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.7.0...v6.7.1

6.7.0

What's Changed

Description has been truncated

Bumps coverlet.collector from 6.0.0 to 6.0.4
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.27 to 8.0.31
Bumps Microsoft.EntityFrameworkCore from 8.0.27 to 8.0.31
Bumps Microsoft.EntityFrameworkCore.Design from 8.0.27 to 8.0.31
Bumps Microsoft.EntityFrameworkCore.InMemory from 8.0.27 to 8.0.31
Bumps Microsoft.EntityFrameworkCore.SqlServer from 8.0.27 to 8.0.31
Bumps Microsoft.EntityFrameworkCore.Tools from 8.0.27 to 8.0.31
Bumps Microsoft.Extensions.Identity.Core from 10.0.8 to 10.0.12
Bumps Microsoft.NET.Test.Sdk from 17.8.0 to 17.14.1
Bumps Swashbuckle.AspNetCore from 6.6.2 to 6.9.0
Bumps System.IdentityModel.Tokens.Jwt from 8.18.0 to 8.22.0
Bumps xunit from 2.5.3 to 2.9.3
Bumps xunit.runner.visualstudio from 2.5.3 to 2.8.2

---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 6.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencias
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 8.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencias
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 8.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencias
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 8.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencias
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 8.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencias
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 8.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencias
- dependency-name: Microsoft.EntityFrameworkCore.Tools
  dependency-version: 8.0.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencias
- dependency-name: Microsoft.Extensions.Identity.Core
  dependency-version: 10.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencias
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencias
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 6.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencias
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-version: 8.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencias
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencias
- dependency-name: xunit.runner.visualstudio
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencias
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Sep 11, 2026
@antonicr1986
antonicr1986 merged commit fffd07e into master Sep 11, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/nuget/FinanceTracker.Api/dependencias-f9d5775672 branch September 11, 2026 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant