Skip to content

Commit

Permalink
Merge pull request #32 from isuruh15/main
Browse files Browse the repository at this point in the history
Fix Build Failures
  • Loading branch information
isuruh15 authored Jul 4, 2024
2 parents 0086af3 + d19a418 commit a3a9c89
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 30 deletions.
2 changes: 1 addition & 1 deletion fhirpath/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0"
distribution-version = "2201.8.5"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion hl7v2-to-json/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions hl7v2-to-json/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down Expand Up @@ -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"}
Expand Down Expand Up @@ -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"},
Expand All @@ -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"}
Expand Down
15 changes: 7 additions & 8 deletions working-with-fhir-connector/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -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"}
Expand All @@ -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"},
Expand Down Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
Expand Down
4 changes: 2 additions & 2 deletions working-with-fhir/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
21 changes: 10 additions & 11 deletions working-with-fhir/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down Expand Up @@ -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"}
Expand All @@ -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"},
Expand Down Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
Expand Down Expand Up @@ -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"},
Expand All @@ -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"},
Expand All @@ -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"},
Expand Down
2 changes: 1 addition & 1 deletion working-with-hl7/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion working-with-hl7/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit a3a9c89

Please sign in to comment.