Skip to content

Commit

Permalink
Bump AWSSDK.Core from 3.7.106.24 to 3.7.106.29 (#201)
Browse files Browse the repository at this point in the history
* Bump AWSSDK.Core from 3.7.106.24 to 3.7.106.29

Bumps [AWSSDK.Core](https://github.com/aws/aws-sdk-net) from 3.7.106.24 to 3.7.106.29.
- [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 May 1, 2023
1 parent a2b0b24 commit 9664628
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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.24
- Bumps `AWSSDK.Core` from 3.7.103.17 to 3.7.106.29

## [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.106.24" />
<PackageReference Include="AWSSDK.Core" Version="3.7.106.29" />
</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.106.24, )",
"resolved": "3.7.106.24",
"contentHash": "Je4DemiO6Cl6LnIsCvHXH2uCgP3TldVR026mKZto4+n43v+M0u7ouQBJy2oSdNxJ4yXmhdXYEyOBEdHa+Rsi4g=="
"requested": "[3.7.106.29, )",
"resolved": "3.7.106.29",
"contentHash": "qKEZxZUaLNw4c1OmPcYknP1ZrM6sQ8oBJNa02gp/9roCd2AYxu1QUPS4O8sNvaV9p0yuLGFFe0sR0FB5ElPMsw=="
},
"ConfigureAwaitChecker.Analyzer": {
"type": "Direct",
Expand Down Expand Up @@ -99,9 +99,9 @@
".NETStandard,Version=v2.0": {
"AWSSDK.Core": {
"type": "Direct",
"requested": "[3.7.106.24, )",
"resolved": "3.7.106.24",
"contentHash": "Je4DemiO6Cl6LnIsCvHXH2uCgP3TldVR026mKZto4+n43v+M0u7ouQBJy2oSdNxJ4yXmhdXYEyOBEdHa+Rsi4g==",
"requested": "[3.7.106.29, )",
"resolved": "3.7.106.29",
"contentHash": "qKEZxZUaLNw4c1OmPcYknP1ZrM6sQ8oBJNa02gp/9roCd2AYxu1QUPS4O8sNvaV9p0yuLGFFe0sR0FB5ElPMsw==",
"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.106.24",
"contentHash": "Je4DemiO6Cl6LnIsCvHXH2uCgP3TldVR026mKZto4+n43v+M0u7ouQBJy2oSdNxJ4yXmhdXYEyOBEdHa+Rsi4g=="
"resolved": "3.7.106.29",
"contentHash": "qKEZxZUaLNw4c1OmPcYknP1ZrM6sQ8oBJNa02gp/9roCd2AYxu1QUPS4O8sNvaV9p0yuLGFFe0sR0FB5ElPMsw=="
},
"Bogus": {
"type": "Transitive",
Expand Down Expand Up @@ -903,7 +903,7 @@
"opensearch.net.auth.awssigv4": {
"type": "Project",
"dependencies": {
"AWSSDK.Core": "[3.7.106.24, )",
"AWSSDK.Core": "[3.7.106.29, )",
"OpenSearch.Net": "[1.3.0, )"
}
},
Expand Down

0 comments on commit 9664628

Please sign in to comment.