Skip to content

Commit

Permalink
Bump AWSSDK.Core from 3.7.103.17 to 3.7.106.20 (#195)
Browse files Browse the repository at this point in the history
* Bump AWSSDK.Core from 3.7.103.17 to 3.7.106.20

Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.103.17 to 3.7.106.20.
- [Release notes](https://github.com/aws/aws-sdk-net/releases)
- [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]>

* Update changelog & packages.lock.json

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Apr 18, 2023
1 parent 2f76a22 commit 5cef770
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Fake.Core.Environment` from 5.23.1 to 6.0.0
- Bumps `Microsoft.TestPlatform.ObjectModel` from 17.4.1 to 17.5.0
- Bumps `SharpZipLib` from 1.4.1 to 1.4.2
- Bumps `AWSSDK.Core` from 3.7.103.17 to 3.7.106.20

## [1.3.0]
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ProjectReference Include="$(SolutionRoot)\src\OpenSearch.Net\OpenSearch.Net.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AWSSDK.Core" Version="3.7.103.17" />
<PackageReference Include="AWSSDK.Core" Version="3.7.106.20" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net461'">
<Reference Include="System.Web" />
Expand Down
12 changes: 6 additions & 6 deletions src/OpenSearch.Net.Auth.AwsSigV4/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
".NETFramework,Version=v4.6.1": {
"AWSSDK.Core": {
"type": "Direct",
"requested": "[3.7.103.17, )",
"resolved": "3.7.103.17",
"contentHash": "DLi8jzlIeifLB5sXs2NpFkvffVy2wqKfhMi9qQ32VO0HGU8M24Y9D7YmRGQ35jaXy+S7fpIUlu+xp7hp5zJLVA=="
"requested": "[3.7.106.20, )",
"resolved": "3.7.106.20",
"contentHash": "0dA8hxej6qUGR5r+D96kckj6R3f5d7n9QRqoZDMbgOlgc/CllSCSMmjrme2rm8O/7KxmRkEKHNkKJGdMJeQTPA=="
},
"ConfigureAwaitChecker.Analyzer": {
"type": "Direct",
Expand Down Expand Up @@ -99,9 +99,9 @@
".NETStandard,Version=v2.0": {
"AWSSDK.Core": {
"type": "Direct",
"requested": "[3.7.103.17, )",
"resolved": "3.7.103.17",
"contentHash": "DLi8jzlIeifLB5sXs2NpFkvffVy2wqKfhMi9qQ32VO0HGU8M24Y9D7YmRGQ35jaXy+S7fpIUlu+xp7hp5zJLVA==",
"requested": "[3.7.106.20, )",
"resolved": "3.7.106.20",
"contentHash": "0dA8hxej6qUGR5r+D96kckj6R3f5d7n9QRqoZDMbgOlgc/CllSCSMmjrme2rm8O/7KxmRkEKHNkKJGdMJeQTPA==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions tests/Tests.Auth.AwsSigV4/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"AWSSDK.Core": {
"type": "Transitive",
"resolved": "3.7.103.17",
"contentHash": "DLi8jzlIeifLB5sXs2NpFkvffVy2wqKfhMi9qQ32VO0HGU8M24Y9D7YmRGQ35jaXy+S7fpIUlu+xp7hp5zJLVA=="
"resolved": "3.7.106.20",
"contentHash": "0dA8hxej6qUGR5r+D96kckj6R3f5d7n9QRqoZDMbgOlgc/CllSCSMmjrme2rm8O/7KxmRkEKHNkKJGdMJeQTPA=="
},
"Bogus": {
"type": "Transitive",
Expand Down Expand Up @@ -903,7 +903,7 @@
"opensearch.net.auth.awssigv4": {
"type": "Project",
"dependencies": {
"AWSSDK.Core": "[3.7.103.17, )",
"AWSSDK.Core": "[3.7.106.20, )",
"OpenSearch.Net": "[1.3.0, )"
}
},
Expand Down

0 comments on commit 5cef770

Please sign in to comment.