Skip to content

Commit

Permalink
Bump the deps group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 5 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.6.1` | `7.6.2` |
| [Microsoft.PowerShell.Commands.Diagnostics](https://github.com/PowerShell/PowerShell) | `7.4.2` | `7.4.3` |
| [System.Management.Automation](https://github.com/PowerShell/PowerShell) | `7.4.2` | `7.4.3` |
| [Elastic.Apm.NetCoreAll](https://github.com/elastic/apm-agent-dotnet) | `1.27.1` | `1.27.3` |
| [System.IO.Abstractions](https://github.com/TestableIO/System.IO.Abstractions) | `21.0.2` | `21.0.22` |



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.PowerShell.Commands.Diagnostics` from 7.4.2 to 7.4.3
- [Release notes](https://github.com/PowerShell/PowerShell/releases)
- [Commits](PowerShell/PowerShell@v7.4.2...v7.4.3)

Updates `System.Management.Automation` from 7.4.2 to 7.4.3
- [Release notes](https://github.com/PowerShell/PowerShell/releases)
- [Commits](PowerShell/PowerShell@v7.4.2...v7.4.3)

Updates `Elastic.Apm.NetCoreAll` from 1.27.1 to 1.27.3
- [Release notes](https://github.com/elastic/apm-agent-dotnet/releases)
- [Changelog](https://github.com/elastic/apm-agent-dotnet/blob/main/CHANGELOG.asciidoc)
- [Commits](elastic/apm-agent-dotnet@v1.27.1...v1.27.3)

Updates `System.IO.Abstractions` from 21.0.2 to 21.0.22
- [Release notes](https://github.com/TestableIO/System.IO.Abstractions/releases)
- [Commits](TestableIO/System.IO.Abstractions@v21.0.2...v21.0.22)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Microsoft.PowerShell.Commands.Diagnostics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: System.Management.Automation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: Elastic.Apm.NetCoreAll
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: System.IO.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 85ba6bb commit a59f07f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Nox.Cli.Plugins/Nox.Cli.Plugin.Powershell/Nox.Cli.Plugin.Powershell.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.Commands.Diagnostics" Version="7.4.2" />
<PackageReference Include="Microsoft.PowerShell.Commands.Diagnostics" Version="7.4.3" />
<PackageReference Include="Microsoft.PowerShell.Commands.Management" Version="7.4.2" />
<PackageReference Include="Microsoft.PowerShell.Commands.Utility" Version="7.4.2" />
<PackageReference Include="Microsoft.PowerShell.ConsoleHost" Version="7.4.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/Nox.Cli.Server/Nox.Cli.Server.csproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Elastic.Apm.NetCoreAll" Version="1.27.1" />
<PackageReference Include="Elastic.Apm.NetCoreAll" Version="1.27.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.6" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.19.1" />
Expand Down
4 changes: 2 additions & 2 deletions src/Nox.Cli/Nox.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<PackageReference Include="RestSharp" Version="111.3.0" />
<PackageReference Include="Spectre.Console" Version="0.49.1" />
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
<PackageReference Include="System.IO.Abstractions" Version="21.0.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.1" />
<PackageReference Include="System.IO.Abstractions" Version="21.0.22" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.6.2" />
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.2.3" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
Expand Down

0 comments on commit a59f07f

Please sign in to comment.