Skip to content

Commit

Permalink
Bump MongoDB.Driver.Core, MongoDB.Bson, DnsClient, MongoDB.Libmongocr…
Browse files Browse the repository at this point in the history
…ypt and SharpCompress

Bumps [MongoDB.Driver.Core](https://github.com/mongodb/mongo-csharp-driver), [MongoDB.Bson](https://github.com/mongodb/mongo-csharp-driver), [DnsClient](https://github.com/MichaCo/DnsClient.NET), MongoDB.Libmongocrypt and [SharpCompress](https://github.com/adamhathcock/sharpcompress). These dependencies needed to be updated together.

Updates `MongoDB.Driver.Core` from 2.13.3 to 2.28.0
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.13.3...v2.28.0)

Updates `MongoDB.Bson` from 2.13.3 to 2.28.0
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.13.3...v2.28.0)

Updates `DnsClient` from 1.4.0 to 1.6.1
- [Release notes](https://github.com/MichaCo/DnsClient.NET/releases)
- [Commits](MichaCo/DnsClient.NET@1.4.0...1.6.1)

Updates `MongoDB.Libmongocrypt` from 1.2.2 to 1.11.0

Updates `SharpCompress` from 0.23.0 to 0.30.1
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases)
- [Commits](adamhathcock/sharpcompress@0.23...0.30.1)

---
updated-dependencies:
- dependency-name: MongoDB.Driver.Core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: MongoDB.Bson
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: DnsClient
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: MongoDB.Libmongocrypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: SharpCompress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 23, 2024
1 parent d992b5f commit 87364ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
<!-- Versions from CommonExcludedAssets.props -->
<ItemGroup>
<!-- Microsoft.Bcl.AsyncInterfaces is also referenced by the .NET Framework4.6.2. In this case is not excluded -->
<PackageVersion Include="DnsClient" Version="1.4.0" />
<PackageVersion Include="DnsClient" Version="1.6.1" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageVersion Include="Microsoft.Win32.SystemEvents" Version="4.7.0" />
<PackageVersion Include="MongoDB.Bson" Version="2.13.3" />
<PackageVersion Include="MongoDB.Driver.Core" Version="2.13.3" />
<PackageVersion Include="MongoDB.Libmongocrypt" Version="1.2.2" />
<PackageVersion Include="MongoDB.Bson" Version="2.28.0" />
<PackageVersion Include="MongoDB.Driver.Core" Version="2.28.0" />
<PackageVersion Include="MongoDB.Libmongocrypt" Version="1.11.0" />
<PackageVersion Include="Pipelines.Sockets.Unofficial" Version="2.1.16" />
<PackageVersion Include="SharpCompress" Version="0.23.0" />
<PackageVersion Include="SharpCompress" Version="0.30.1" />
<PackageVersion Include="StackExchange.Redis" Version="2.1.58" />
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="4.7.0" />
<PackageVersion Include="System.Diagnostics.PerformanceCounter" Version="4.7.0" />
Expand Down

0 comments on commit 87364ec

Please sign in to comment.