File tree 5 files changed +13
-4
lines changed
OpenTelemetry.Exporter.Console
OpenTelemetry.Exporter.Zipkin
5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 55
55
<PackageVersion Include =" System.Diagnostics.DiagnosticSource" Version =" 8.0.0" />
56
56
57
57
<!-- A conservative version of System.Text.Encodings.Web must be used here since there is no backward compatibility guarantee during major version bumps. -->
58
- <PackageVersion Include =" System.Text.Encodings.Web" Version =" 4.7.2 " />
58
+ <PackageVersion Include =" System.Text.Encodings.Web" Version =" 8.0.0 " />
59
59
60
60
<!-- A conservative version of System.Text.Json must be used here since there is no backward compatibility guarantee during major version bumps. -->
61
- <PackageVersion Include =" System.Text.Json" Version =" 4.7.2 " />
61
+ <PackageVersion Include =" System.Text.Json" Version =" 8.0.4 " />
62
62
63
63
<!-- A conservative version of System.Threading.Tasks.Extensions must be used here since there is no backward compatibility guarantee during major version bumps. -->
64
64
<PackageVersion Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" />
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
3
3
<ItemGroup >
4
- <PackageVersion Update =" System.Text.Json" Version =" 6 .0.5 " />
4
+ <PackageVersion Update =" System.Text.Json" Version =" 8 .0.4 " />
5
5
</ItemGroup >
6
6
</Project >
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ * Bumped the minimum required version of ` System.Text.Json ` to 8.0.4 and its
6
+ indirect dependency on ` System.Text.Encodings.Web ` to 8.0.0 in response to
7
+ [ CVE-2024 -30105] ( https://github.com/dotnet/runtime/issues/104619 ) .
8
+ ([ #] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/ ) )
9
+
5
10
## 1.9.0
6
11
7
12
Released 2024-Jun-14
Original file line number Diff line number Diff line change 6
6
` Convert.ToString ` will now format using ` CultureInfo.InvariantCulture ` .
7
7
([ #5700 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5700 ) )
8
8
9
+ * Bumped the minimum required version of ` System.Text.Json ` to 8.0.4 in response
10
+ to [ CVE-2024 -30105] ( https://github.com/dotnet/runtime/issues/104619 ) .
11
+ ([ #] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/ ) )
12
+
9
13
## 1.9.0
10
14
11
15
Released 2024-Jun-14
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<Import Project =" $([MSBuild]::GetPathOfFileAbove(Directory.Packages.props, $(MSBuildThisFileDirectory)..))" />
3
3
<ItemGroup >
4
- <PackageVersion Update =" System.Text.Json" Version =" 7 .0.1 " />
4
+ <PackageVersion Update =" System.Text.Json" Version =" 8 .0.4 " />
5
5
<PackageVersion Include =" System.Runtime.InteropServices.RuntimeInformation" Version =" 4.3.0" />
6
6
<PackageVersion Include =" Microsoft.Coyote" Version =" 1.7.10" />
7
7
</ItemGroup >
You can’t perform that action at this time.
0 commit comments