Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 25, 2025

Performed the following updates:

  • Updated Microsoft.AspNetCore.Mvc.Testing from 6.0.1 to 6.0.36 in /status_api.tests/status_api.tests.csproj
  • Updated Microsoft.EntityFrameworkCore.Design from 6.0.36 to 7.0.20 in /messaging/messaging.csproj
  • Updated Microsoft.EntityFrameworkCore.Design from 6.0.1 to 7.0.20 in /status_api.tests/status_api.tests.csproj, /status_api/status_api.csproj
  • Updated Microsoft.EntityFrameworkCore.InMemory from 6.0.36 to 7.0.20 in /messaging.tests/messaging.tests.csproj
  • Updated Microsoft.EntityFrameworkCore.SqlServer from 6.0.36 to 7.0.20 in /messaging/messaging.csproj
  • Updated Microsoft.EntityFrameworkCore.SqlServer from 6.0.36 to 7.0.20 in /status_api/status_api.csproj
  • Updated Microsoft.NET.Test.Sdk from 17.1.0 to 17.13.0 in /status_api.tests/status_api.tests.csproj
  • Updated Serilog.AspNetCore from 6.1.0 to 9.0.0 in /messaging/messaging.csproj
  • Updated Serilog.Settings.Configuration from 3.4.0 to 9.0.0 in /messaging/messaging.csproj
  • Updated Serilog.Sinks.File from 5.0.0 to 6.0.0 in /messaging/messaging.csproj
  • Updated Serilog.AspNetCore from 6.1.0 to 9.0.0 in /status_api/status_api.csproj
  • Updated Serilog.Sinks.ApplicationInsights from 4.0.1-dev-00038 to 4.0.1-dev-02303 in /messaging/messaging.csproj
  • Updated Serilog.Sinks.File from 5.0.0 to 7.0.0 in /messaging/messaging.csproj
  • Updated xunit from 2.4.1 to 2.9.3 in /status_api.tests/status_api.tests.csproj

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps Microsoft.AspNetCore.Mvc.Testing from 6.0.1 to 6.0.36
Bumps Microsoft.EntityFrameworkCore.Design to 7.0.20
Bumps Microsoft.EntityFrameworkCore.InMemory from 6.0.36 to 7.0.20
Bumps Microsoft.EntityFrameworkCore.SqlServer to 7.0.20
Bumps Microsoft.NET.Test.Sdk from 17.1.0 to 17.13.0
Bumps Serilog.AspNetCore to 9.0.0
Bumps Serilog.Settings.Configuration from 3.4.0 to 9.0.0
Bumps Serilog.Sinks.ApplicationInsights from 4.0.1-dev-00038 to 4.0.1-dev-02303
Bumps Serilog.Sinks.File to 6.0.0, 7.0.0
Bumps xunit from 2.4.1 to 2.9.3

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.Testing
  dependency-version: 6.0.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 7.0.20
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.Design
  dependency-version: 7.0.20
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 7.0.20
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 7.0.20
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
  dependency-version: 7.0.20
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Serilog.AspNetCore
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Settings.Configuration
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Sinks.File
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.AspNetCore
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Serilog.Sinks.ApplicationInsights
  dependency-version: 4.0.1-dev-02303
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Serilog.Sinks.File
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jun 25, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 25, 2025

Superseded by #131.

@dependabot dependabot bot closed this Jul 25, 2025
@dependabot dependabot bot deleted the dependabot/nuget/dot-config/multi-21ab503ba2 branch July 25, 2025 08:12
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