Skip to content

Commit 10c9c54

Browse files
authored
Merge pull request #957 from Project-MONAI/nds-upMessaging
upping monai messaging
2 parents ccaef5e + d23b649 commit 10c9c54

25 files changed

+102
-102
lines changed

doc/dependency_decisions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,15 +638,15 @@
638638
- - :approve
639639
- Monai.Deploy.Messaging
640640
- :versions:
641-
- 2.0.0
641+
- 2.0.2
642642
:when: 2023-10-13T18:06:21.511Z
643643
:who: neilsouth
644644
:why: Apache-2.0
645645
(https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE)
646646
- - :approve
647647
- Monai.Deploy.Messaging.RabbitMQ
648648
- :versions:
649-
- 2.0.0
649+
- 2.0.2
650650
:when: 2023-10-13T18:06:21.511Z
651651
:who: neilsouth
652652
:why: Apache-2.0

src/Common/Configuration/Monai.Deploy.WorkflowManager.Common.Configuration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<Compile Include="..\..\AssemblyInfo.cs" Link="AssemblyInfo.cs" />
2727
</ItemGroup>
2828
<ItemGroup>
29-
<PackageReference Include="Monai.Deploy.Messaging" Version="2.0.0" />
29+
<PackageReference Include="Monai.Deploy.Messaging" Version="2.0.2" />
3030
<PackageReference Include="Monai.Deploy.Storage" Version="1.0.0" />
3131
</ItemGroup>
3232
<ItemGroup>

src/Common/Configuration/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"Monai.Deploy.Messaging": {
66
"type": "Direct",
7-
"requested": "[2.0.0, )",
8-
"resolved": "2.0.0",
9-
"contentHash": "LcerCeHWDSB3Q1Vw0La9pYvXdNNDu4nGUie2bvVlL8lCkxbVNx+rtDorV5cA8KSKW9GZd/RD6SAsIzcjMXqP6Q==",
7+
"requested": "[2.0.2, )",
8+
"resolved": "2.0.2",
9+
"contentHash": "iQsD13BAnpbkv1xIVS4cRT2ZXjtcvHJFXlzvTaXjSEEtgGRR7f/IW/9smM2mZlPAyjmRdzk6hyye2vw6rl/tTw==",
1010
"dependencies": {
1111
"Ardalis.GuardClauses": "4.3.0",
1212
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0",

src/Common/Miscellaneous/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
},
159159
"Monai.Deploy.Messaging": {
160160
"type": "Transitive",
161-
"resolved": "2.0.0",
162-
"contentHash": "LcerCeHWDSB3Q1Vw0La9pYvXdNNDu4nGUie2bvVlL8lCkxbVNx+rtDorV5cA8KSKW9GZd/RD6SAsIzcjMXqP6Q==",
161+
"resolved": "2.0.2",
162+
"contentHash": "iQsD13BAnpbkv1xIVS4cRT2ZXjtcvHJFXlzvTaXjSEEtgGRR7f/IW/9smM2mZlPAyjmRdzk6hyye2vw6rl/tTw==",
163163
"dependencies": {
164164
"Ardalis.GuardClauses": "4.3.0",
165165
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0",
@@ -262,7 +262,7 @@
262262
"monai.deploy.workflowmanager.common.configuration": {
263263
"type": "Project",
264264
"dependencies": {
265-
"Monai.Deploy.Messaging": "[2.0.0, )",
265+
"Monai.Deploy.Messaging": "[2.0.2, )",
266266
"Monai.Deploy.Storage": "[1.0.0, )"
267267
}
268268
}

src/TaskManager/API/Monai.Deploy.WorkflowManager.TaskManager.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<AdditionalFiles Include="..\..\.sonarlint\project-monai_monai-deploy-workflow-manager\CSharp\SonarLint.xml" Link="SonarLint.xml" />
3333
</ItemGroup>
3434
<ItemGroup>
35-
<PackageReference Include="Monai.Deploy.Messaging" Version="2.0.0" />
35+
<PackageReference Include="Monai.Deploy.Messaging" Version="2.0.2" />
3636
<PackageReference Include="Mongo.Migration" Version="3.1.4" />
3737
<PackageReference Include="MongoDB.Bson" Version="2.23.1" />
3838
</ItemGroup>

src/TaskManager/API/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"net8.0": {
55
"Monai.Deploy.Messaging": {
66
"type": "Direct",
7-
"requested": "[2.0.0, )",
8-
"resolved": "2.0.0",
9-
"contentHash": "LcerCeHWDSB3Q1Vw0La9pYvXdNNDu4nGUie2bvVlL8lCkxbVNx+rtDorV5cA8KSKW9GZd/RD6SAsIzcjMXqP6Q==",
7+
"requested": "[2.0.2, )",
8+
"resolved": "2.0.2",
9+
"contentHash": "iQsD13BAnpbkv1xIVS4cRT2ZXjtcvHJFXlzvTaXjSEEtgGRR7f/IW/9smM2mZlPAyjmRdzk6hyye2vw6rl/tTw==",
1010
"dependencies": {
1111
"Ardalis.GuardClauses": "4.3.0",
1212
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0",

src/TaskManager/Database/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@
259259
},
260260
"Monai.Deploy.Messaging": {
261261
"type": "Transitive",
262-
"resolved": "2.0.0",
263-
"contentHash": "LcerCeHWDSB3Q1Vw0La9pYvXdNNDu4nGUie2bvVlL8lCkxbVNx+rtDorV5cA8KSKW9GZd/RD6SAsIzcjMXqP6Q==",
262+
"resolved": "2.0.2",
263+
"contentHash": "iQsD13BAnpbkv1xIVS4cRT2ZXjtcvHJFXlzvTaXjSEEtgGRR7f/IW/9smM2mZlPAyjmRdzk6hyye2vw6rl/tTw==",
264264
"dependencies": {
265265
"Ardalis.GuardClauses": "4.3.0",
266266
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0",
@@ -718,7 +718,7 @@
718718
"monai.deploy.workflowmanager.taskmanager.api": {
719719
"type": "Project",
720720
"dependencies": {
721-
"Monai.Deploy.Messaging": "[2.0.0, )",
721+
"Monai.Deploy.Messaging": "[2.0.2, )",
722722
"Mongo.Migration": "[3.1.4, )",
723723
"MongoDB.Bson": "[2.23.1, )"
724724
}

src/TaskManager/Plug-ins/AideClinicalReview/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@
270270
},
271271
"Monai.Deploy.Messaging": {
272272
"type": "Transitive",
273-
"resolved": "2.0.0",
274-
"contentHash": "LcerCeHWDSB3Q1Vw0La9pYvXdNNDu4nGUie2bvVlL8lCkxbVNx+rtDorV5cA8KSKW9GZd/RD6SAsIzcjMXqP6Q==",
273+
"resolved": "2.0.2",
274+
"contentHash": "iQsD13BAnpbkv1xIVS4cRT2ZXjtcvHJFXlzvTaXjSEEtgGRR7f/IW/9smM2mZlPAyjmRdzk6hyye2vw6rl/tTw==",
275275
"dependencies": {
276276
"Ardalis.GuardClauses": "4.3.0",
277277
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0",
@@ -759,7 +759,7 @@
759759
"monai.deploy.workflowmanager.common.configuration": {
760760
"type": "Project",
761761
"dependencies": {
762-
"Monai.Deploy.Messaging": "[2.0.0, )",
762+
"Monai.Deploy.Messaging": "[2.0.2, )",
763763
"Monai.Deploy.Storage": "[1.0.0, )"
764764
}
765765
},
@@ -773,7 +773,7 @@
773773
"monai.deploy.workflowmanager.taskmanager.api": {
774774
"type": "Project",
775775
"dependencies": {
776-
"Monai.Deploy.Messaging": "[2.0.0, )",
776+
"Monai.Deploy.Messaging": "[2.0.2, )",
777777
"Mongo.Migration": "[3.1.4, )",
778778
"MongoDB.Bson": "[2.23.1, )"
779779
}

src/TaskManager/Plug-ins/Argo/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@
352352
},
353353
"Monai.Deploy.Messaging": {
354354
"type": "Transitive",
355-
"resolved": "2.0.0",
356-
"contentHash": "LcerCeHWDSB3Q1Vw0La9pYvXdNNDu4nGUie2bvVlL8lCkxbVNx+rtDorV5cA8KSKW9GZd/RD6SAsIzcjMXqP6Q==",
355+
"resolved": "2.0.2",
356+
"contentHash": "iQsD13BAnpbkv1xIVS4cRT2ZXjtcvHJFXlzvTaXjSEEtgGRR7f/IW/9smM2mZlPAyjmRdzk6hyye2vw6rl/tTw==",
357357
"dependencies": {
358358
"Ardalis.GuardClauses": "4.3.0",
359359
"Microsoft.Extensions.Diagnostics.HealthChecks": "8.0.0",
@@ -864,7 +864,7 @@
864864
"monai.deploy.workflowmanager.common.configuration": {
865865
"type": "Project",
866866
"dependencies": {
867-
"Monai.Deploy.Messaging": "[2.0.0, )",
867+
"Monai.Deploy.Messaging": "[2.0.2, )",
868868
"Monai.Deploy.Storage": "[1.0.0, )"
869869
}
870870
},
@@ -878,7 +878,7 @@
878878
"monai.deploy.workflowmanager.taskmanager.api": {
879879
"type": "Project",
880880
"dependencies": {
881-
"Monai.Deploy.Messaging": "[2.0.0, )",
881+
"Monai.Deploy.Messaging": "[2.0.2, )",
882882
"Mongo.Migration": "[3.1.4, )",
883883
"MongoDB.Bson": "[2.23.1, )"
884884
}

src/TaskManager/TaskManager/Monai.Deploy.WorkflowManager.TaskManager.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
</ItemGroup>
4848
<ItemGroup>
4949
<PackageReference Include="AspNetCore.HealthChecks.MongoDb" Version="8.0.0" />
50-
<PackageReference Include="Monai.Deploy.Messaging" Version="2.0.0" />
51-
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="2.0.0" />
50+
<PackageReference Include="Monai.Deploy.Messaging" Version="2.0.2" />
51+
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="2.0.2" />
5252
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="1.0.0">
5353
<TreatAsUsed>true</TreatAsUsed>
5454
</PackageReference>

0 commit comments

Comments
 (0)