Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to main v8.3 #2465

Merged
merged 178 commits into from
Jun 25, 2024
Merged

Develop to main v8.3 #2465

merged 178 commits into from
Jun 25, 2024

Conversation

tpurschke
Copy link
Contributor

No description provided.

tpurschke and others added 30 commits May 6, 2024 17:50
Merge pull request #2405 from CactuseSecurity/develop
Bumps [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.5.0 to 6.6.1.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.5.0...v6.6.1)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…develop/Microsoft.AspNetCore.Authentication.JwtBearer-8.0.5

Bump Microsoft.AspNetCore.Authentication.JwtBearer from 8.0.4 to 8.0.5 in /roles
…develop/Microsoft.IdentityModel.Tokens-7.5.2

Bump Microsoft.IdentityModel.Tokens from 7.5.1 to 7.5.2 in /roles
…develop/Swashbuckle.AspNetCore-6.6.1

Bump Swashbuckle.AspNetCore from 6.5.0 to 6.6.1 in /roles
…develop/Microsoft.AspNetCore.Components-8.0.5

Bump Microsoft.AspNetCore.Components from 8.0.4 to 8.0.5 in /roles
…develop/System.IdentityModel.Tokens.Jwt-7.5.2

Bump System.IdentityModel.Tokens.Jwt from 7.5.1 to 7.5.2 in /roles
Develop hotfix email credential decryption
abarz722 and others added 28 commits June 19, 2024 10:22
Develop customization changes for app data import
Bumps [RestSharp.Serializers.NewtonsoftJson](https://github.com/restsharp/RestSharp) from 111.2.0 to 111.3.0.
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@111.2.0...111.3.0)

---
updated-dependencies:
- dependency-name: RestSharp.Serializers.NewtonsoftJson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) and [Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet). These dependencies needed to be updated together.

Updates `System.IdentityModel.Tokens.Jwt` from 7.6.1 to 7.6.2
- [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/7.6.2/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.6.1...7.6.2)

Updates `Microsoft.IdentityModel.Tokens` from 7.6.1 to 7.6.2
- [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/7.6.2/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.6.1...7.6.2)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.IdentityModel.Tokens
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
AppRule Report first version + fixes
…develop/RestSharp.Serializers.NewtonsoftJson-111.3.0

Bump RestSharp.Serializers.NewtonsoftJson from 111.2.0 to 111.3.0 in /roles
…develop/multi-956955c014

Bump System.IdentityModel.Tokens.Jwt and Microsoft.IdentityModel.Tokens in /roles
…develop/Microsoft.IdentityModel.Tokens-7.6.2

Bump Microsoft.IdentityModel.Tokens from 7.6.1 to 7.6.2 in /roles
Group handling in AppRule report + reactivate areas
Develop app & network importer adjustments
@tpurschke tpurschke merged commit 70bdcd3 into main Jun 25, 2024
2 checks passed
tpurschke added a commit that referenced this pull request Jun 25, 2024
Merge pull request #2465 from CactuseSecurity/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants