-
Notifications
You must be signed in to change notification settings - Fork 108
chore: dependabot packages update #597
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
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,14 +11,14 @@ | |
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="AutoMapper" Version="14.0.0" /> | ||
| <PackageReference Include="AutoMapper" Version="15.1.1" /> | ||
| <PackageReference Include="Azure.Data.AppConfiguration" Version="1.6.1" /> | ||
| <PackageReference Include="Azure.Identity" Version="1.14.1" /> | ||
| <PackageReference Include="Microsoft.Extensions.Azure" Version="1.12.0" /> | ||
| <PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.6" /> | ||
| <PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.5" /> | ||
| <PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="8.2.0" /> | ||
| <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.6" /> | ||
| <PackageReference Include="Microsoft.Extensions.Options" Version="9.0.6" /> | ||
| <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.5" /> | ||
| <PackageReference Include="Microsoft.Extensions.Options" Version="10.0.5" /> | ||
|
Comment on lines
+18
to
+21
|
||
| <PackageReference Include="Microsoft.KernelMemory.WebClient" Version="0.79.241014.2" /> | ||
| <PackageReference Include="Microsoft.SemanticKernel" Version="1.32.0" /> | ||
| <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" /> | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -7,7 +7,7 @@ | |||
| </PropertyGroup> | ||||
|
|
||||
| <ItemGroup> | ||||
| <PackageReference Include="AutoMapper" Version="14.0.0" /> | ||||
| <PackageReference Include="AutoMapper" Version="15.1.1" /> | ||||
|
||||
| <PackageReference Include="AutoMapper" Version="15.1.1" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AutoMapper appears to be unused in the backend-api projects (no
IMapper,Profile,AddAutoMapper, etc. found; only an unusedusing AutoMapper;). If there’s no runtime usage, consider removing this PackageReference rather than updating it to a new major version.