Skip to content

Commit 4463f8e

Browse files
committed
Update dependencies
Many of these are just build/test/packaging, but customer-relevant dependency updates are: - AMQPNetLite and AMQPNetLite.Serialization: 2.4.2 => 2.4.11 - System.Text.Encodings.Web: 6.0.0 => 8.0.0 (only used in netstandard2.0 and netstandard2.1 targets) - Apache.Avro: 1.11.1 => 1.11.3 - Newtonsoft.Json: 13.0.2 => 13.0.3 - Google.Protobuf: 3.22.0 => 3.27.3 - Confluent.Kafka: 1.6.3 => 1.9.3 (see #297 for consideration of a bump to 2.x) Signed-off-by: Jon Skeet <[email protected]>
1 parent 830415d commit 4463f8e

File tree

11 files changed

+26
-20
lines changed

11 files changed

+26
-20
lines changed

samples/HttpSend/HttpSend.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="3.1.0" />
9+
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
1010
<ProjectReference Include="..\..\src\CloudNative.CloudEvents\CloudNative.CloudEvents.csproj" />
1111
<ProjectReference Include="..\..\src\CloudNative.CloudEvents.NewtonsoftJson\CloudNative.CloudEvents.NewtonsoftJson.csproj" />
1212
</ItemGroup>

src/CloudNative.CloudEvents.Amqp/CloudNative.CloudEvents.Amqp.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="AMQPNetLite" Version="2.4.2" />
13-
<PackageReference Include="AMQPNetLite.Serialization" Version="2.4.2" />
12+
<PackageReference Include="AMQPNetLite" Version="2.4.11" />
13+
<PackageReference Include="AMQPNetLite.Serialization" Version="2.4.11" />
1414
<ProjectReference Include="..\CloudNative.CloudEvents\CloudNative.CloudEvents.csproj" />
1515
<!-- Source-only package with nullable reference annotations. -->
1616
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />

src/CloudNative.CloudEvents.AspNetCore/CloudNative.CloudEvents.AspNetCore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
</PropertyGroup>
1010

1111
<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0' and '$(TargetFramework)' != 'netstandard2.1'">
12-
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
12+
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1313
</ItemGroup>
1414

1515
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'netstandard2.1'">
1616
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.1.34" />
17-
<PackageReference Include="System.Text.Encodings.Web" Version="6.0.0" />
17+
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
1818
</ItemGroup>
1919

2020
<ItemGroup>

src/CloudNative.CloudEvents.Avro/CloudNative.CloudEvents.Avro.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Apache.Avro" Version="1.11.1" />
12+
<PackageReference Include="Apache.Avro" Version="1.11.3" />
1313
<!--
1414
- Explicit dependency just to avoid a vulnerable version being exposed via Apache.Avro.
1515
- If Apache.Avro publishes a new version that updates the dependency (to 13.0.1 or higher)
1616
- we can remove our explicit dependency.
1717
-->
18-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
18+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1919
<ProjectReference Include="..\CloudNative.CloudEvents\CloudNative.CloudEvents.csproj" />
2020
</ItemGroup>
2121

src/CloudNative.CloudEvents.Kafka/CloudNative.CloudEvents.Kafka.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Confluent.Kafka" Version="1.6.3" />
12+
<PackageReference Include="Confluent.Kafka" Version="1.9.3" />
1313
<ProjectReference Include="..\CloudNative.CloudEvents\CloudNative.CloudEvents.csproj" />
1414
</ItemGroup>
1515

src/CloudNative.CloudEvents.NewtonsoftJson/CloudNative.CloudEvents.NewtonsoftJson.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
12+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1313
<ProjectReference Include="..\CloudNative.CloudEvents\CloudNative.CloudEvents.csproj" />
1414
</ItemGroup>
1515

src/CloudNative.CloudEvents.Protobuf/CloudNative.CloudEvents.Protobuf.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Google.Protobuf" Version="3.22.0" />
12+
<PackageReference Include="Google.Protobuf" Version="3.27.3" />
1313

1414
<!-- Be explicit about not including these files in the package. -->
1515
<None Include="README.md" />

src/Directory.Build.targets

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

1111
<!-- Use SourceLink for all production projects, and include the licence file -->
1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
13+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
1414
<None Include="$(RepoRoot)/LICENSE" Pack="true" PackagePath="" />
1515
</ItemGroup>
1616
</Project>

test/CloudNative.CloudEvents.IntegrationTests/CloudNative.CloudEvents.IntegrationTests.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.14" />
9-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
10-
<PackageReference Include="xunit" Version="2.4.2" />
11-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
8+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.32" />
9+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
10+
<PackageReference Include="xunit" Version="2.9.0" />
11+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
12+
<PrivateAssets>all</PrivateAssets>
13+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
14+
</PackageReference>
1215
</ItemGroup>
1316

1417
<ItemGroup>

test/CloudNative.CloudEvents.UnitTests/CloudNative.CloudEvents.UnitTests.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
15-
<PackageReference Include="xunit" Version="2.4.2" />
16-
<PackageReference Include="xunit.runner.console" Version="2.4.2">
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
15+
<PackageReference Include="xunit" Version="2.9.0" />
16+
<PackageReference Include="xunit.runner.console" Version="2.9.0">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1919
</PackageReference>
20-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" />
20+
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
21+
<PrivateAssets>all</PrivateAssets>
22+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23+
</PackageReference>
2124
</ItemGroup>
2225

2326
<ItemGroup>

0 commit comments

Comments
 (0)