Skip to content

Commit

Permalink
Bump AWSSDK.Core
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Jan 17, 2023
1 parent 46efc81 commit 5bb6994
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `Octokit` from 0.32.0 to 4.0.3
- Bumps `BenchMarkDotNet` from 0.13.1 to 0.13.3
- Bumps `System.Reactive` from 3.1.1 to 5.0.0
- Bumps `SharpZipLib` from 1.0.4 to `1.4.1` ([#136](https://github.com/opensearch-project/opensearch-net/pull/136))
- Bumps `SharpZipLib` from 1.0.4 to 1.4.1 ([#136](https://github.com/opensearch-project/opensearch-net/pull/136))
- Bumps `AWSSDK.Core` from 3.7.12.11 to 3.7.103.17

[Unreleased]: https://github.com/opensearch-project/opensearch-net/compare/1.2.0...HEAD
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.12.11" />
<PackageReference Include="AWSSDK.Core" Version="3.7.103.17" />
</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.12.11, )",
"resolved": "3.7.12.11",
"contentHash": "Tb6llf5tUU8FiptuB6Xq8vaJpxXDRcWL39nkEiHkDhdctj9l2kPL0DydrCNCAVwLWWTlPXyLUD8i37Rm0mRjaw=="
"requested": "[3.7.103.17, )",
"resolved": "3.7.103.17",
"contentHash": "DLi8jzlIeifLB5sXs2NpFkvffVy2wqKfhMi9qQ32VO0HGU8M24Y9D7YmRGQ35jaXy+S7fpIUlu+xp7hp5zJLVA=="
},
"ConfigureAwaitChecker.Analyzer": {
"type": "Direct",
Expand Down Expand Up @@ -99,9 +99,9 @@
".NETStandard,Version=v2.0": {
"AWSSDK.Core": {
"type": "Direct",
"requested": "[3.7.12.11, )",
"resolved": "3.7.12.11",
"contentHash": "Tb6llf5tUU8FiptuB6Xq8vaJpxXDRcWL39nkEiHkDhdctj9l2kPL0DydrCNCAVwLWWTlPXyLUD8i37Rm0mRjaw==",
"requested": "[3.7.103.17, )",
"resolved": "3.7.103.17",
"contentHash": "DLi8jzlIeifLB5sXs2NpFkvffVy2wqKfhMi9qQ32VO0HGU8M24Y9D7YmRGQ35jaXy+S7fpIUlu+xp7hp5zJLVA==",
"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.12.11",
"contentHash": "Tb6llf5tUU8FiptuB6Xq8vaJpxXDRcWL39nkEiHkDhdctj9l2kPL0DydrCNCAVwLWWTlPXyLUD8i37Rm0mRjaw=="
"resolved": "3.7.103.17",
"contentHash": "DLi8jzlIeifLB5sXs2NpFkvffVy2wqKfhMi9qQ32VO0HGU8M24Y9D7YmRGQ35jaXy+S7fpIUlu+xp7hp5zJLVA=="
},
"Bogus": {
"type": "Transitive",
Expand Down Expand Up @@ -900,7 +900,7 @@
"opensearch.net.auth.awssigv4": {
"type": "Project",
"dependencies": {
"AWSSDK.Core": "[3.7.12.11, )",
"AWSSDK.Core": "[3.7.103.17, )",
"OpenSearch.Net": "[1.2.1, )"
}
},
Expand Down

0 comments on commit 5bb6994

Please sign in to comment.