Skip to content

Commit

Permalink
chore(deps): bump AWSSDK.Core
Browse files Browse the repository at this point in the history
Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.304.2 to 3.7.304.10.
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

---
updated-dependencies:
- dependency-name: AWSSDK.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 7f2f87a commit e94e72e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AwsCryptographicMaterialProviders/runtimes/net/MPL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.7.304.2" />
<PackageReference Include="AWSSDK.Core" Version="3.7.304.10" />
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
<ProjectReference Include="../../../AwsCryptographyPrimitives/runtimes/net/Crypto.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion AwsCryptographyPrimitives/runtimes/net/Crypto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@


<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.7.304.2" />
<PackageReference Include="AWSSDK.Core" Version="3.7.304.10" />
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.3.1" />
<ProjectReference Include="../../../StandardLibrary/runtimes/net/STD.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<ItemGroup>
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<PackageReference Include="AWSSDK.Core" Version="3.7.304.2" />
<PackageReference Include="AWSSDK.Core" Version="3.7.304.10" />
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.300.2" />
<ProjectReference Include="../../../StandardLibrary/runtimes/net/STD.csproj" />
<!--
Expand Down
2 changes: 1 addition & 1 deletion ComAmazonawsKms/runtimes/net/AWS-KMS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<ItemGroup>
<PackageReference Include="DafnyRuntime" Version="$(DafnyVersion)" />
<PackageReference Include="AWSSDK.Core" Version="3.7.304.2" />
<PackageReference Include="AWSSDK.Core" Version="3.7.304.10" />
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.300.2" />
<ProjectReference Include="../../../StandardLibrary/runtimes/net/STD.csproj" />
<!--
Expand Down

0 comments on commit e94e72e

Please sign in to comment.