From a9144c47eab184e8af2bfa38914f1eb80d931f80 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 20 Jul 2026 21:16:44 +0000
Subject: [PATCH] chore(backend): Bump
 Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore from 9.0.15
 to 9.0.18

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
  dependency-version: 9.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 backend/src/Pastebin.API/Pastebin.API.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/src/Pastebin.API/Pastebin.API.csproj b/backend/src/Pastebin.API/Pastebin.API.csproj
index dff9069..3d1b4ef 100644
--- a/backend/src/Pastebin.API/Pastebin.API.csproj
+++ b/backend/src/Pastebin.API/Pastebin.API.csproj
@@ -13,7 +13,7 @@
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
       <PrivateAssets>all</PrivateAssets>
     </PackageReference>
-    <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.15" />
+    <PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="9.0.18" />
     <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
     <PackageReference Include="Scalar.AspNetCore" Version="2.14.11" />
   </ItemGroup>
