Skip to content

Commit f441557

Browse files
Bump the system group across 1 directory with 3 updates
Bumps the system group with 3 updates in the / directory: [System.Memory.Data](https://github.com/dotnet/runtime), [System.Text.Json](https://github.com/dotnet/runtime) and [System.Threading.Channels](https://github.com/dotnet/runtime). Updates `System.Memory.Data` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.2) Updates `System.Text.Json` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.2) Updates `System.Threading.Channels` from 9.0.0 to 9.0.2 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.2) --- updated-dependencies: - dependency-name: System.Memory.Data dependency-type: direct:production update-type: version-update:semver-patch dependency-group: system - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: system - dependency-name: System.Threading.Channels dependency-type: direct:production update-type: version-update:semver-patch dependency-group: system ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb47fdb commit f441557

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/Tingle.EventBus.Transports.Azure.ServiceBus/Tingle.EventBus.Transports.Azure.ServiceBus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.2" />
13+
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.3" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

src/Tingle.EventBus.Transports.InMemory/Tingle.EventBus.Transports.InMemory.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="System.Threading.Channels" Version="9.0.0" />
13+
<PackageReference Include="System.Threading.Channels" Version="9.0.2" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

src/Tingle.EventBus.Transports.RabbitMQ/Tingle.EventBus.Transports.RabbitMQ.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="RabbitMQ.Client" Version="6.8.1" />
9+
<PackageReference Include="RabbitMQ.Client" Version="7.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

src/Tingle.EventBus/Tingle.EventBus.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<PackageReference Include="Polly.Contrib.WaitAndRetry" Version="1.1.1" />
1717
<PackageReference Include="Polly.Core" Version="8.5.0" />
1818
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.0" />
19-
<PackageReference Include="System.Memory.Data" Version="9.0.0" />
20-
<PackageReference Include="System.Text.Json" Version="9.0.0" />
19+
<PackageReference Include="System.Memory.Data" Version="9.0.2" />
20+
<PackageReference Include="System.Text.Json" Version="9.0.2" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)