Skip to content

Commit

Permalink
build(deps): bump Abp.AspNetCore and Castle.Windsor.MsDependencyInjec…
Browse files Browse the repository at this point in the history
…tion

Bumps [Abp.AspNetCore](https://github.com/aspnetboilerplate/aspnetboilerplate) and [Castle.Windsor.MsDependencyInjection](https://github.com/volosoft/castle-windsor-ms-adapter). These dependencies needed to be updated together.

Updates `Abp.AspNetCore` from 6.0.0 to 6.6.2
- [Release notes](https://github.com/aspnetboilerplate/aspnetboilerplate/releases)
- [Commits](https://github.com/aspnetboilerplate/aspnetboilerplate/commits)

Updates `Castle.Windsor.MsDependencyInjection` from 3.3.1 to 3.4.0
- [Release notes](https://github.com/volosoft/castle-windsor-ms-adapter/releases)
- [Commits](https://github.com/volosoft/castle-windsor-ms-adapter/commits/v3.4.0)

---
updated-dependencies:
- dependency-name: Abp.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Castle.Windsor.MsDependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 30, 2024
1 parent 472e6a4 commit dccc386
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.4.1" />
<PackageReference Include="Abp.AspNetCore" Version="6.0.0" />
<PackageReference Include="Abp.AspNetCore" Version="6.6.2" />
<PackageReference Include="Abp.ZeroCore" Version="6.0.0" />
<PackageReference Include="Abp.AspNetCore.SignalR" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit dccc386

Please sign in to comment.