Skip to content

Commit dadaafc

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 955b665 commit dadaafc

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
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: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,25 @@
3737
},
3838
"System.Text.Json": {
3939
"type": "Direct",
40-
"requested": "[9.0.11, )",
41-
"resolved": "9.0.11",
42-
"contentHash": "DGToqSFbBSU6pMSbZuJ+7jDvLa73rvpcYdGFqZIB3FKdCVlEAbrBJrl9PuCT6E0QbdhXjPwqalYc5lxjUqMQzw==",
40+
"requested": "[10.0.2, )",
41+
"resolved": "10.0.2",
42+
"contentHash": "zy8ey7I16G9neZ6uzxrnYwS7pidElzN8XarsBjGu7lE2m7afTKMEe18KbY3ZSmh/z/bR40oxjd6hlUcmOEaMHw==",
4343
"dependencies": {
44-
"Microsoft.Bcl.AsyncInterfaces": "9.0.11",
45-
"System.Buffers": "4.5.1",
46-
"System.IO.Pipelines": "9.0.11",
47-
"System.Memory": "4.5.5",
48-
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
49-
"System.Text.Encodings.Web": "9.0.11",
50-
"System.Threading.Tasks.Extensions": "4.5.4"
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"
5151
}
5252
},
5353
"Microsoft.Bcl.AsyncInterfaces": {
5454
"type": "Transitive",
55-
"resolved": "9.0.11",
56-
"contentHash": "3Nxnq7dVqHhEJkvcyLGzKraHzXLixUhjz8tC2LLdTo02hufeaOPbtO77xA5svFzYgL+hI7pixbWPxQJ+6BM+8A==",
55+
"resolved": "10.0.2",
56+
"contentHash": "qE5JhRoeJbAipLqpUCZyNfNwnpAvUttXgIQDnTiJ15d8ji+/bPgoPkB3xLzK5cQTobN2D2ditUesUlDHb7p3Pg==",
5757
"dependencies": {
58-
"System.Threading.Tasks.Extensions": "4.5.4"
58+
"System.Threading.Tasks.Extensions": "4.6.3"
5959
}
6060
},
6161
"Microsoft.CodeAnalysis.Analyzers": {
@@ -86,8 +86,8 @@
8686
},
8787
"System.Buffers": {
8888
"type": "Transitive",
89-
"resolved": "4.5.1",
90-
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
89+
"resolved": "4.6.1",
90+
"contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
9191
},
9292
"System.Collections.Immutable": {
9393
"type": "Transitive",
@@ -100,28 +100,28 @@
100100
},
101101
"System.IO.Pipelines": {
102102
"type": "Transitive",
103-
"resolved": "9.0.11",
104-
"contentHash": "NfGnevAV0r2gqtZWxa/7uCm3MNRYz1o4WRHhFahgBq46LuG2eaLwXIlPgtgaRUvf9CCrGFnuzN47MOzJUH1HKg==",
103+
"resolved": "10.0.2",
104+
"contentHash": "EqMsn9r18ABvTDxrDce4OWDhBE3y+rR23ilG7Y3BudDKrDKrLG/hkD/JmeFZbctAPxSkCjyJ/Ddwbn/g7ufRJA==",
105105
"dependencies": {
106-
"System.Buffers": "4.5.1",
107-
"System.Memory": "4.5.5",
108-
"System.Threading.Tasks.Extensions": "4.5.4"
106+
"System.Buffers": "4.6.1",
107+
"System.Memory": "4.6.3",
108+
"System.Threading.Tasks.Extensions": "4.6.3"
109109
}
110110
},
111111
"System.Memory": {
112112
"type": "Transitive",
113-
"resolved": "4.5.5",
114-
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
113+
"resolved": "4.6.3",
114+
"contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==",
115115
"dependencies": {
116-
"System.Buffers": "4.5.1",
117-
"System.Numerics.Vectors": "4.4.0",
118-
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
116+
"System.Buffers": "4.6.1",
117+
"System.Numerics.Vectors": "4.6.1",
118+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
119119
}
120120
},
121121
"System.Numerics.Vectors": {
122122
"type": "Transitive",
123-
"resolved": "4.5.0",
124-
"contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
123+
"resolved": "4.6.1",
124+
"contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q=="
125125
},
126126
"System.Reflection.Metadata": {
127127
"type": "Transitive",
@@ -134,8 +134,8 @@
134134
},
135135
"System.Runtime.CompilerServices.Unsafe": {
136136
"type": "Transitive",
137-
"resolved": "6.0.0",
138-
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
137+
"resolved": "6.1.2",
138+
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
139139
},
140140
"System.Text.Encoding.CodePages": {
141141
"type": "Transitive",
@@ -148,20 +148,20 @@
148148
},
149149
"System.Text.Encodings.Web": {
150150
"type": "Transitive",
151-
"resolved": "9.0.11",
152-
"contentHash": "l5L3Ov+pyD0dfK2bv6IMU2KPEyaaWnix6U0/YhgkNBGEOAgVTVlvh5ZyXWuuRlCtLnOziz+VtM5HFeqLlH2AbA==",
151+
"resolved": "10.0.2",
152+
"contentHash": "Ro4cLT4qpRy64crfLAy3ekihtXckeXrD5eI6qb6NDSEVyHcHsmH7KgN4dbnIuiBmXIoaCslx4SynLYxag1SLSQ==",
153153
"dependencies": {
154-
"System.Buffers": "4.5.1",
155-
"System.Memory": "4.5.5",
156-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
154+
"System.Buffers": "4.6.1",
155+
"System.Memory": "4.6.3",
156+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
157157
}
158158
},
159159
"System.Threading.Tasks.Extensions": {
160160
"type": "Transitive",
161-
"resolved": "4.5.4",
162-
"contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
161+
"resolved": "4.6.3",
162+
"contentHash": "7sCiwilJLYbTZELaKnc7RecBBXWXA+xMLQWZKWawBxYjp6DBlSE3v9/UcvKBvr1vv2tTOhipiogM8rRmxlhrVA==",
163163
"dependencies": {
164-
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
164+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
165165
}
166166
}
167167
}

0 commit comments

Comments
 (0)