Skip to content

Commit 9d695f8

Browse files
Bump the service group across 1 directory with 5 updates
Bumps the service group with 5 updates in the /src/SamSmithNZ.Service directory: | Package | From | To | | --- | --- | --- | | [MandMCounter.Core](https://github.com/SamSmithNZ-dotcom/MandMCounter) | `3.4.0` | `3.4.5` | | [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` | | [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) | `2.8.16` | `2.8.24` | | [Swashbuckle.AspNetCore.Swagger](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.2.0` | | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.0.0` | `7.2.0` | Updates `MandMCounter.Core` from 3.4.0 to 3.4.5 - [Release notes](https://github.com/SamSmithNZ-dotcom/MandMCounter/releases) - [Commits](SamSmithNZ-dotcom/MandMCounter@3.4.0...3.4.5) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.0...v9.0.1) Updates `StackExchange.Redis` from 2.8.16 to 2.8.24 - [Release notes](https://github.com/StackExchange/StackExchange.Redis/releases) - [Changelog](https://github.com/StackExchange/StackExchange.Redis/blob/main/docs/ReleaseNotes.md) - [Commits](StackExchange/StackExchange.Redis@2.8.16...2.8.24) Updates `Swashbuckle.AspNetCore.Swagger` from 7.0.0 to 7.2.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.2.0) Updates `Swashbuckle.AspNetCore` from 7.0.0 to 7.2.0 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.0.0...v7.2.0) --- updated-dependencies: - dependency-name: MandMCounter.Core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: service - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: service - dependency-name: StackExchange.Redis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: service - dependency-name: Swashbuckle.AspNetCore.Swagger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: service - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: service ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0b9b51 commit 9d695f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/SamSmithNZ.Service/SamSmithNZ.Service.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Dapper" Version="2.1.35" />
16-
<PackageReference Include="MandMCounter.Core" Version="3.4.0" />
16+
<PackageReference Include="MandMCounter.Core" Version="3.4.5" />
1717
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
18-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.0" />
18+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.1" />
1919
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
20-
<PackageReference Include="StackExchange.Redis" Version="2.8.16" />
21-
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.0.0" />
22-
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="7.0.0" />
20+
<PackageReference Include="StackExchange.Redis" Version="2.8.24" />
21+
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
22+
<PackageReference Include="Swashbuckle.AspNetCore.Swagger" Version="7.2.0" />
2323
<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />
2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)