Skip to content

Commit

Permalink
build(deps): bump System.Text.Json from 6.0.2 to 6.0.10 in /source/Js…
Browse files Browse the repository at this point in the history
…onSerialization/source/JsonSerialization (#358)

* build(deps): bump System.Text.Json

Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.2 to 6.0.10.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.2...v6.0.10)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update ci-orchestrator.yml

* Update ci-orchestrator.yml

* Bump package version

* Update release-notes.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Søren Søndergaard <[email protected]>
  • Loading branch information
dependabot[bot] and Sondergaard authored Oct 11, 2024
1 parent 234b244 commit 9a1985d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ on:
branches:
- main

permissions:
pull-requests: write
contents: write
id-token: write
actions: write
security-events: write
checks: write
issues: read

jobs:
#
# License and Markdown Check
Expand Down
5 changes: 5 additions & 0 deletions source/JsonSerialization/documents/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# JsonSerialization Release Notes

## Version 2.2.12

- Bump System.Text.Json
- No functional change.

## Version 2.2.11

- No functional change.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ limitations under the License.

<PropertyGroup>
<PackageId>Energinet.DataHub.Core.JsonSerialization</PackageId>
<PackageVersion>2.2.11$(VersionSuffix)</PackageVersion>
<PackageVersion>2.2.12$(VersionSuffix)</PackageVersion>
<Title>JsonSerialization library</Title>
<Company>Energinet-DataHub</Company>
<Authors>Energinet-DataHub</Authors>
Expand Down Expand Up @@ -71,7 +71,7 @@ limitations under the License.

<ItemGroup>
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.0.0" />
<PackageReference Include="System.Text.Json" Version="6.0.2" />
<PackageReference Include="System.Text.Json" Version="6.0.10" />
</ItemGroup>

</Project>

0 comments on commit 9a1985d

Please sign in to comment.