Skip to content

Commit 86cf90d

Browse files
Bump System.Text.Json from 9.0.11 to 10.0.2
--- updated-dependencies: - dependency-name: System.Text.Json dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89b5d4c commit 86cf90d

File tree

2 files changed

+134
-7
lines changed

2 files changed

+134
-7
lines changed

Tools/Schema.NET.Tool/Schema.NET.Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup Label="Package References">
1111
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" PrivateAssets="all"/>
12-
<PackageReference Include="System.Text.Json" Version="9.0.11" GeneratePathProperty="true" PrivateAssets="all"/>
12+
<PackageReference Include="System.Text.Json" Version="10.0.2" GeneratePathProperty="true" PrivateAssets="all"/>
1313
</ItemGroup>
1414

1515
<PropertyGroup>

Tools/Schema.NET.Tool/packages.lock.json

Lines changed: 133 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"version": 1,
33
"dependencies": {
4-
"net10.0": {
4+
".NETStandard,Version=v2.0": {
55
"Microsoft.CodeAnalysis.CSharp": {
66
"type": "Direct",
77
"requested": "[4.14.0, )",
88
"resolved": "4.14.0",
99
"contentHash": "568a6wcTivauIhbeWcCwfWwIn7UV7MeHEBvFB2uzGIpM2OhJ4eM/FZ8KS0yhPoNxnSpjGzz7x7CIjTxhslojQA==",
1010
"dependencies": {
1111
"Microsoft.CodeAnalysis.Analyzers": "3.11.0",
12-
"Microsoft.CodeAnalysis.Common": "[4.14.0]"
12+
"Microsoft.CodeAnalysis.Common": "[4.14.0]",
13+
"System.Buffers": "4.5.1",
14+
"System.Collections.Immutable": "9.0.0",
15+
"System.Memory": "4.5.5",
16+
"System.Numerics.Vectors": "4.5.0",
17+
"System.Reflection.Metadata": "9.0.0",
18+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
19+
"System.Text.Encoding.CodePages": "7.0.0",
20+
"System.Threading.Tasks.Extensions": "4.5.4"
1321
}
1422
},
1523
"MinVer": {
@@ -18,11 +26,37 @@
1826
"resolved": "7.0.0",
1927
"contentHash": "2lMTCQl5bGP4iv0JNkockPnyllC6eHLz+CoK2ICvalvHod+exXSxueu9hq+zNkU7bZBJf8wMfeRC/Edn8AGmEg=="
2028
},
29+
"NETStandard.Library": {
30+
"type": "Direct",
31+
"requested": "[2.0.3, )",
32+
"resolved": "2.0.3",
33+
"contentHash": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
34+
"dependencies": {
35+
"Microsoft.NETCore.Platforms": "1.1.0"
36+
}
37+
},
2138
"System.Text.Json": {
2239
"type": "Direct",
23-
"requested": "[9.0.11, )",
24-
"resolved": "9.0.11",
25-
"contentHash": "DGToqSFbBSU6pMSbZuJ+7jDvLa73rvpcYdGFqZIB3FKdCVlEAbrBJrl9PuCT6E0QbdhXjPwqalYc5lxjUqMQzw=="
40+
"requested": "[10.0.2, )",
41+
"resolved": "10.0.2",
42+
"contentHash": "zy8ey7I16G9neZ6uzxrnYwS7pidElzN8XarsBjGu7lE2m7afTKMEe18KbY3ZSmh/z/bR40oxjd6hlUcmOEaMHw==",
43+
"dependencies": {
44+
"Microsoft.Bcl.AsyncInterfaces": "10.0.2",
45+
"System.Buffers": "4.6.1",
46+
"System.IO.Pipelines": "10.0.2",
47+
"System.Memory": "4.6.3",
48+
"System.Runtime.CompilerServices.Unsafe": "6.1.2",
49+
"System.Text.Encodings.Web": "10.0.2",
50+
"System.Threading.Tasks.Extensions": "4.6.3"
51+
}
52+
},
53+
"Microsoft.Bcl.AsyncInterfaces": {
54+
"type": "Transitive",
55+
"resolved": "10.0.2",
56+
"contentHash": "qE5JhRoeJbAipLqpUCZyNfNwnpAvUttXgIQDnTiJ15d8ji+/bPgoPkB3xLzK5cQTobN2D2ditUesUlDHb7p3Pg==",
57+
"dependencies": {
58+
"System.Threading.Tasks.Extensions": "4.6.3"
59+
}
2660
},
2761
"Microsoft.CodeAnalysis.Analyzers": {
2862
"type": "Transitive",
@@ -34,7 +68,100 @@
3468
"resolved": "4.14.0",
3569
"contentHash": "PC3tuwZYnC+idaPuoC/AZpEdwrtX7qFpmnrfQkgobGIWiYmGi5MCRtl5mx6QrfMGQpK78X2lfIEoZDLg/qnuHg==",
3670
"dependencies": {
37-
"Microsoft.CodeAnalysis.Analyzers": "3.11.0"
71+
"Microsoft.CodeAnalysis.Analyzers": "3.11.0",
72+
"System.Buffers": "4.5.1",
73+
"System.Collections.Immutable": "9.0.0",
74+
"System.Memory": "4.5.5",
75+
"System.Numerics.Vectors": "4.5.0",
76+
"System.Reflection.Metadata": "9.0.0",
77+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
78+
"System.Text.Encoding.CodePages": "7.0.0",
79+
"System.Threading.Tasks.Extensions": "4.5.4"
80+
}
81+
},
82+
"Microsoft.NETCore.Platforms": {
83+
"type": "Transitive",
84+
"resolved": "1.1.0",
85+
"contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A=="
86+
},
87+
"System.Buffers": {
88+
"type": "Transitive",
89+
"resolved": "4.6.1",
90+
"contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
91+
},
92+
"System.Collections.Immutable": {
93+
"type": "Transitive",
94+
"resolved": "9.0.0",
95+
"contentHash": "QhkXUl2gNrQtvPmtBTQHb0YsUrDiDQ2QS09YbtTTiSjGcf7NBqtYbrG/BE06zcBPCKEwQGzIv13IVdXNOSub2w==",
96+
"dependencies": {
97+
"System.Memory": "4.5.5",
98+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
99+
}
100+
},
101+
"System.IO.Pipelines": {
102+
"type": "Transitive",
103+
"resolved": "10.0.2",
104+
"contentHash": "EqMsn9r18ABvTDxrDce4OWDhBE3y+rR23ilG7Y3BudDKrDKrLG/hkD/JmeFZbctAPxSkCjyJ/Ddwbn/g7ufRJA==",
105+
"dependencies": {
106+
"System.Buffers": "4.6.1",
107+
"System.Memory": "4.6.3",
108+
"System.Threading.Tasks.Extensions": "4.6.3"
109+
}
110+
},
111+
"System.Memory": {
112+
"type": "Transitive",
113+
"resolved": "4.6.3",
114+
"contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==",
115+
"dependencies": {
116+
"System.Buffers": "4.6.1",
117+
"System.Numerics.Vectors": "4.6.1",
118+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
119+
}
120+
},
121+
"System.Numerics.Vectors": {
122+
"type": "Transitive",
123+
"resolved": "4.6.1",
124+
"contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q=="
125+
},
126+
"System.Reflection.Metadata": {
127+
"type": "Transitive",
128+
"resolved": "9.0.0",
129+
"contentHash": "ANiqLu3DxW9kol/hMmTWbt3414t9ftdIuiIU7j80okq2YzAueo120M442xk1kDJWtmZTqWQn7wHDvMRipVOEOQ==",
130+
"dependencies": {
131+
"System.Collections.Immutable": "9.0.0",
132+
"System.Memory": "4.5.5"
133+
}
134+
},
135+
"System.Runtime.CompilerServices.Unsafe": {
136+
"type": "Transitive",
137+
"resolved": "6.1.2",
138+
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
139+
},
140+
"System.Text.Encoding.CodePages": {
141+
"type": "Transitive",
142+
"resolved": "7.0.0",
143+
"contentHash": "LSyCblMpvOe0N3E+8e0skHcrIhgV2huaNcjUUEa8hRtgEAm36aGkRoC8Jxlb6Ra6GSfF29ftduPNywin8XolzQ==",
144+
"dependencies": {
145+
"System.Memory": "4.5.5",
146+
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
147+
}
148+
},
149+
"System.Text.Encodings.Web": {
150+
"type": "Transitive",
151+
"resolved": "10.0.2",
152+
"contentHash": "Ro4cLT4qpRy64crfLAy3ekihtXckeXrD5eI6qb6NDSEVyHcHsmH7KgN4dbnIuiBmXIoaCslx4SynLYxag1SLSQ==",
153+
"dependencies": {
154+
"System.Buffers": "4.6.1",
155+
"System.Memory": "4.6.3",
156+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
157+
}
158+
},
159+
"System.Threading.Tasks.Extensions": {
160+
"type": "Transitive",
161+
"resolved": "4.6.3",
162+
"contentHash": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==",
163+
"dependencies": {
164+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
38165
}
39166
}
40167
}

0 commit comments

Comments
 (0)