Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/upgrade newtonsoft.json to its latest package #2489

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from

Conversation

taufique-06
Copy link

No description provided.

@taufique-06
Copy link
Author

Upgrade Newtonsoft.Json to v13.0.3 across all projects to address vulnerabilities and standardize versions

This PR updates Newtonsoft.Json to version 13.0.3 across all projects for the following reasons:

Fixing Vulnerabilities:
The previous versions (e.g., 5.0.1 and 9.0.1) had known vulnerabilities. Upgrading to the latest stable version resolves these issues and improves security.

Version Consistency:
Different projects were using mismatched versions:

Hangfire.Core and related tests: 5.0.1
ConsoleSample: 13.0.2
Hangfire.SqlServer.msmq.Tests: 9.0.1
Standardizing to 13.0.3 ensures compatibility, reduces potential runtime issues, and simplifies maintenance.

Future-proofing:
Using the latest version ensures we're up-to-date with the latest features, bug fixes, and performance improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants