1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /GUT.Schedule/GUTSchedule.Droid (#26)

* Bump Newtonsoft.Json in /GUT.Schedule/GUTSchedule.Droid

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

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

* Added changelog

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eugene Fox <eugene@xfox111.net>
This commit is contained in:
dependabot[bot]
2022-06-24 08:20:12 +03:00
committed by GitHub
parent 7eeb84a1ea
commit 89b187f2fe
4 changed files with 4 additions and 9 deletions
@@ -133,7 +133,7 @@
<Version>4.7.0</Version> <Version>4.7.0</Version>
</PackageReference> </PackageReference>
<PackageReference Include="Newtonsoft.Json"> <PackageReference Include="Newtonsoft.Json">
<Version>12.0.3</Version> <Version>13.0.1</Version>
</PackageReference> </PackageReference>
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" /> <PackageReference Include="Xamarin.Android.Support.Design" Version="28.0.0.3" />
<PackageReference Include="Xamarin.Android.Support.Core.Utils" Version="28.0.0.3" /> <PackageReference Include="Xamarin.Android.Support.Core.Utils" Version="28.0.0.3" />
@@ -1,2 +1 @@
- Fixed semester determination for anonymous schedule - Security patch (CWE-755)
- Upgraded target system version to Android 11
@@ -1,2 +1 @@
- Исправлено определение текущего семестра для анонимного расписания - Исправление безопасности (CWE-755)
- Обновлена целевая версия системы до Android 11
+1 -4
View File
@@ -1,5 +1,2 @@
## Core
- Fixed semester determination for anonymous schedule
## Android ## Android
- Upgraded target system version to Android 11 - Bump Newtonsoft.Json from 12.0.3 to 13.0.1 (Security patch for CWE-755)