From d19a418a979399b7a3d2ab57a8a898fea137e609 Mon Sep 17 00:00:00 2001 From: isuruh15 Date: Wed, 3 Jul 2024 19:49:42 +0530 Subject: [PATCH] fix Dependencies.toml --- fhirpath/Dependencies.toml | 2 +- hl7v2-to-json/Ballerina.toml | 2 +- hl7v2-to-json/Dependencies.toml | 10 ++++----- working-with-fhir-connector/Dependencies.toml | 15 +++++++------ working-with-fhir/Ballerina.toml | 4 ++-- working-with-fhir/Dependencies.toml | 21 +++++++++---------- working-with-hl7/Ballerina.toml | 2 +- working-with-hl7/Dependencies.toml | 2 +- 8 files changed, 28 insertions(+), 30 deletions(-) diff --git a/fhirpath/Dependencies.toml b/fhirpath/Dependencies.toml index fcbe1bb..55392a8 100644 --- a/fhirpath/Dependencies.toml +++ b/fhirpath/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.8.5" [[package]] org = "ballerina" diff --git a/hl7v2-to-json/Ballerina.toml b/hl7v2-to-json/Ballerina.toml index 1c5977a..faf3d27 100644 --- a/hl7v2-to-json/Ballerina.toml +++ b/hl7v2-to-json/Ballerina.toml @@ -2,7 +2,7 @@ org = "healthcare_samples" name = "hl7v2_to_json" version = "0.1.0" -distribution = "2201.9.0" +distribution = "2201.8.5" [build-options] observabilityIncluded = true diff --git a/hl7v2-to-json/Dependencies.toml b/hl7v2-to-json/Dependencies.toml index 4f47a64..c72673b 100644 --- a/hl7v2-to-json/Dependencies.toml +++ b/hl7v2-to-json/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.8.5" [[package]] org = "ballerina" name = "crypto" -version = "2.7.2" +version = "2.6.3" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -63,7 +63,7 @@ dependencies = [ [[package]] org = "ballerina" name = "tcp" -version = "1.10.0" +version = "1.9.2" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"} @@ -92,7 +92,7 @@ modules = [ [[package]] org = "ballerinax" name = "health.hl7v2" -version = "2.2.1" +version = "2.2.0" dependencies = [ {org = "ballerina", name = "log"}, {org = "ballerina", name = "tcp"}, @@ -105,7 +105,7 @@ modules = [ [[package]] org = "ballerinax" name = "health.hl7v23" -version = "3.0.2" +version = "3.0.3" dependencies = [ {org = "ballerina", name = "log"}, {org = "ballerinax", name = "health.hl7v2"} diff --git a/working-with-fhir-connector/Dependencies.toml b/working-with-fhir-connector/Dependencies.toml index 63c0c5e..feac487 100644 --- a/working-with-fhir-connector/Dependencies.toml +++ b/working-with-fhir-connector/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.8.5" [[package]] org = "ballerina" name = "auth" -version = "2.11.0" +version = "2.10.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, @@ -41,7 +41,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.7.2" +version = "2.6.3" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -61,7 +61,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.11.1" +version = "2.10.14" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -106,11 +106,10 @@ version = "0.0.0" [[package]] org = "ballerina" name = "jwt" -version = "2.12.0" +version = "2.10.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, - {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.int"}, {org = "ballerina", name = "lang.string"}, @@ -216,7 +215,7 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.11.0" +version = "2.10.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -271,7 +270,7 @@ dependencies = [ [[package]] org = "ballerina" name = "uuid" -version = "1.8.0" +version = "1.7.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, diff --git a/working-with-fhir/Ballerina.toml b/working-with-fhir/Ballerina.toml index 7567683..64eb297 100644 --- a/working-with-fhir/Ballerina.toml +++ b/working-with-fhir/Ballerina.toml @@ -10,9 +10,9 @@ observabilityIncluded = true [[dependency]] org = "ballerinax" name = "health.fhir.r4" -version = "6.0.1" +version = "5.1.1" [[dependency]] org = "ballerinax" name = "health.fhir.r4.international401" -version = "2.0.1" +version = "2.1.0" diff --git a/working-with-fhir/Dependencies.toml b/working-with-fhir/Dependencies.toml index ce0b741..00b6082 100644 --- a/working-with-fhir/Dependencies.toml +++ b/working-with-fhir/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.8.5" [[package]] org = "ballerina" name = "auth" -version = "2.11.0" +version = "2.10.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, @@ -41,7 +41,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.7.2" +version = "2.6.3" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -61,7 +61,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.11.1" +version = "2.10.14" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -106,11 +106,10 @@ version = "0.0.0" [[package]] org = "ballerina" name = "jwt" -version = "2.12.0" +version = "2.10.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, - {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.int"}, {org = "ballerina", name = "lang.string"}, @@ -216,7 +215,7 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.11.0" +version = "2.10.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -271,7 +270,7 @@ dependencies = [ [[package]] org = "ballerina" name = "uuid" -version = "1.8.0" +version = "1.7.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, @@ -308,7 +307,7 @@ dependencies = [ [[package]] org = "ballerinax" name = "health.fhir.r4" -version = "6.0.1" +version = "5.1.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "http"}, @@ -329,7 +328,7 @@ modules = [ [[package]] org = "ballerinax" name = "health.fhir.r4.international401" -version = "2.0.1" +version = "2.1.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "log"}, @@ -342,7 +341,7 @@ modules = [ [[package]] org = "ballerinax" name = "health.fhir.r4.parser" -version = "5.0.1" +version = "5.1.0" dependencies = [ {org = "ballerina", name = "http"}, {org = "ballerina", name = "log"}, diff --git a/working-with-hl7/Ballerina.toml b/working-with-hl7/Ballerina.toml index 6037ef6..13fc94a 100644 --- a/working-with-hl7/Ballerina.toml +++ b/working-with-hl7/Ballerina.toml @@ -2,7 +2,7 @@ org = "healthcare_samples" name = "working_with_hl7" version = "0.1.0" -distribution = "2201.9.0" +distribution = "2201.8.5" [build-options] observabilityIncluded = true diff --git a/working-with-hl7/Dependencies.toml b/working-with-hl7/Dependencies.toml index ccdd8d9..e51eb32 100644 --- a/working-with-hl7/Dependencies.toml +++ b/working-with-hl7/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.8.5" [[package]] org = "ballerina" name = "crypto" -version = "2.6.3" +version = "2.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"}