Skip to content

Commit 8360bb1

Browse files
chore(deps): bump AWSSDK.Core and AWSSDK.KeyManagementService
Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) and [AWSSDK.KeyManagementService](https://github.com/aws/aws-sdk-net). These dependencies needed to be updated together. Updates `AWSSDK.Core` from 3.7.304.2 to 3.7.400.69 - [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 `AWSSDK.KeyManagementService` from 3.7.304 to 3.7.400.69 - [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) --- updated-dependencies: - dependency-name: AWSSDK.Core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: AWSSDK.KeyManagementService dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0fefbf commit 8360bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ComAmazonawsKms/runtimes/net/AWS-KMS.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858

5959
<ItemGroup>
6060
<PackageReference Include="DafnyRuntime" Version="[4.2.0,$(DafnyVersion)]" />
61-
<PackageReference Include="AWSSDK.Core" Version="3.7.304.16" />
62-
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.304" />
61+
<PackageReference Include="AWSSDK.Core" Version="3.7.400.69" />
62+
<PackageReference Include="AWSSDK.KeyManagementService" Version="3.7.400.69" />
6363
<ProjectReference Include="../../../StandardLibrary/runtimes/net/STD.csproj" />
6464
<!--
6565
System.Collections.Immutable can be removed once dafny.msbuild is updated with

0 commit comments

Comments
 (0)