Skip to content

Commit 64cfbc9

Browse files
Bump Azure.Identity, Microsoft.SqlServer.SqlManagementObjects, Newtonsoft.Json and System.IdentityModel.Tokens.Jwt
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net), Microsoft.SqlServer.SqlManagementObjects, [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet). These dependencies needed to be updated together. Updates `Azure.Identity` from 1.13.0 to 1.10.3 - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.13.0...Azure.Identity_1.10.3) Updates `Microsoft.SqlServer.SqlManagementObjects` from 171.30.0 to 172.52.0 Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1 - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.1) Updates `System.IdentityModel.Tokens.Jwt` from 8.1.2 to 6.35.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.1.2...6.35.0) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.SqlServer.SqlManagementObjects dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Newtonsoft.Json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: System.IdentityModel.Tokens.Jwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a25b1d7 commit 64cfbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MsSqlToolBelt/MsSqlToolBelt.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
3232
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="172.0.1" />
33-
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="171.30.0" />
33+
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="172.52.0" />
3434
<PackageReference Include="Microsoft.VisualStudio.Threading" Version="17.11.20" />
3535
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
3636
<PackageReference Include="RestSharp" Version="112.1.0" />

0 commit comments

Comments
 (0)