Skip to content

Commit

Permalink
Update u11 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Nov 25, 2024
1 parent 73305b6 commit 46f6694
Show file tree
Hide file tree
Showing 23 changed files with 65 additions and 65 deletions.
4 changes: 2 additions & 2 deletions ballerina-tests/constraint-validation-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "constraint_validation_tests"
version = "0.1.1"
version = "0.4.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.1.1"
version = "0.4.0"

[platform.java21]
graalvmCompatible = true
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/constraint-validation-tests/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.11.0-20241117-133400-a3054b77"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"

[[package]]
org = "ballerina"
Expand All @@ -22,7 +22,7 @@ modules = [
[[package]]
org = "ballerina"
name = "constraint_validation_tests"
version = "0.1.1"
version = "0.4.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "data.csv"},
Expand All @@ -35,7 +35,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down
2 changes: 1 addition & 1 deletion ballerina-tests/csv-commons/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerina"
name = "csv_commons"
version = "0.1.1"
version = "0.4.0"

[platform.java17]
graalvmCompatible = true
4 changes: 2 additions & 2 deletions ballerina-tests/csv-commons/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.11.0-20241117-133400-a3054b77"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"

[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.1.1"
version = "0.4.0"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
]
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/parse-list-types-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "parse_list_types_tests"
version = "0.1.1"
version = "0.4.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.1.1"
version = "0.4.0"

[platform.java21]
graalvmCompatible = true
Expand Down
8 changes: 4 additions & 4 deletions ballerina-tests/parse-list-types-tests/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.11.0-20241117-133400-a3054b77"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"

[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -72,7 +72,7 @@ scope = "testOnly"
[[package]]
org = "ballerina"
name = "parse_list_types_tests"
version = "0.1.1"
version = "0.4.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/parse-record-types-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "parse_record_types_tests"
version = "0.1.1"
version = "0.4.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.1.1"
version = "0.4.0"

[platform.java21]
graalvmCompatible = true
Expand Down
8 changes: 4 additions & 4 deletions ballerina-tests/parse-record-types-tests/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.11.0-20241117-133400-a3054b77"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"

[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -72,7 +72,7 @@ scope = "testOnly"
[[package]]
org = "ballerina"
name = "parse_record_types_tests"
version = "0.1.1"
version = "0.4.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/parse-string-array-types-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "parse_string_array_types_tests"
version = "0.1.1"
version = "0.4.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.1.1"
version = "0.4.0"

[platform.java21]
graalvmCompatible = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20241117-133400-a3054b77"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"

[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -72,7 +72,7 @@ scope = "testOnly"
[[package]]
org = "ballerina"
name = "parse_string_array_types_tests"
version = "0.1.1"
version = "0.4.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "parse_string_record_types_tests"
version = "0.1.1"
version = "0.4.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.1.1"
version = "0.4.0"

[platform.java21]
graalvmCompatible = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.11.0-20241117-133400-a3054b77"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"

[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -72,7 +72,7 @@ scope = "testOnly"
[[package]]
org = "ballerina"
name = "parse_string_record_types_tests"
version = "0.1.1"
version = "0.4.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/type-compatible-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "type_compatible_tests"
version = "0.1.1"
version = "0.4.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.1.1"
version = "0.4.0"

[platform.java21]
graalvmCompatible = true
Expand Down
10 changes: 5 additions & 5 deletions ballerina-tests/type-compatible-tests/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.11.0-20241117-133400-a3054b77"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"

[[package]]
org = "ballerina"
name = "csv_commons"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "csv_commons", moduleName = "csv_commons"}
Expand All @@ -19,7 +19,7 @@ modules = [
[[package]]
org = "ballerina"
name = "data.csv"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -31,7 +31,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.2"
version = "1.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -108,7 +108,7 @@ modules = [
[[package]]
org = "ballerina"
name = "type_compatible_tests"
version = "0.1.1"
version = "0.4.0"
dependencies = [
{org = "ballerina", name = "csv_commons"},
{org = "ballerina", name = "data.csv"},
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/unicode-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "unicode_tests"
version = "0.1.1"
version = "0.4.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.1.1"
version = "0.4.0"

[platform.java21]
graalvmCompatible = true
Expand Down
6 changes: 3 additions & 3 deletions ballerina-tests/unicode-tests/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.11.0-20241117-133400-a3054b77"
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"

[[package]]
org = "ballerina"
name = "data.csv"
version = "0.1.1"
version = "0.4.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -77,7 +77,7 @@ modules = [
[[package]]
org = "ballerina"
name = "unicode_tests"
version = "0.1.1"
version = "0.4.0"
dependencies = [
{org = "ballerina", name = "data.csv"},
{org = "ballerina", name = "test"}
Expand Down
4 changes: 2 additions & 2 deletions ballerina-tests/union-type-tests/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
org = "ballerina"
name = "union_type_tests"
version = "0.1.1"
version = "0.4.0"

[[dependency]]
org = "ballerina"
name = "csv_commons"
repository = "local"
version = "0.1.1"
version = "0.4.0"

[platform.java21]
graalvmCompatible = true
Expand Down
Loading

0 comments on commit 46f6694

Please sign in to comment.