Skip to content

Commit 4077a8b

Browse files
Bump System.Text.Json from 9.0.0 to 9.0.4 in /src/webapp01
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.4. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.4) --- updated-dependencies: - dependency-name: System.Text.Json dependency-version: 9.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bac76b commit 4077a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webapp01/webapp01.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageReference Include="Azure.Identity" Version="1.13.2" />
1414
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.3" />
1515
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
16-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
16+
<PackageReference Include="System.Text.Json" Version="9.0.4" />
1717
</ItemGroup>
1818

1919
</Project>

0 commit comments

Comments
 (0)