Update Newtonsoft.Json from 12.0.2 to 12.0.3 in Compatibility project as well by bergmeister · Pull Request #1447 · PowerShell/PSScriptAnalyzer

That's funny, one of the tests jobs failed because I merged PR #1446 AFTER the build had already started, meaning that when the test job checked out out the repo, it executed the newly added tests but of course the build artefact did not have the code to make it pass that test... I suppose this does not happen very often but it's good to be aware of this because the traditional re-run of the test stage did not help here of course. Technically, we should probably upload the Tests folder as an artefact to avoid this but that would make CI unnecessarily more complex I fear.