diff --git a/ballerina-tests/http-advanced-tests/Dependencies.toml b/ballerina-tests/http-advanced-tests/Dependencies.toml index fdf751880..7fd63f251 100644 --- a/ballerina-tests/http-advanced-tests/Dependencies.toml +++ b/ballerina-tests/http-advanced-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241209-162400-0c015833" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" @@ -148,7 +148,9 @@ dependencies = [ {org = "ballerina", name = "url"} ] modules = [ - {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"} + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service1"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service2"} ] [[package]] diff --git a/ballerina-tests/http-client-tests/Dependencies.toml b/ballerina-tests/http-client-tests/Dependencies.toml index a9d7e7964..ac5864fa8 100644 --- a/ballerina-tests/http-client-tests/Dependencies.toml +++ b/ballerina-tests/http-client-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241209-162400-0c015833" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" @@ -148,7 +148,9 @@ dependencies = [ {org = "ballerina", name = "url"} ] modules = [ - {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"} + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service1"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service2"} ] [[package]] diff --git a/ballerina-tests/http-dispatching-tests/Dependencies.toml b/ballerina-tests/http-dispatching-tests/Dependencies.toml index 700d2bd63..7a2385907 100644 --- a/ballerina-tests/http-dispatching-tests/Dependencies.toml +++ b/ballerina-tests/http-dispatching-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241209-162400-0c015833" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" @@ -147,7 +147,9 @@ dependencies = [ {org = "ballerina", name = "url"} ] modules = [ - {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"} + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service1"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service2"} ] [[package]] diff --git a/ballerina-tests/http-interceptor-tests/Dependencies.toml b/ballerina-tests/http-interceptor-tests/Dependencies.toml index 5999765c4..c9f7ae703 100644 --- a/ballerina-tests/http-interceptor-tests/Dependencies.toml +++ b/ballerina-tests/http-interceptor-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241209-162400-0c015833" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" @@ -138,7 +138,9 @@ dependencies = [ {org = "ballerina", name = "url"} ] modules = [ - {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"} + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service1"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service2"} ] [[package]] diff --git a/ballerina-tests/http-misc-tests/Dependencies.toml b/ballerina-tests/http-misc-tests/Dependencies.toml index dcf60b401..5cad40b6f 100644 --- a/ballerina-tests/http-misc-tests/Dependencies.toml +++ b/ballerina-tests/http-misc-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241209-162400-0c015833" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" @@ -141,7 +141,9 @@ dependencies = [ {org = "ballerina", name = "url"} ] modules = [ - {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"} + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service1"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service2"} ] [[package]] diff --git a/ballerina-tests/http-resiliency-tests/Dependencies.toml b/ballerina-tests/http-resiliency-tests/Dependencies.toml index 6a962a1c3..028edf04a 100644 --- a/ballerina-tests/http-resiliency-tests/Dependencies.toml +++ b/ballerina-tests/http-resiliency-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241209-162400-0c015833" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" @@ -139,7 +139,9 @@ dependencies = [ {org = "ballerina", name = "url"} ] modules = [ - {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"} + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service1"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service2"} ] [[package]] diff --git a/ballerina-tests/http-security-tests/Dependencies.toml b/ballerina-tests/http-security-tests/Dependencies.toml index 8c2a05e9f..8feb2a1eb 100644 --- a/ballerina-tests/http-security-tests/Dependencies.toml +++ b/ballerina-tests/http-security-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241209-162400-0c015833" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" @@ -143,7 +143,9 @@ dependencies = [ {org = "ballerina", name = "url"} ] modules = [ - {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"} + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service1"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service2"} ] [[package]] diff --git a/ballerina-tests/http-service-tests/Dependencies.toml b/ballerina-tests/http-service-tests/Dependencies.toml index 678b2e4c3..41e283f69 100644 --- a/ballerina-tests/http-service-tests/Dependencies.toml +++ b/ballerina-tests/http-service-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241209-162400-0c015833" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" @@ -144,7 +144,9 @@ dependencies = [ {org = "ballerina", name = "url"} ] modules = [ - {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"} + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service1"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service2"} ] [[package]] diff --git a/ballerina-tests/http-test-common/Dependencies.toml b/ballerina-tests/http-test-common/Dependencies.toml index ad62fe294..23a2cbe6f 100644 --- a/ballerina-tests/http-test-common/Dependencies.toml +++ b/ballerina-tests/http-test-common/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241209-162400-0c015833" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" @@ -114,7 +114,9 @@ dependencies = [ {org = "ballerina", name = "url"} ] modules = [ - {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"} + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service1"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service2"} ] [[package]] diff --git a/ballerina-tests/http2-tests/Dependencies.toml b/ballerina-tests/http2-tests/Dependencies.toml index 320092ab9..4041b6570 100644 --- a/ballerina-tests/http2-tests/Dependencies.toml +++ b/ballerina-tests/http2-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241209-162400-0c015833" +distribution-version = "2201.11.0-20250127-101700-a4b67fe5" [[package]] org = "ballerina" @@ -144,7 +144,9 @@ dependencies = [ {org = "ballerina", name = "url"} ] modules = [ - {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"} + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service1"}, + {org = "ballerina", packageName = "http_test_common", moduleName = "http_test_common.service2"} ] [[package]] diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c0394352d..b414533c7 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -27,7 +27,7 @@ path = "../native/build/libs/http-native-2.13.0-SNAPSHOT.jar" groupId = "io.ballerina.stdlib" artifactId = "mime-native" version = "2.11.0" -path = "./lib/mime-native-2.11.0-20250127-182500-46c9896.jar" +path = "./lib/mime-native-2.11.0-20250131-135500-0bd7a51.jar" [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" diff --git a/gradle.properties b/gradle.properties index d98545d0d..f1c692341 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ mockserverNettyVersion=3.11 unirestVersion=1.4.9 mimepullVersion=1.9.11 testngVersion=7.6.1 -ballerinaGradlePluginVersion=2.2.4 +ballerinaGradlePluginVersion=2.3.0 mockitoVersion=5.3.1 gsonVersion=2.7 lz4Version=1.3.0