Skip to content

Commit ce9bdca

Browse files
Bump NServiceBus in /src in the nservicebuscore group (#1526)
Bumps the nservicebuscore group in /src with 1 update: [NServiceBus](https://github.com/Particular/NServiceBus). Updates `NServiceBus` from 9.2.4 to 9.2.6 - [Release notes](https://github.com/Particular/NServiceBus/releases) - [Commits](Particular/NServiceBus@9.2.4...9.2.6) --- updated-dependencies: - dependency-name: NServiceBus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nservicebuscore ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f3bacd commit ce9bdca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/NServiceBus.Transport.PostgreSql/NServiceBus.Transport.PostgreSql.csproj

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

1313
<ItemGroup>
1414
<PackageReference Include="Npgsql" Version="8.0.5" AutomaticVersionRange="false" />
15-
<PackageReference Include="NServiceBus" Version="9.2.4" />
15+
<PackageReference Include="NServiceBus" Version="9.2.6" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

src/NServiceBus.Transport.SqlServer/NServiceBus.Transport.SqlServer.csproj

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

1313
<ItemGroup>
1414
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" AutomaticVersionRange="false" />
15-
<PackageReference Include="NServiceBus" Version="9.2.4" />
15+
<PackageReference Include="NServiceBus" Version="9.2.6" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)