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

Rel 821549 newtonsoft update #31

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
- This file is used to list changes made in the relativity-templates repo.
- **Place Newer updates on the top**

-------------------------
---

## 2021-03-12
## 2022-02-20 - v4.2

- REL-821549 - Updated Newtonsoft vulnerable packages in Manager project

---

## 2021-03-12 - v4.0

- REL-533605 - Consolidating all RSAPI removals and misc changes into new VSIX (v4.0)
- Removed projects and code across the directories that we no longer support (RIP and old Test Helpers Integration Test)

-------------------------
---
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<packages repository="extension" repositoryId="Relativity.Templates.10a39f04-8755-4444-9928-c25527b9209b">
<package id="BCrypt-Official" version="0.1.109" />
<package id="Moq" version="4.2.1510.2205" />
<package id="Newtonsoft.Json" version="8.0.3" />
<package id="Newtonsoft.Json" version="13.0.2" />
TommyBigNose marked this conversation as resolved.
Show resolved Hide resolved
<package id="NUnit" version="2.6.3" />
<package id="Relativity.Agent" version="17.0.4" />
<package id="Relativity.API" version="17.0.4" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<WizardData>
<packages repository="extension" repositoryId="Relativity.Templates.10a39f04-8755-4444-9928-c25527b9209b">
<package id="BCrypt-Official" version="0.1.109" />
<package id="Newtonsoft.Json" version="8.0.3" />
<package id="Newtonsoft.Json" version="13.0.2" />
<package id="Relativity.Agent" version="17.0.4" />
<package id="Relativity.API" version="17.0.4" />
<package id="Relativity.Logging" version="2019.5.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<package id="Microsoft.jQuery.Unobtrusive.Validation" version="3.2.2" />
<package id="Microsoft.Net.Http" version="2.0.20710.0" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" />
<package id="Newtonsoft.Json" version="8.0.3" />
<package id="Newtonsoft.Json" version="13.0.2" />
<package id="popper.js" version="1.14.0" />
<package id="Relativity.Api" version="10.3.191.8" />
<package id="Relativity.CustomPages" version="10.3.191.8" />
Expand Down

This file was deleted.

Loading