Skip to content

Commit

Permalink
Bump Microsoft.IdentityModel.Abstractions from 6.31.0 to 6.34.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.IdentityModel.Abstractions](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 6.31.0 to 6.34.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](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits)

---
updated-dependencies:
- dependency-name: Microsoft.IdentityModel.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 4be6d33 commit 59b718c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions PCAxis.Api/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Azure.Core" version="1.25.0" targetFramework="net48" />
<package id="Azure.Identity" version="1.7.0" targetFramework="net48" />
Expand All @@ -12,7 +12,7 @@
<package id="Microsoft.Data.SqlClient.SNI" version="5.1.0" targetFramework="net48" />
<package id="Microsoft.Identity.Client" version="4.54.1" targetFramework="net48" />
<package id="Microsoft.Identity.Client.Extensions.Msal" version="2.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.34.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Logging" version="6.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Protocols" version="6.24.0" targetFramework="net48" />
Expand Down
4 changes: 2 additions & 2 deletions PCAxis.Search/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Azure.Core" version="1.25.0" targetFramework="net48" />
<package id="Azure.Identity" version="1.7.0" targetFramework="net48" />
Expand All @@ -9,7 +9,7 @@
<package id="Microsoft.Data.SqlClient.SNI" version="5.1.0" targetFramework="net48" />
<package id="Microsoft.Identity.Client" version="4.54.1" targetFramework="net48" />
<package id="Microsoft.Identity.Client.Extensions.Msal" version="2.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.34.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Logging" version="6.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Protocols" version="6.24.0" targetFramework="net48" />
Expand Down
4 changes: 2 additions & 2 deletions PXWeb/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Azure.Core" version="1.25.0" targetFramework="net48" />
<package id="Azure.Identity" version="1.7.0" targetFramework="net48" />
Expand All @@ -17,7 +17,7 @@
<package id="Microsoft.Data.SqlClient.SNI" version="5.1.0" targetFramework="net48" />
<package id="Microsoft.Identity.Client" version="4.54.1" targetFramework="net48" />
<package id="Microsoft.Identity.Client.Extensions.Msal" version="2.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Abstractions" version="6.34.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.JsonWebTokens" version="6.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Logging" version="6.31.0" targetFramework="net48" />
<package id="Microsoft.IdentityModel.Protocols" version="6.24.0" targetFramework="net48" />
Expand Down

0 comments on commit 59b718c

Please sign in to comment.