Skip to content

Commit 23a94a9

Browse files
committed
gh-47 Use Monai.Deploy.Security 0.1.1
Signed-off-by: Victor Chang <[email protected]>
1 parent 064edbe commit 23a94a9

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

src/Client/Test/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -725,8 +725,8 @@
725725
},
726726
"Monai.Deploy.Security": {
727727
"type": "Transitive",
728-
"resolved": "0.2.0-vchang-logging0008",
729-
"contentHash": "YUgEwyLIe3DVk+SwVMS1sXRJUlpqleHPoNWeIl+sCFbGDzDvjn8k7nnLPgM8KuZ8vpMgVcimBarCThSyDyf8kA==",
728+
"resolved": "0.1.1",
729+
"contentHash": "kVIXocVcG3LNs2vbqg/wRq/noxqu/hOyuZ8+XKT4eUc9pudMcGyGIGhRAjKf+veDwza2nbEwhCJeBnChw04igQ==",
730730
"dependencies": {
731731
"Ardalis.GuardClauses": "4.0.1",
732732
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.11",
@@ -1688,7 +1688,7 @@
16881688
"Monai.Deploy.InformaticsGateway.Database.EntityFramework": "[1.0.0, )",
16891689
"Monai.Deploy.InformaticsGateway.DicomWeb.Client": "[1.0.0, )",
16901690
"Monai.Deploy.Messaging.RabbitMQ": "[0.1.18, )",
1691-
"Monai.Deploy.Security": "[0.2.0-vchang-logging0008, )",
1691+
"Monai.Deploy.Security": "[0.1.1, )",
16921692
"Monai.Deploy.Storage": "[0.2.11, )",
16931693
"Monai.Deploy.Storage.MinIO": "[0.2.11, )",
16941694
"NLog": "[5.1.0, )",

src/InformaticsGateway/Monai.Deploy.InformaticsGateway.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
5252
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
5353
<PackageReference Include="Monai.Deploy.Messaging.RabbitMQ" Version="0.1.18" />
54-
<PackageReference Include="Monai.Deploy.Security" Version="0.2.0-vchang-logging0008" />
54+
<PackageReference Include="Monai.Deploy.Security" Version="0.1.1" />
5555
<PackageReference Include="Monai.Deploy.Storage" Version="0.2.11" />
5656
<PackageReference Include="Monai.Deploy.Storage.MinIO" Version="0.2.11" />
5757
<PackageReference Include="NLog.Web.AspNetCore" Version="5.2.0" />

src/InformaticsGateway/Test/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -965,8 +965,8 @@
965965
},
966966
"Monai.Deploy.Security": {
967967
"type": "Transitive",
968-
"resolved": "0.2.0-vchang-logging0008",
969-
"contentHash": "YUgEwyLIe3DVk+SwVMS1sXRJUlpqleHPoNWeIl+sCFbGDzDvjn8k7nnLPgM8KuZ8vpMgVcimBarCThSyDyf8kA==",
968+
"resolved": "0.1.1",
969+
"contentHash": "kVIXocVcG3LNs2vbqg/wRq/noxqu/hOyuZ8+XKT4eUc9pudMcGyGIGhRAjKf+veDwza2nbEwhCJeBnChw04igQ==",
970970
"dependencies": {
971971
"Ardalis.GuardClauses": "4.0.1",
972972
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.11",
@@ -1917,7 +1917,7 @@
19171917
"Monai.Deploy.InformaticsGateway.Database.EntityFramework": "[1.0.0, )",
19181918
"Monai.Deploy.InformaticsGateway.DicomWeb.Client": "[1.0.0, )",
19191919
"Monai.Deploy.Messaging.RabbitMQ": "[0.1.18, )",
1920-
"Monai.Deploy.Security": "[0.2.0-vchang-logging0008, )",
1920+
"Monai.Deploy.Security": "[0.1.1, )",
19211921
"Monai.Deploy.Storage": "[0.2.11, )",
19221922
"Monai.Deploy.Storage.MinIO": "[0.2.11, )",
19231923
"NLog": "[5.1.0, )",

src/InformaticsGateway/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@
184184
},
185185
"Monai.Deploy.Security": {
186186
"type": "Direct",
187-
"requested": "[0.2.0-vchang-logging0008, )",
188-
"resolved": "0.2.0-vchang-logging0008",
189-
"contentHash": "YUgEwyLIe3DVk+SwVMS1sXRJUlpqleHPoNWeIl+sCFbGDzDvjn8k7nnLPgM8KuZ8vpMgVcimBarCThSyDyf8kA==",
187+
"requested": "[0.1.1, )",
188+
"resolved": "0.1.1",
189+
"contentHash": "kVIXocVcG3LNs2vbqg/wRq/noxqu/hOyuZ8+XKT4eUc9pudMcGyGIGhRAjKf+veDwza2nbEwhCJeBnChw04igQ==",
190190
"dependencies": {
191191
"Ardalis.GuardClauses": "4.0.1",
192192
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.11",

tests/Integration.Test/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -811,8 +811,8 @@
811811
},
812812
"Monai.Deploy.Security": {
813813
"type": "Transitive",
814-
"resolved": "0.2.0-vchang-logging0008",
815-
"contentHash": "YUgEwyLIe3DVk+SwVMS1sXRJUlpqleHPoNWeIl+sCFbGDzDvjn8k7nnLPgM8KuZ8vpMgVcimBarCThSyDyf8kA==",
814+
"resolved": "0.1.1",
815+
"contentHash": "kVIXocVcG3LNs2vbqg/wRq/noxqu/hOyuZ8+XKT4eUc9pudMcGyGIGhRAjKf+veDwza2nbEwhCJeBnChw04igQ==",
816816
"dependencies": {
817817
"Ardalis.GuardClauses": "4.0.1",
818818
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.11",
@@ -1811,7 +1811,7 @@
18111811
"Monai.Deploy.InformaticsGateway.Database.EntityFramework": "[1.0.0, )",
18121812
"Monai.Deploy.InformaticsGateway.DicomWeb.Client": "[1.0.0, )",
18131813
"Monai.Deploy.Messaging.RabbitMQ": "[0.1.18, )",
1814-
"Monai.Deploy.Security": "[0.2.0-vchang-logging0008, )",
1814+
"Monai.Deploy.Security": "[0.1.1, )",
18151815
"Monai.Deploy.Storage": "[0.2.11, )",
18161816
"Monai.Deploy.Storage.MinIO": "[0.2.11, )",
18171817
"NLog": "[5.1.0, )",

0 commit comments

Comments
 (0)