Skip to content

Bump the nuget-dependencies group with 4 updates#51

Merged
hhvrc merged 1 commit intomasterfrom
dependabot/nuget/nuget-dependencies-577ab46cc5
Mar 16, 2026
Merged

Bump the nuget-dependencies group with 4 updates#51
hhvrc merged 1 commit intomasterfrom
dependabot/nuget/nuget-dependencies-577ab46cc5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Updated BCrypt.Net-Next from 4.0.3 to 4.1.0.

Release notes

Sourced from BCrypt.Net-Next's releases.

4.1.0

What's Changed

New Contributors

Full Changelog: BcryptNet/bcrypt.net@4.0.3...v4.1.0

Commits viewable in compare view.

Updated Serilog from 4.3.0 to 4.3.1.

Release notes

Sourced from Serilog's releases.

4.3.1

What's Changed

New Contributors

Full Changelog: serilog/serilog@v4.3.0...v4.3.1

Commits viewable in compare view.

Updated Testcontainers.PostgreSql from 4.9.0 to 4.11.0.

Release notes

Sourced from Testcontainers.PostgreSql's releases.

4.11.0

What's Changed

Thanks to all contributors. Once again, really great contributions from everyone 🤝.

The NuGet packages for this release have been attested for supply chain security using actions/attest. This confirms the integrity and provenance of the artifacts and helps ensure they can be trusted: #​21198535.

Please be aware that we have changed the supported and underlying image used for the Cosmos DB module. The latest tag only supports certain environments and provides a limited set of features. Microsoft has introduced a new implementation, vnext-preview, which receives more updates and features. Due to the limitations of the latest tag, we decided to replace it with vnext-preview. You find more information about the image here: https://github.com/Azure/azure-cosmos-db-emulator-docker.

⚠️ Breaking Changes

  • feat(CosmosDb): Update base image from latest to vnext-preview (#​1324) @​NelsonBN

🚀 Features

  • feat(CosmosDb): Update base image from latest to vnext-preview (#​1324) @​NelsonBN
  • feat: Add typed WithResourceMapping(...) overloads (#​1497) @​cimnine
  • feat: Add Seq module (#​1276) @​montanehamilton
  • feat(PostgreSql): Add WithSsl builder API (#​1529) @​ozkanpakdil
  • feat: Add Temporal module (#​1635) @​bgener
  • feat: Add module connection string provider (#​1632) @​HofmeisterAn
  • fead: Add default container connection string provider (#​1630) @​HofmeisterAn
  • feat(ServiceBus): Add method to get HTTP connection string (#​1622) @​NelsonBN

🐛 Bug Fixes

  • fix(MongoDb): Wait for post-init startup readiness before replica set initiation (#​1656) @​HofmeisterAn
  • fix(Seq): Assert connection string provider (#​1645) @​HofmeisterAn
  • fix(EventHubs): Ignore runtime property to support reuse (#​1644) @​franciscosamuel
  • fix(ServiceBus): Ignore runtime property to support reuse (#​1643) @​franciscosamuel
  • fix(ResourceReaper): Set wait strategy (#​1634) @​HofmeisterAn
  • fix(ServiceBus): Workaround health API timeout (#​1625) @​HofmeisterAn
  • fix: Do not set console buffer width (ConsoleLogger) (#​1623) @​HofmeisterAn
  • fix(EventHubs): Workaround health API timeout (#​1624) @​HofmeisterAn

📖 Documentation

  • docs(CosmosDb): Replace unsupported tag 'latest' with 'vnext-preview' (#​1660) @​HofmeisterAn
  • docs(Redis): Add example (#​1641) @​HofmeisterAn

🧹 Housekeeping

  • chore(examples): Enable NuGet restore lock mode (#​1659) @​HofmeisterAn
  • chore: Pin image digest (#​1658) @​HofmeisterAn
  • fix: Run OpenSSF Scorecard only on default branch (#​1657) @​HofmeisterAn
  • chore: Remove Git LFS tracking for .snk (#​1655) @​HofmeisterAn
  • feat: Enable Dependabot for NuGet (repo) (#​1654) @​HofmeisterAn
  • feat: Enable Dependabot for NuGet (src) (#​1653) @​HofmeisterAn
  • fix: Replace branch protection with ruleset (#​1652) @​HofmeisterAn
  • fix: Do not enforce policies for admins (#​1651) @​HofmeisterAn
  • fix: Remove missing labels from Dependabot (#​1650) @​HofmeisterAn
    ... (truncated)

4.10.0

What's Changed

Happy New Year, everyone! 🎉

Please note that going forward, we expect developers to explicitly pin the image version (testcontainers/testcontainers-dotnet#1470). We consider this a best practice and it aligns with other language implementations.

Also, due to the recent Docker Engine v29 release, TC for .NET pins the Docker Engine API version to 1.44 (see the previous release notes). You can override this default and set it to the version you're using, ideally 1.52, which corresponds to v29, if you're already running it.

⚠️ Breaking Changes

  • feat: Add Docker Engine v29 support (#​1609) @​HofmeisterAn
  • chore: Remove EventStoreDb module (#​1599) @​HofmeisterAn

🚀 Features

  • feat: Require explicit container image in Testcontainers.Xunit (#​1612) @​0xced
  • feat: Add Platform property to IImage interface (#​1610) @​HofmeisterAn
  • feat: Add Docker Engine v29 support (#​1609) @​HofmeisterAn
  • feat: Require explicit container image when creating container builder (#​1584) @​digital88
  • feat: Add connection string provider (#​1588) @​HofmeisterAn

🐛 Bug Fixes

  • fix(Kafka): Bump image version to prevent container crash on startup (#​1604) @​HofmeisterAn
  • fix(Elasticsearch): Use HTTP wait strategy (#​1593) @​digital88
  • fix(Milvus): Use healthcheck wait strategy (#​1585) @​verdie-g

📖 Documentation

  • docs: Pin the image version explicitly (#​1605) @​HofmeisterAn

🧹 Housekeeping

  • chore: Remove Sonar findings (#​1611) @​HofmeisterAn
  • chore: Pin Docker Engine API for GH workflow to 1.47 (#​1608) @​HofmeisterAn
  • chore: Set remaining container image explicit (#​1606) @​digital88
  • fix(Kafka): Bump image version to prevent container crash on startup (#​1604) @​HofmeisterAn
  • chore: Remove EventStoreDb test project from SLNX file (#​1603) @​0xced
  • chore: Skip unnecessary work for empty or null sequences (#​1601) @​HofmeisterAn
  • chore: Delegate container builder ctor string to IImage (#​1600) @​HofmeisterAn
  • chore: Remove EventStoreDb module (#​1599) @​HofmeisterAn
  • feat: Prepare next release cycle (4.10.0) (#​1586) @​HofmeisterAn

Commits viewable in compare view.

Updated TUnit from 1.5.6 to 1.19.57.

Release notes

Sourced from TUnit's releases.

1.19.57

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.19.22...v1.19.57

1.19.22

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.19.16...v1.19.22

1.19.16

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.19.11...v1.19.16

1.19.11

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.19.0...v1.19.11

1.19.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.18.37...v1.19.0

1.18.37

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.18.21...v1.18.37

1.18.21

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.18.9...v1.18.21

1.18.9

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.18.0...v1.18.9

1.18.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.54...v1.18.0

1.17.54

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.36...v1.17.54

1.17.36

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.29...v1.17.36

1.17.29

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.25...v1.17.29

1.17.25

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.20...v1.17.25

1.17.20

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.11...v1.17.20

1.17.11

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.7...v1.17.11

1.17.7

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.4...v1.17.7

1.17.4

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.17.0...v1.17.4

1.17.0

TUnit.Mocks comes out in beta!

What's Changed

Other Changes

1.16.4

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.16.0...v1.16.4

1.16.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.15.11...v1.16.0

1.15.11

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.15.7...v1.15.11

1.15.7

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.15.0...v1.15.7

1.15.0

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.14.0...v1.15.0

1.14.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.70...v1.14.0

1.13.70

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.13.69...v1.13.70

1.13.69

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.60...v1.13.69

1.13.60

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.56...v1.13.60

1.13.56

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.54...v1.13.56

1.13.54

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.51...v1.13.54

1.13.51

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.48...v1.13.51

1.13.48

What's Changed

Other Changes

Full Changelog: thomhurst/TUnit@v1.13.47...v1.13.48

1.13.47

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.40...v1.13.47

1.13.40

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.30...v1.13.40

1.13.30

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.27...v1.13.30

1.13.27

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.24...v1.13.27

1.13.24

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.11...v1.13.24

1.13.11

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.8...v1.13.11

1.13.8

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.13.0...v1.13.8

1.13.0

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.147...v1.13.0

1.12.147

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.144...v1.12.147

1.12.144

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.139...v1.12.144

1.12.139

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.125...v1.12.139

1.12.125

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.111...v1.12.125

1.12.111

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.102...v1.12.111

1.12.102

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.93...v1.12.102

1.12.93

What's Changed

Other Changes

Dependencies

New Contributors

Full Changelog: thomhurst/TUnit@v1.12.90...v1.12.93

1.12.90

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.86...v1.12.90

1.12.86

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.82...v1.12.86

1.12.82

What's Changed

Other Changes

Dependencies

Full Changelog: thomhurst/TUnit@v1.12.80...v1.12.82

1.12.80

What's Changed

Other Changes

Dependencies

_Desc...

Description has been truncated

Bumps BCrypt.Net-Next from 4.0.3 to 4.1.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps Testcontainers.PostgreSql from 4.9.0 to 4.11.0
Bumps TUnit from 1.5.6 to 1.19.57

---
updated-dependencies:
- dependency-name: BCrypt.Net-Next
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Testcontainers.PostgreSql
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: TUnit
  dependency-version: 1.19.57
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Mar 16, 2026
@hhvrc hhvrc merged commit f336591 into master Mar 16, 2026
1 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/nuget-dependencies-577ab46cc5 branch March 16, 2026 11:30
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