Skip to content

Commit 43936cb

Browse files
Bump the all group across 2 directories with 3 updates
Bumps the all group with 2 updates in the /samples/aws directory: [AWSSDK.S3](https://github.com/aws/aws-sdk-net) and [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore). Bumps the all group with 1 update in the /samples/dapr/ui directory: [Dapr.Client](https://github.com/dapr/dotnet-sdk). Updates `AWSSDK.S3` from 3.7.9.69 to 3.7.415.14 - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD) - [Commits](https://github.com/aws/aws-sdk-net/commits) Updates `Swashbuckle.AspNetCore` from 6.2.3 to 7.3.1 - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.2.3...v7.3.1) Updates `Dapr.Client` from 1.14.0 to 1.15.1 - [Release notes](https://github.com/dapr/dotnet-sdk/releases) - [Changelog](https://github.com/dapr/dotnet-sdk/blob/master/docs/RELEASE.md) - [Commits](dapr/dotnet-sdk@v1.14.0...v1.15.1) --- updated-dependencies: - dependency-name: AWSSDK.S3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: Dapr.Client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9543034 commit 43936cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/aws/aws.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="AWSSDK.S3" Version="3.7.9.69" />
11-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
10+
<PackageReference Include="AWSSDK.S3" Version="3.7.416.5" />
11+
<PackageReference Include="Swashbuckle.AspNetCore" Version="8.1.0" />
1212
</ItemGroup>
1313

1414
</Project>

samples/dapr/ui/ui.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<TargetFramework>net8.0</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Dapr.Client" Version="1.14.0" />
6+
<PackageReference Include="Dapr.Client" Version="1.15.2" />
77
</ItemGroup>
88
</Project>

0 commit comments

Comments
 (0)