Skip to content

Commit

Permalink
Update packages (#133)
Browse files Browse the repository at this point in the history

Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp authored Nov 30, 2022
1 parent 2889b5e commit 5265b5d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions doc/dependency_decisions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
- :who: mocsharp
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
:versions:
- 3.7.100.23
- 3.7.100.25
:when: 2022-08-29 18:11:12.923214877 Z
- - :approve
- AWSSDK.S3
- :who: mocsharp
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
:versions:
- 3.7.101.23
- 3.7.101.25
:when: 2022-08-29 18:11:13.354973002 Z
- - :approve
- AWSSDK.SecurityToken
- :who: mocsharp
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
:versions:
- 3.7.100.23
- 3.7.100.25
:when: 2022-08-16 18:11:13.781079769 Z
- - :approve
- Ardalis.GuardClauses
Expand Down
4 changes: 2 additions & 2 deletions src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

<ItemGroup>
<PackageReference Include="Ardalis.GuardClauses" Version="4.0.1" />
<PackageReference Include="AWSSDK.S3" Version="3.7.101.23" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.100.23" />
<PackageReference Include="AWSSDK.S3" Version="3.7.101.25" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.100.25" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
Expand Down
2 changes: 1 addition & 1 deletion src/Plugins/MinIO/Monai.Deploy.Storage.MinIO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<ItemGroup>
<PackageReference Include="Ardalis.GuardClauses" Version="4.0.1" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.100.23" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.100.25" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="Minio" Version="4.0.6" />
Expand Down
2 changes: 1 addition & 1 deletion src/Storage/Monai.Deploy.Storage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<ItemGroup>
<PackageReference Include="Ardalis.GuardClauses" Version="4.0.1" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.100.23" />
<PackageReference Include="AWSSDK.SecurityToken" Version="3.7.100.25" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="6.0.10" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
Expand Down
18 changes: 9 additions & 9 deletions third-party-licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ SOFTWARE.


<details>
<summary>AWSSDK.Core 3.7.100.23</summary>
<summary>AWSSDK.Core 3.7.100.25</summary>

## AWSSDK.Core

- Version: 3.7.100.23
- Version: 3.7.100.25
- Authors: Amazon Web Services
- Owners: Amazon Web Services
- Project URL: https://github.com/aws/aws-sdk-net/
- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.100.23)
- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.100.25)
- License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt)


Expand Down Expand Up @@ -117,15 +117,15 @@ END OF TERMS AND CONDITIONS


<details>
<summary>AWSSDK.S3 3.7.101.23</summary>
<summary>AWSSDK.S3 3.7.101.25</summary>

## AWSSDK.S3

- Version: 3.7.101.23
- Version: 3.7.101.25
- Authors: Amazon Web Services
- Owners: Amazon Web Services
- Project URL: https://github.com/aws/aws-sdk-net/
- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.S3/3.7.101.23)
- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.S3/3.7.101.25)
- License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt)


Expand Down Expand Up @@ -190,15 +190,15 @@ END OF TERMS AND CONDITIONS


<details>
<summary>AWSSDK.SecurityToken 3.7.100.23</summary>
<summary>AWSSDK.SecurityToken 3.7.100.25</summary>

## AWSSDK.SecurityToken

- Version: 3.7.100.23
- Version: 3.7.100.25
- Authors: Amazon Web Services
- Owners: Amazon Web Services
- Project URL: https://github.com/aws/aws-sdk-net/
- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.100.23)
- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.100.25)
- License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt)


Expand Down

0 comments on commit 5265b5d

Please sign in to comment.