Update Dependencies + Merge Release 8.2.0 into Main#149
Merged
lmarcos000 merged 10 commits intoEncamina:mainfrom Mar 21, 2025
Merged
Update Dependencies + Merge Release 8.2.0 into Main#149lmarcos000 merged 10 commits intoEncamina:mainfrom
lmarcos000 merged 10 commits intoEncamina:mainfrom
Conversation
- Aspire.Hosting 8.2.1 → 8.2.2 - Azure.AI.OpenAI 2.1.0-beta.1 → 2.2.0-beta.1 - Azure.Core 1.43.0 → 1.45.0 - Azure.Data.Tables 12.9.0 → 12.10.0 - Azure.Identity 1.12.0 → 1.13.2 - Microsoft.AspNetCore.Authentication.JwtBearer 8.0.8 → 8.0.14 - Microsoft.AspNetCore.Authentication.OpenIdConnect 8.0.8 → 8.0.14 - Microsoft.Azure.Cosmos 3.43.0 → 3.47.2 - Microsoft.Extensions.Azure 1.7.5 → 1.11.0 - Microsoft.Extensions.Hosting 8.0.0 → 8.0.1 - Microsoft.Extensions.Http 8.0.0 → 8.0.1 - Microsoft.EntityFrameworkCore 8.0.8 → 8.0.14 - Microsoft.EntityFrameworkCore.SqlServer 8.0.8 → 8.0.14 - Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1 → 8.0.2 - Microsoft.AspNetCore.Http.Abstractions 2.2.0 → 2.3.0 - Microsoft.Extensions.Logging.Abstractions 8.0.1 → 8.0.3 - Microsoft.Bot.Builder.Azure 4.22.8 → 4.23.0 - Microsoft.Bot.Builder.Azure.Blobs 4.22.8 → 4.23.0 - Microsoft.Bot.Builder.Dialogs 4.22.8 → 4.23.0 - Microsoft.Bot.Builder.Integration.ApplicationInsights.Core 4.22.8 → 4.23.0 - Microsoft.Bot.Builder.Integration.AspNet.Core 4.22.8 → 4.23.0 - MailKit 4.7.1.1 → 4.11.0 - System.Net.Http.Json 8.0.0 → 8.0.1 - System.Configuration.ConfigurationManager 8.0.0 → 8.0.1 - System.Memory.Data 8.0.0 → 8.0.1 - Microsoft.SemanticKernel.Abstractions 1.24.1 → 1.42.0 - Microsoft.SemanticKernel.Plugins.Memory 1.24.1-alpha → 1.42.0-alpha - Microsoft.SemanticKernel.Connectors.AzureOpenAI 1.24.1 → 1.42.0 - Microsoft.SemanticKernel.Core 1.24.1 → 1.42.0 - Microsoft.SemanticKernel.Plugins.Document 1.24.1-alpha → 1.42.0-alpha - Microsoft.SemanticKernel.Connectors.AzureAISearch 1.24.1-preview → 1.42.0-preview - Microsoft.SemanticKernel.Connectors.Qdrant 1.24.1-preview → 1.42.0-preview - HtmlAgilityPack 1.11.71 → 1.12.0 - PdfPig 0.1.8 → 0.1.10 - SixLabors.ImageSharp 3.1.5 → 3.1.7 - Bogus 35.6.1 → 35.6.2 - CommunityToolkit.Diagnostics 8.2.2 → 8.4.0 - coverlet.collector 6.0.2 → 6.0.4 - Moq 4.20.70 → 4.20.72 - xunit 2.8.1 → 2.9.3 - xunit.analyzers 1.14.0 → 1.20.0 - xunit.extensibility.core 2.8.1 → 2.9.3 - xunit.runner.visualstudio 2.8.1 → 3.0.2 Remvoed NuGet dependencies: - System.Numerics.Tensors
MarioRamosEs
approved these changes
Mar 20, 2025
MarioRamosEs
approved these changes
Mar 20, 2025
dianabisbe
approved these changes
Mar 21, 2025
lmarcos000
approved these changes
Mar 21, 2025
Hiunkeru
approved these changes
Mar 21, 2025
Hiunkeru
approved these changes
Mar 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates multiple dependencies to their latest versions and synchronizes the
mainbranch with the changes introduced in the 8.2.0 release.Key Changes
✅ Dependency Updates:
Several libraries have been updated to improve security, stability, and compatibility. Full list of updates:
✅ Integration of the 8.2.0 Release:
The latest changes from the 8.2.0 release have been merged into the
mainbranch.Aquí tienes el mensaje actualizado con la información sobre la eliminación de las instrucciones de SONAR en
main.yml:✅ Removal of SONAR instructions from
main.yml:The SONAR-related instructions have been removed from the
main.ymlfile.