From adb718621e57a67d75cf264baaae523a825e3c1d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 21 Jan 2025 18:08:44 +0000
Subject: [PATCH] Bump System.Text.Json in /src/OpenApiXmlCommentGenerator/gen

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .../gen/Microsoft.AspNetCore.OpenApi.SourceGenerators.csproj    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/OpenApiXmlCommentGenerator/gen/Microsoft.AspNetCore.OpenApi.SourceGenerators.csproj b/src/OpenApiXmlCommentGenerator/gen/Microsoft.AspNetCore.OpenApi.SourceGenerators.csproj
index a59e5da74..9976ca167 100644
--- a/src/OpenApiXmlCommentGenerator/gen/Microsoft.AspNetCore.OpenApi.SourceGenerators.csproj
+++ b/src/OpenApiXmlCommentGenerator/gen/Microsoft.AspNetCore.OpenApi.SourceGenerators.csproj
@@ -22,7 +22,7 @@
   <ItemGroup>
     <PackageReference Include="Microsoft.CodeAnalysis.CSharp" PrivateAssets="All" IsImplicitlyDefined="true" Version="4.11.0-2.final" />
     <PackageReference Include="Microsoft.CodeAnalysis.Common" PrivateAssets="All" IsImplicitlyDefined="true" Version="4.11.0-2.final" />
-    <PackageReference Include="System.Text.Json" Version="8.0.4" />
+    <PackageReference Include="System.Text.Json" Version="8.0.5" />
   </ItemGroup>
 
   <ItemGroup>