Skip to content

Commit

Permalink
chore(deps): bump Org.Eclipse.TractusX.Portal.Backend.Framework.Depen…
Browse files Browse the repository at this point in the history
…dencyInjection

Bumps [Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection](https://github.com/eclipse-tractusx/portal-backend) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/eclipse-tractusx/portal-backend/releases)
- [Changelog](https://github.com/eclipse-tractusx/portal-backend/blob/main/CHANGELOG.md)
- [Commits](eclipse-tractusx/portal-backend@v1.1.0...v1.3.0)

---
updated-dependencies:
- dependency-name: Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 1c21f65 commit ec491c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/clients/Dim.Clients/Dim.Clients.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection" Version="1.1.0" />
<PackageReference Include="Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection" Version="1.3.0" />
<PackageReference Include="Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling" Version="1.1.0" />
<PackageReference Include="Org.Eclipse.TractusX.Portal.Backend.Framework.HttpClientExtensions" Version="1.1.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/database/Dim.DbAccess/Dim.DbAccess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="7.0.12" />
<PackageReference Include="Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection" Version="1.1.0" />
<PackageReference Include="Org.Eclipse.TractusX.Portal.Backend.Framework.DependencyInjection" Version="1.3.0" />
<PackageReference Include="Org.Eclipse.TractusX.Portal.Backend.Framework.ErrorHandling" Version="1.1.0" />
</ItemGroup>

Expand Down

0 comments on commit ec491c1

Please sign in to comment.