Skip to content

chore: Bump System.Text.Json from 10.0.8 to 10.0.9#34

Closed
dependabot[bot] wants to merge 70 commits into
mainfrom
dependabot/nuget/src/SemanticVersioning/main/System.Text.Json-10.0.9
Closed

chore: Bump System.Text.Json from 10.0.8 to 10.0.9#34
dependabot[bot] wants to merge 70 commits into
mainfrom
dependabot/nuget/src/SemanticVersioning/main/System.Text.Json-10.0.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Updated System.Text.Json from 10.0.8 to 10.0.9.

Release notes

Sourced from System.Text.Json's releases.

No release notes found for this version range.

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

tetri and others added 30 commits April 4, 2025 15:17
- Upgrade actions/checkout to v4 and actions/setup-dotnet to v3 in build-and-test.yml
- Update .NET version to 9.0.x in build-and-test.yml
- Add default constructor to SemanticVersion struct
- Enhance version comparison logic in SemanticVersion
- Create publish.yml for automated package publishing with MinVer support
- Update SemanticVersioning.csproj with new package references and metadata
- Add tests for default constructor behavior
…ents, fix formatting errors, and streamline steps
…ges; update solution file to include coverlet.runsettings and dependabot.yml
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@3.0.2...3.1.0)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…isualstudio-3.1.0

chore(deps): bump xunit.runner.visualstudio from 3.0.2 to 3.1.0
---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-version: 9.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ing/main/System.Text.Json-9.0.5

choreUpdate System.Text.Json to 9.0.5
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…oning.Tests/main/Microsoft.NET.Test.Sdk-17.14.0

choreUpdate Microsoft.NET.Test.Sdk to 17.14.0
Bumps Microsoft.NET.Test.Sdk from 17.14.0 to 17.14.1
Bumps xunit.runner.visualstudio from 3.1.0 to 3.1.1

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 17.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…oning.Tests/main/multi-0110843c0c

chore: Bump Microsoft.NET.Test.Sdk and xunit.runner.visualstudio
---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-version: 9.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
tetri and others added 23 commits November 25, 2025 16:11
…ning/main/System.Text.Json-10.0.0

chore: Bump System.Text.Json from 9.0.10 to 10.0.0
…ioning.Tests/main/Microsoft.NET.Test.Sdk-18.0.1

chore: Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1
---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ning/main/System.Text.Json-10.0.1

chore: Bump System.Text.Json from 10.0.0 to 10.0.1
---
updated-dependencies:
- dependency-name: MinVer
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ning/main/MinVer-6.1.0

chore: Bump MinVer from 6.0.0 to 6.1.0
---
updated-dependencies:
- dependency-name: MinVer
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ning/main/MinVer-7.0.0

chore: Bump MinVer from 6.1.0 to 7.0.0
---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-version: 10.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ning/main/System.Text.Json-10.0.2

chore: Bump System.Text.Json from 10.0.1 to 10.0.2
…erators

- Added null and whitespace checks in the SemanticVersion constructor.
- Implemented exception handling for null and invalid JSON during deserialization.
- Introduced unit tests for greater than, less than, and equality operators.
- Added tests for invalid version formats and null/whitespace inputs in parsing tests.
- Updated package references for System.Text.Json and MinVer in project files.
---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ioning.Tests/main/Microsoft.NET.Test.Sdk-18.3.0

chore: Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0
…ioning.Tests/main/coverlet.collector-8.0.0

chore: Bump coverlet.collector from 6.0.4 to 8.0.0
…ning/main/System.Text.Json-10.0.3

chore: Bump System.Text.Json from 10.0.2 to 10.0.3
---
updated-dependencies:
- dependency-name: coverlet.collector
  dependency-version: 10.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-version: 10.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…ning/main/System.Text.Json-10.0.8

chore: Bump System.Text.Json from 10.0.3 to 10.0.8
…ioning.Tests/main/coverlet.collector-10.0.1

chore: Bump coverlet.collector from 8.0.0 to 10.0.1
---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-version: 10.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedsystem.text.json@​10.0.8 ⏵ 10.0.9401009010070

View full report

@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/nuget/src/SemanticVersioning/main/System.Text.Json-10.0.9 branch June 25, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant