Skip to content

Commit 3afcae4

Browse files
committed
Upped package versions
Signed-off-by: Alex Woodhead <[email protected]>
1 parent 0e17838 commit 3afcae4

File tree

40 files changed

+1067
-1056
lines changed

40 files changed

+1067
-1056
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Determine Version
5656
id: gitversion
57-
uses: gittools/actions/gitversion/execute@v0.9.15
57+
uses: gittools/actions/gitversion/execute@v0.10.2
5858
with:
5959
useConfigFile: true
6060
configFilePath: .github/.gitversion.yml
@@ -77,7 +77,7 @@ jobs:
7777
dotnet-version: "6.0.x"
7878

7979
- name: Enable NuGet cache
80-
uses: actions/cache@v3.2.6
80+
uses: actions/cache@v3.3.1
8181
with:
8282
path: ~/.nuget/packages
8383
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -127,7 +127,7 @@ jobs:
127127
cache: yes
128128

129129
- name: Enable NuGet cache
130-
uses: actions/cache@v3.2.6
130+
uses: actions/cache@v3.3.1
131131
with:
132132
path: ~/.nuget/packages
133133
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -180,7 +180,7 @@ jobs:
180180
dotnet-version: "6.0.x"
181181

182182
- name: Enable NuGet cache
183-
uses: actions/cache@v3.2.6
183+
uses: actions/cache@v3.3.1
184184
with:
185185
path: ~/.nuget/packages
186186
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -259,7 +259,7 @@ jobs:
259259
dotnet-version: "6.0.x"
260260

261261
- name: Enable NuGet cache
262-
uses: actions/cache@v3.2.6
262+
uses: actions/cache@v3.3.1
263263
with:
264264
path: ~/.nuget/packages
265265
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -323,7 +323,7 @@ jobs:
323323
dotnet-version: "6.0.x"
324324

325325
- name: Enable NuGet cache
326-
uses: actions/cache@v3.2.6
326+
uses: actions/cache@v3.3.1
327327
with:
328328
path: ~/.nuget/packages
329329
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -436,7 +436,7 @@ jobs:
436436
dotnet-version: "6.0.x"
437437

438438
- name: Enable NuGet cache
439-
uses: actions/cache@v3.2.6
439+
uses: actions/cache@v3.3.1
440440
with:
441441
path: ~/.nuget/packages
442442
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
@@ -507,12 +507,12 @@ jobs:
507507
msg: ${{ github.repository }}
508508

509509
- name: Install GitReleaseManager
510-
uses: gittools/actions/gitreleasemanager/setup@v0.9.15
510+
uses: gittools/actions/gitreleasemanager/setup@v0.10.2
511511
with:
512512
versionSpec: "0.13.x"
513513

514514
- name: Create release with GitReleaseManager
515-
uses: gittools/actions/gitreleasemanager/create@v0.9.15
515+
uses: gittools/actions/gitreleasemanager/create@v0.10.2
516516
with:
517517
token: ${{ secrets.GITHUB_TOKEN }}
518518
owner: ${{ steps.repo.outputs._0 }}
@@ -525,7 +525,7 @@ jobs:
525525
artifacts/mig-docs-${{ env.SEMVER }}.zip
526526
527527
- name: Publish release with GitReleaseManager
528-
uses: gittools/actions/gitreleasemanager/publish@v0.9.15
528+
uses: gittools/actions/gitreleasemanager/publish@v0.10.2
529529
if: ${{ contains(github.ref, 'refs/heads/main') }}
530530
with:
531531
token: ${{ secrets.GITHUB_TOKEN }}
@@ -534,7 +534,7 @@ jobs:
534534
tagName: ${{ env.MAJORMINORPATCH }}
535535

536536
- name: Close release with GitReleaseManager
537-
uses: gittools/actions/gitreleasemanager/close@v0.9.15
537+
uses: gittools/actions/gitreleasemanager/close@v0.10.2
538538
if: ${{ contains(github.ref, 'refs/heads/main') }}
539539
with:
540540
token: ${{ secrets.GITHUB_TOKEN }}

doc/dependency_decisions.yml

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
66
:versions:
77
- 3.7.100.25
8+
- 3.7.105.20
89
:when: 2022-09-01 23:05:22.203089302 Z
910
- - :approve
1011
- AWSSDK.S3
@@ -19,6 +20,7 @@
1920
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
2021
:versions:
2122
- 3.7.100.25
23+
- 3.7.101.26
2224
:when: 2022-09-01 23:05:28.920368903 Z
2325
- - :approve
2426
- BoDi
@@ -320,69 +322,70 @@
320322
:why: MIT (https://github.com/microsoft/vstest/raw/main/LICENSE)
321323
:versions:
322324
- 17.4.1
325+
- 17.5.0
323326
:when: 2022-08-16 23:05:48.342748414 Z
324327
- - :approve
325328
- Microsoft.Data.Sqlite.Core
326329
- :who: mocsharp
327330
:why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt)
328331
:versions:
329-
- 6.0.14
332+
- 6.0.15
330333
:when: 2022-08-16 23:05:49.698463427 Z
331334
- - :approve
332335
- Microsoft.EntityFrameworkCore
333336
- :who: mocsharp
334337
:why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt)
335338
:versions:
336-
- 6.0.14
339+
- 6.0.15
337340
:when: 2022-08-16 23:05:50.137694970 Z
338341
- - :approve
339342
- Microsoft.EntityFrameworkCore.Abstractions
340343
- :who: mocsharp
341344
:why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt)
342345
:versions:
343-
- 6.0.14
346+
- 6.0.15
344347
:when: 2022-08-16 23:05:51.008105271 Z
345348
- - :approve
346349
- Microsoft.EntityFrameworkCore.Analyzers
347350
- :who: mocsharp
348351
:why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt)
349352
:versions:
350-
- 6.0.14
353+
- 6.0.15
351354
:when: 2022-08-16 23:05:51.445711308 Z
352355
- - :approve
353356
- Microsoft.EntityFrameworkCore.Design
354357
- :who: mocsharp
355358
:why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt)
356359
:versions:
357-
- 6.0.14
360+
- 6.0.15
358361
:when: 2022-08-16 23:05:51.922790944 Z
359362
- - :approve
360363
- Microsoft.EntityFrameworkCore.InMemory
361364
- :who: mocsharp
362365
:why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt)
363366
:versions:
364-
- 6.0.14
367+
- 6.0.15
365368
:when: 2022-08-16 23:05:52.375150938 Z
366369
- - :approve
367370
- Microsoft.EntityFrameworkCore.Relational
368371
- :who: mocsharp
369372
:why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt)
370373
:versions:
371-
- 6.0.14
374+
- 6.0.15
372375
:when: 2022-08-16 23:05:52.828879230 Z
373376
- - :approve
374377
- Microsoft.EntityFrameworkCore.Sqlite
375378
- :who: mocsharp
376379
:why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt)
377380
:versions:
378-
- 6.0.14
381+
- 6.0.15
379382
:when: 2022-08-16 23:05:53.270526921 Z
380383
- - :approve
381384
- Microsoft.EntityFrameworkCore.Sqlite.Core
382385
- :who: mocsharp
383386
:why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt)
384387
:versions:
385-
- 6.0.14
388+
- 6.0.15
386389
:when: 2022-08-16 23:05:53.706997823 Z
387390
- - :approve
388391
- Microsoft.Extensions.ApiDescription.Server
@@ -524,23 +527,23 @@
524527
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
525528
:versions:
526529
- 6.0.12
527-
- 6.0.14
530+
- 6.0.15
528531
:when: 2022-08-29 18:11:22.090772006 Z
529532
- - :approve
530533
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions
531534
- :who: mocsharp
532535
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
533536
:versions:
534537
- 6.0.12
535-
- 6.0.14
538+
- 6.0.15
536539
:when: 2022-08-29 18:11:22.090772006 Z
537540
- - :approve
538541
- Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore
539542
- :who: mocsharp
540543
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
541544
:versions:
542545
- 6.0.11
543-
- 6.0.14
546+
- 6.0.15
544547
:when: 2022-08-29 18:11:22.090772006 Z
545548
- - :approve
546549
- Microsoft.Extensions.FileProviders.Abstractions
@@ -690,6 +693,7 @@
690693
:why: MIT (https://raw.githubusercontent.com/microsoft/vstest/main/LICENSE)
691694
:versions:
692695
- 17.4.1
696+
- 17.5.0
693697
:when: 2022-09-01 23:06:13.008314524 Z
694698
- - :approve
695699
- Microsoft.NETCore.Platforms
@@ -740,13 +744,15 @@
740744
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.0/LICENSE)
741745
:versions:
742746
- 17.4.1
747+
- 17.5.0
743748
:when: 2022-08-16 23:06:16.175705981 Z
744749
- - :approve
745750
- Microsoft.TestPlatform.TestHost
746751
- :who: mocsharp
747752
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.0/LICENSE)
748753
:versions:
749754
- 17.4.1
755+
- 17.5.0
750756
:when: 2022-08-16 23:06:17.671459450 Z
751757
- - :approve
752758
- Microsoft.Toolkit.HighPerformance
@@ -782,41 +788,43 @@
782788
:why: Apache-2.0 (https://github.com/minio/minio-dotnet/raw/master/LICENSE)
783789
:versions:
784790
- 4.0.6
791+
- 4.0.7
785792
:when: 2022-08-16 23:06:20.598551507 Z
786793
- - :approve
787794
- Monai.Deploy.Messaging
788795
- :who: neilsouth
789796
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
790797
:versions:
791-
- 0.1.21
798+
- 0.1.22
792799
:when: 2022-08-16 23:06:21.051573547 Z
793800
- - :approve
794801
- Monai.Deploy.Messaging.RabbitMQ
795802
- :who: neilsouth
796803
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
797804
:versions:
798-
- 0.1.21
805+
- 0.1.22
799806
:when: 2022-08-16 23:06:21.511789690 Z
800807
- - :approve
801808
- Monai.Deploy.Storage
802809
- :who: mocsharp
803810
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
804811
:versions:
805-
- 0.2.13
812+
- 0.2.15
806813
:when: 2022-08-16 23:06:21.988183476 Z
807814
- - :approve
808815
- Monai.Deploy.Storage.MinIO
809816
- :who: mocsharp
810817
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
811818
:versions:
812-
- 0.2.13
819+
- 0.2.15
813820
:when: 2022-08-16 23:06:22.426838304 Z
814821
- - :approve
815822
- Monai.Deploy.Storage.S3Policy
816823
- :who: mocsharp
817824
:why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE)
818825
:versions:
819826
- 0.2.13
827+
- 0.2.15
820828
:when: 2022-08-16 23:06:22.881956546 Z
821829
- - :approve
822830
- Monai.Deploy.Security
@@ -855,6 +863,7 @@
855863
- 10.0.1
856864
- 13.0.1
857865
- 13.0.2
866+
- 13.0.3
858867
:when: 2022-08-16 23:06:26.098713272 Z
859868
- - :approve
860869
- Newtonsoft.Json.Bson
@@ -1143,6 +1152,7 @@
11431152
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
11441153
:versions:
11451154
- 6.0.0
1155+
- 6.0.1
11461156
:when: 2022-08-16 23:06:45.141361948 Z
11471157
- - :approve
11481158
- System.Diagnostics.EventLog

src/Api/Monai.Deploy.InformaticsGateway.Api.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<PrivateAssets>All</PrivateAssets>
3232
</PackageReference>
3333
<PackageReference Include="Macross.Json.Extensions" Version="3.0.0" />
34-
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.14" />
35-
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.21" />
36-
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.13" />
34+
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="6.0.15" />
35+
<PackageReference Include="Monai.Deploy.Messaging" Version="0.1.22" />
36+
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.15" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

src/Api/Test/Monai.Deploy.InformaticsGateway.Api.Test.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
</PackageReference>
36-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
3736
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="17.2.3" />
3837
<PackageReference Include="xRetry" Version="1.9.0" />
38+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
39+
<PackageReference Include="xRetry" Version="1.9.0" />
3940
<PackageReference Include="xunit" Version="2.4.2" />
4041
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
4142
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)