Skip to content

Commit

Permalink
deps: bump the nuget group across 2 directories with 1 update
Browse files Browse the repository at this point in the history
Bumps the nuget group with 1 update in the /src/api directory: System.Text.Json.
Bumps the nuget group with 1 update in the /libs/EsriJson/EsriJson.Net directory: System.Text.Json.


Updates `System.Text.Json` from 8.0.4 to 8.0.5

Updates `System.Text.Json` from 8.0.4 to 8.0.5

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and steveoh committed Oct 9, 2024
1 parent 1d9fc91 commit 2465122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/EsriJson/EsriJson.Net/EsriJson.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/api/api.mapserv.utah.gov.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.8.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="WebApiContrib.Core.Formatter.Jsonp" Version="2.1.0" />
</ItemGroup>

Expand Down

0 comments on commit 2465122

Please sign in to comment.