From d56de8fc99f83790edb4f8de5433f0f4ddefbd78 Mon Sep 17 00:00:00 2001 From: deniswsrosa Date: Mon, 6 Jul 2026 00:59:31 +0000 Subject: [PATCH 1/2] chore(deps): update .NET dependencies --- src/Org.Quickstart.API/Org.Quickstart.API.csproj | 10 +++++----- src/Org.Quickstart.API/Program.cs | 2 +- .../Org.Quickstart.IntegrationTests.csproj | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Org.Quickstart.API/Org.Quickstart.API.csproj b/src/Org.Quickstart.API/Org.Quickstart.API.csproj index f556581..27f4578 100644 --- a/src/Org.Quickstart.API/Org.Quickstart.API.csproj +++ b/src/Org.Quickstart.API/Org.Quickstart.API.csproj @@ -11,10 +11,10 @@ - - - - - + + + + + diff --git a/src/Org.Quickstart.API/Program.cs b/src/Org.Quickstart.API/Program.cs index a58a7d4..69d4bdd 100644 --- a/src/Org.Quickstart.API/Program.cs +++ b/src/Org.Quickstart.API/Program.cs @@ -4,7 +4,7 @@ using Microsoft.AspNetCore.Builder; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Hosting; -using Microsoft.OpenApi.Models; +using Microsoft.OpenApi; using Org.Quickstart.API.Models; using Couchbase.Extensions.DependencyInjection; using Microsoft.AspNetCore.Hosting.Server; diff --git a/src/Org.Quickstart.IntegrationTests/Org.Quickstart.IntegrationTests.csproj b/src/Org.Quickstart.IntegrationTests/Org.Quickstart.IntegrationTests.csproj index 3ef1729..8f45b83 100644 --- a/src/Org.Quickstart.IntegrationTests/Org.Quickstart.IntegrationTests.csproj +++ b/src/Org.Quickstart.IntegrationTests/Org.Quickstart.IntegrationTests.csproj @@ -11,18 +11,18 @@ 4 - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all From 0de5bc54f64899d10216095f47d59438ed855238 Mon Sep 17 00:00:00 2001 From: deniswsrosa Date: Mon, 6 Jul 2026 01:02:25 +0000 Subject: [PATCH 2/2] ci: update Slack notification action --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 893e23c..23b9c5d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -37,7 +37,7 @@ jobs: timeout 120 dotnet test --no-build --verbosity normal - name: Report Status if: always() - uses: ravsamhq/notify-slack-action@v1 + uses: ravsamhq/notify-slack-action@2.5.0 with: status: ${{ job.status }} notify_when: "failure,warnings"