Skip to content

Commit

Permalink
Bump the dotnet group (#43494)
Browse files Browse the repository at this point in the history
Bumps the dotnet group in /docs/fundamentals/code-analysis/quality-rules/snippets/vb/all-rules with 2 updates: [System.Data.SqlClient](https://github.com/dotnet/maintenance-packages) and [System.Security.Permissions](https://github.com/dotnet/runtime).


Updates `System.Data.SqlClient` from 4.8.6 to 4.9.0
- [Commits](https://github.com/dotnet/maintenance-packages/commits)

Updates `System.Security.Permissions` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: System.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
- dependency-name: System.Security.Permissions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent deae8c7 commit 9c4e543
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Data.SqlClient" Version="4.8.6" />
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
<PackageReference Include="System.Security.Permissions" Version="9.0.0" />
</ItemGroup>

</Project>

0 comments on commit 9c4e543

Please sign in to comment.