Skip to content

Commit 7de1226

Browse files
Updates dependencies
1 parent 2ea9a09 commit 7de1226

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-proxy-plugins/dev-proxy-plugins.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Private>false</Private>
2222
<ExcludeAssets>runtime</ExcludeAssets>
2323
</PackageReference>
24-
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.4.1">
24+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.0">
2525
<Private>false</Private>
2626
<ExcludeAssets>runtime</ExcludeAssets>
2727
</PackageReference>

dev-proxy/dev-proxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
3434
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
3535
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
36-
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.4.1" />
36+
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.0" />
3737
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.14" />
3838
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
3939
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />

0 commit comments

Comments
 (0)