Skip to content

Commit

Permalink
Update nuget non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent a492f32 commit b36e08b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Format check
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:6.0.415-alpine3.18 # hardcode version until microsoft fixes issue in github runners
image: mcr.microsoft.com/dotnet/sdk:6.0.416-alpine3.18 # hardcode version until microsoft fixes issue in github runners
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Building studio frontend
FROM node:20.8.0-alpine AS generate-studio-frontend
FROM node:20.9.0-alpine AS generate-studio-frontend
WORKDIR /build
COPY . .
RUN corepack enable
Expand Down
4 changes: 2 additions & 2 deletions backend/packagegroups/NuGet.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Update="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Update="Microsoft.AspNetCore.DataProtection.AzureKeyVault" Version="3.1.24" />
<PackageReference Update="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.23" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.24" />
<PackageReference Update="Microsoft.Azure.KeyVault" Version="3.0.5" />
<PackageReference Update="Microsoft.Azure.Security.KeyVault.Secrets" Version="4.5.0" />
<PackageReference Update="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
Expand All @@ -40,7 +40,7 @@

<ItemGroup Label="Packages used for testing">
<PackageReference Update="FluentAssertions" Version="6.12.0" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.23" />
<PackageReference Update="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.24" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<!-- Do not upgrade Moq version from 4.18.4 -->
<PackageReference Update="Moq" Version="4.20.69" />
Expand Down

0 comments on commit b36e08b

Please sign in to comment.