Skip to content

Commit 14c373f

Browse files
authored
Merge pull request #630 from ballerina-platform/release-ips-v4.0.0
[Release ips 4.0.0] Prepare for next dev cycle
2 parents ca682ed + 5c90f29 commit 14c373f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

ips/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerinax"
33
name = "health.fhir.r4.ips"
4-
version = "3.0.1"
4+
version = "4.0.1"
55
distribution = "2201.12.2"
66
authors = ["Ballerina"]
77
keywords = ["Healthcare", "FHIR", "R4", "ips"]

ips/Dependencies.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ modules = [
4444
[[package]]
4545
org = "ballerina"
4646
name = "crypto"
47-
version = "2.9.0"
47+
version = "2.9.2"
4848
dependencies = [
4949
{org = "ballerina", name = "jballerina.java"},
5050
{org = "ballerina", name = "time"}
@@ -53,7 +53,7 @@ dependencies = [
5353
[[package]]
5454
org = "ballerina"
5555
name = "data.jsondata"
56-
version = "1.1.1"
56+
version = "1.1.3"
5757
dependencies = [
5858
{org = "ballerina", name = "jballerina.java"},
5959
{org = "ballerina", name = "lang.object"}
@@ -84,7 +84,7 @@ dependencies = [
8484
[[package]]
8585
org = "ballerina"
8686
name = "http"
87-
version = "2.14.5"
87+
version = "2.14.7"
8888
dependencies = [
8989
{org = "ballerina", name = "auth"},
9090
{org = "ballerina", name = "cache"},
@@ -131,7 +131,7 @@ version = "0.0.0"
131131
[[package]]
132132
org = "ballerina"
133133
name = "jwt"
134-
version = "2.15.0"
134+
version = "2.15.1"
135135
dependencies = [
136136
{org = "ballerina", name = "cache"},
137137
{org = "ballerina", name = "crypto"},
@@ -229,7 +229,7 @@ dependencies = [
229229
[[package]]
230230
org = "ballerina"
231231
name = "log"
232-
version = "2.13.0"
232+
version = "2.14.0"
233233
dependencies = [
234234
{org = "ballerina", name = "io"},
235235
{org = "ballerina", name = "jballerina.java"},
@@ -275,7 +275,7 @@ dependencies = [
275275
[[package]]
276276
org = "ballerina"
277277
name = "os"
278-
version = "1.10.0"
278+
version = "1.10.1"
279279
dependencies = [
280280
{org = "ballerina", name = "io"},
281281
{org = "ballerina", name = "jballerina.java"}
@@ -284,7 +284,7 @@ dependencies = [
284284
[[package]]
285285
org = "ballerina"
286286
name = "task"
287-
version = "2.11.0"
287+
version = "2.10.0"
288288
dependencies = [
289289
{org = "ballerina", name = "jballerina.java"},
290290
{org = "ballerina", name = "time"},
@@ -407,7 +407,7 @@ modules = [
407407
[[package]]
408408
org = "ballerinax"
409409
name = "health.fhir.r4.international401"
410-
version = "3.0.1"
410+
version = "4.0.0"
411411
dependencies = [
412412
{org = "ballerina", name = "constraint"},
413413
{org = "ballerina", name = "log"},
@@ -420,7 +420,7 @@ modules = [
420420
[[package]]
421421
org = "ballerinax"
422422
name = "health.fhir.r4.ips"
423-
version = "3.0.1"
423+
version = "4.0.1"
424424
dependencies = [
425425
{org = "ballerina", name = "constraint"},
426426
{org = "ballerina", name = "http"},

0 commit comments

Comments
 (0)