diff --git a/.github/workflows/commit_message_check.yml b/.github/workflows/commit_message_check.yml index e01010a4d8..2e6c095cf1 100644 --- a/.github/workflows/commit_message_check.yml +++ b/.github/workflows/commit_message_check.yml @@ -10,4 +10,4 @@ permissions: # added using https://github.com/step-security/secure-workflows jobs: commit-message-lint: - uses: sillsdev/FieldWorks/.github/workflows/CommitMessage.yml@d6f2ee1ed5aa1257e408a4afab2aab8fd8268764 + uses: sillsdev/FieldWorks/.github/workflows/CommitMessage.yml@0ea8e06b13dc756abb9c76f083ff90369fb383bf diff --git a/Backend.Tests/Backend.Tests.csproj b/Backend.Tests/Backend.Tests.csproj index 6436393184..2e62caca8a 100644 --- a/Backend.Tests/Backend.Tests.csproj +++ b/Backend.Tests/Backend.Tests.csproj @@ -12,12 +12,13 @@ $(NoWarn);CA1305;CA1859;CS1591 + - + - + diff --git a/Backend/BackendFramework.csproj b/Backend/BackendFramework.csproj index a2bbf077cd..9fee1d4a5a 100644 --- a/Backend/BackendFramework.csproj +++ b/Backend/BackendFramework.csproj @@ -10,18 +10,17 @@ $(NoWarn);CA1305;CA1848;CS1591 - - - + + NU1701 - - - + + + diff --git a/Backend/Dockerfile b/Backend/Dockerfile index 6833352fcb..b6439d36c7 100644 --- a/Backend/Dockerfile +++ b/Backend/Dockerfile @@ -7,7 +7,7 @@ ############################################################ # Docker multi-stage build -FROM mcr.microsoft.com/dotnet/sdk:8.0.404-jammy AS builder +FROM mcr.microsoft.com/dotnet/sdk:8.0.405-jammy AS builder WORKDIR /app # Copy csproj and restore (fetch dependencies) as distinct layers. @@ -19,7 +19,7 @@ COPY . ./ RUN dotnet publish -c Release -o build # Build runtime image. -FROM mcr.microsoft.com/dotnet/aspnet:8.0.11-jammy +FROM mcr.microsoft.com/dotnet/aspnet:8.0.12-jammy ENV ASPNETCORE_URLS=http://+:5000 ENV COMBINE_IS_IN_CONTAINER=1 diff --git a/docs/user_guide/assets/licenses/backend_licenses.txt b/docs/user_guide/assets/licenses/backend_licenses.txt index 7117634e08..409e96ced7 100644 --- a/docs/user_guide/assets/licenses/backend_licenses.txt +++ b/docs/user_guide/assets/licenses/backend_licenses.txt @@ -27,34 +27,6 @@ Authors: MichaCo License: Apache-2.0 LicenseUrl: https://licenses.nuget.org/Apache-2.0 ############################################################### -PackageId: Google.Protobuf -PackageVersion: 3.22.5 -PackageProjectUrl: https://github.com/protocolbuffers/protobuf -Authors: Google Inc. -License: BSD-3-Clause -LicenseUrl: https://licenses.nuget.org/BSD-3-Clause -############################################################### -PackageId: Grpc.Core.Api -PackageVersion: 2.52.0 -PackageProjectUrl: https://github.com/grpc/grpc-dotnet -Authors: The gRPC Authors -License: Apache-2.0 -LicenseUrl: https://licenses.nuget.org/Apache-2.0 -############################################################### -PackageId: Grpc.Net.Client -PackageVersion: 2.52.0 -PackageProjectUrl: https://github.com/grpc/grpc-dotnet -Authors: The gRPC Authors -License: Apache-2.0 -LicenseUrl: https://licenses.nuget.org/Apache-2.0 -############################################################### -PackageId: Grpc.Net.Common -PackageVersion: 2.52.0 -PackageProjectUrl: https://github.com/grpc/grpc-dotnet -Authors: The gRPC Authors -License: Apache-2.0 -LicenseUrl: https://licenses.nuget.org/Apache-2.0 -############################################################### PackageId: icu.net PackageVersion: 3.0.0 PackageProjectUrl: https://github.com/sillsdev/icu-dotnet @@ -83,12 +55,19 @@ License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: Microsoft.AspNetCore.Authentication.JwtBearer -PackageVersion: 8.0.11 +PackageVersion: 8.0.12 PackageProjectUrl: https://asp.net/ Authors: Microsoft License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### +PackageId: Microsoft.Bcl.Memory +PackageVersion: 9.0.0 +PackageProjectUrl: https://dot.net/ +Authors: Microsoft +License: MIT +LicenseUrl: https://licenses.nuget.org/MIT +############################################################### PackageId: Microsoft.CSharp PackageVersion: 4.7.0 PackageProjectUrl: https://github.com/dotnet/corefx @@ -110,20 +89,6 @@ Authors: Microsoft License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### -PackageId: Microsoft.Extensions.Caching.Abstractions -PackageVersion: 8.0.0 -PackageProjectUrl: https://dot.net/ -Authors: Microsoft -License: MIT -LicenseUrl: https://licenses.nuget.org/MIT -############################################################### -PackageId: Microsoft.Extensions.Caching.Memory -PackageVersion: 8.0.1 -PackageProjectUrl: https://dot.net/ -Authors: Microsoft -License: MIT -LicenseUrl: https://licenses.nuget.org/MIT -############################################################### PackageId: Microsoft.Extensions.Configuration PackageVersion: 9.0.0 PackageProjectUrl: https://dot.net/ @@ -230,21 +195,21 @@ License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: Microsoft.IdentityModel.Abstractions -PackageVersion: 7.5.1 +PackageVersion: 8.3.1 PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet Authors: Microsoft License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: Microsoft.IdentityModel.JsonWebTokens -PackageVersion: 7.5.1 +PackageVersion: 8.3.1 PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet Authors: Microsoft License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: Microsoft.IdentityModel.Logging -PackageVersion: 7.5.1 +PackageVersion: 8.3.1 PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet Authors: Microsoft License: MIT @@ -265,7 +230,7 @@ License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: Microsoft.IdentityModel.Tokens -PackageVersion: 7.5.1 +PackageVersion: 8.3.1 PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet Authors: Microsoft License: MIT @@ -355,21 +320,21 @@ License: MIT LicenseUrl: https://licenses.nuget.org/MIT ############################################################### PackageId: OpenTelemetry -PackageVersion: 1.10.0 +PackageVersion: 1.11.1 PackageProjectUrl: https://opentelemetry.io/ Authors: OpenTelemetry Authors License: Apache-2.0 LicenseUrl: https://licenses.nuget.org/Apache-2.0 ############################################################### PackageId: OpenTelemetry.Api -PackageVersion: 1.10.0 +PackageVersion: 1.11.1 PackageProjectUrl: https://opentelemetry.io/ Authors: OpenTelemetry Authors License: Apache-2.0 LicenseUrl: https://licenses.nuget.org/Apache-2.0 ############################################################### PackageId: OpenTelemetry.Api.ProviderBuilderExtensions -PackageVersion: 1.10.0 +PackageVersion: 1.11.1 PackageProjectUrl: https://opentelemetry.io/ Authors: OpenTelemetry Authors License: Apache-2.0 @@ -383,14 +348,14 @@ License: Apache-2.0 LicenseUrl: https://licenses.nuget.org/Apache-2.0 ############################################################### PackageId: OpenTelemetry.Exporter.OpenTelemetryProtocol -PackageVersion: 1.10.0 +PackageVersion: 1.11.1 PackageProjectUrl: https://opentelemetry.io/ Authors: OpenTelemetry Authors License: Apache-2.0 LicenseUrl: https://licenses.nuget.org/Apache-2.0 ############################################################### PackageId: OpenTelemetry.Extensions.Hosting -PackageVersion: 1.10.0 +PackageVersion: 1.11.1 PackageProjectUrl: https://opentelemetry.io/ Authors: OpenTelemetry Authors License: Apache-2.0 @@ -706,7 +671,7 @@ License: http://go.microsoft.com/fwlink/?LinkId=329770 LicenseUrl: http://go.microsoft.com/fwlink/?LinkId=329770 ############################################################### PackageId: System.IdentityModel.Tokens.Jwt -PackageVersion: 7.5.1 +PackageVersion: 8.3.1 PackageProjectUrl: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet Authors: Microsoft License: MIT