diff --git a/samples/Sample.Controllers/Sample.Controllers.csproj b/samples/Sample.Controllers/Sample.Controllers.csproj
index df6da01..c643bc4 100644
--- a/samples/Sample.Controllers/Sample.Controllers.csproj
+++ b/samples/Sample.Controllers/Sample.Controllers.csproj
@@ -7,7 +7,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
+    <PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
   </ItemGroup>
 
   <ItemGroup>
diff --git a/samples/Sample.Middleware/Sample.Middleware.csproj b/samples/Sample.Middleware/Sample.Middleware.csproj
index 9ec22f1..c95b7bf 100644
--- a/samples/Sample.Middleware/Sample.Middleware.csproj
+++ b/samples/Sample.Middleware/Sample.Middleware.csproj
@@ -8,7 +8,7 @@
 
   <ItemGroup>
     <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8" />
-    <PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
+    <PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
   </ItemGroup>
 
   <ItemGroup>
diff --git a/samples/Sample.MinimalApi/Sample.MinimalApi.csproj b/samples/Sample.MinimalApi/Sample.MinimalApi.csproj
index 9ec22f1..c95b7bf 100644
--- a/samples/Sample.MinimalApi/Sample.MinimalApi.csproj
+++ b/samples/Sample.MinimalApi/Sample.MinimalApi.csproj
@@ -8,7 +8,7 @@
 
   <ItemGroup>
     <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.8" />
-    <PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
+    <PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.0" />
   </ItemGroup>
 
   <ItemGroup>