diff --git a/ballerina-tests/http-advanced-tests/Ballerina.toml b/ballerina-tests/http-advanced-tests/Ballerina.toml index 06fb48da6a..c6bc14c137 100644 --- a/ballerina-tests/http-advanced-tests/Ballerina.toml +++ b/ballerina-tests/http-advanced-tests/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "http_advanced_tests" -version = "2.8.2" +version = "2.8.3" [[dependency]] org = "ballerina" name = "http_test_common" repository = "local" -version = "2.8.2" +version = "2.8.3" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.8.2.jar" +path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar" diff --git a/ballerina-tests/http-advanced-tests/Dependencies.toml b/ballerina-tests/http-advanced-tests/Dependencies.toml index a25fa973a0..4ea23552b3 100644 --- a/ballerina-tests/http-advanced-tests/Dependencies.toml +++ b/ballerina-tests/http-advanced-tests/Dependencies.toml @@ -72,7 +72,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -104,7 +104,7 @@ modules = [ [[package]] org = "ballerina" name = "http_advanced_tests" -version = "2.8.2" +version = "2.8.3" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "file"}, @@ -124,7 +124,7 @@ modules = [ [[package]] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "lang.string"}, diff --git a/ballerina-tests/http-client-tests/Ballerina.toml b/ballerina-tests/http-client-tests/Ballerina.toml index 6ab5e61bbe..d9cf89f030 100644 --- a/ballerina-tests/http-client-tests/Ballerina.toml +++ b/ballerina-tests/http-client-tests/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "http_client_tests" -version = "2.8.2" +version = "2.8.3" [[dependency]] org = "ballerina" name = "http_test_common" repository = "local" -version = "2.8.2" +version = "2.8.3" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.8.2.jar" +path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar" diff --git a/ballerina-tests/http-client-tests/Dependencies.toml b/ballerina-tests/http-client-tests/Dependencies.toml index ab3fefe1be..4a6b4ac63f 100644 --- a/ballerina-tests/http-client-tests/Dependencies.toml +++ b/ballerina-tests/http-client-tests/Dependencies.toml @@ -69,7 +69,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -101,7 +101,7 @@ modules = [ [[package]] org = "ballerina" name = "http_client_tests" -version = "2.8.2" +version = "2.8.3" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "http"}, @@ -120,7 +120,7 @@ modules = [ [[package]] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "lang.string"}, diff --git a/ballerina-tests/http-dispatching-tests/Ballerina.toml b/ballerina-tests/http-dispatching-tests/Ballerina.toml index a3a5a18519..584cfd900a 100644 --- a/ballerina-tests/http-dispatching-tests/Ballerina.toml +++ b/ballerina-tests/http-dispatching-tests/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "http_dispatching_tests" -version = "2.8.2" +version = "2.8.3" [[dependency]] org = "ballerina" name = "http_test_common" repository = "local" -version = "2.8.2" +version = "2.8.3" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.8.2.jar" +path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar" diff --git a/ballerina-tests/http-dispatching-tests/Dependencies.toml b/ballerina-tests/http-dispatching-tests/Dependencies.toml index 3050372bf4..8e3563485f 100644 --- a/ballerina-tests/http-dispatching-tests/Dependencies.toml +++ b/ballerina-tests/http-dispatching-tests/Dependencies.toml @@ -69,7 +69,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -101,7 +101,7 @@ modules = [ [[package]] org = "ballerina" name = "http_dispatching_tests" -version = "2.8.2" +version = "2.8.3" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "http"}, @@ -123,7 +123,7 @@ modules = [ [[package]] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "lang.string"}, diff --git a/ballerina-tests/http-interceptor-tests/Ballerina.toml b/ballerina-tests/http-interceptor-tests/Ballerina.toml index ef2ec2b04e..ab3933c051 100644 --- a/ballerina-tests/http-interceptor-tests/Ballerina.toml +++ b/ballerina-tests/http-interceptor-tests/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "http_interceptor_tests" -version = "2.8.2" +version = "2.8.3" [[dependency]] org = "ballerina" name = "http_test_common" repository = "local" -version = "2.8.2" +version = "2.8.3" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.8.2.jar" +path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar" diff --git a/ballerina-tests/http-interceptor-tests/Dependencies.toml b/ballerina-tests/http-interceptor-tests/Dependencies.toml index ba94af7fe7..101ac71075 100644 --- a/ballerina-tests/http-interceptor-tests/Dependencies.toml +++ b/ballerina-tests/http-interceptor-tests/Dependencies.toml @@ -66,7 +66,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -98,7 +98,7 @@ modules = [ [[package]] org = "ballerina" name = "http_interceptor_tests" -version = "2.8.2" +version = "2.8.3" dependencies = [ {org = "ballerina", name = "http"}, {org = "ballerina", name = "http_test_common"}, @@ -114,7 +114,7 @@ modules = [ [[package]] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "lang.string"}, diff --git a/ballerina-tests/http-misc-tests/Ballerina.toml b/ballerina-tests/http-misc-tests/Ballerina.toml index f6c638451c..c5c29f064f 100644 --- a/ballerina-tests/http-misc-tests/Ballerina.toml +++ b/ballerina-tests/http-misc-tests/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "http_misc_tests" -version = "2.8.2" +version = "2.8.3" [[dependency]] org = "ballerina" name = "http_test_common" repository = "local" -version = "2.8.2" +version = "2.8.3" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.8.2.jar" +path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar" diff --git a/ballerina-tests/http-misc-tests/Dependencies.toml b/ballerina-tests/http-misc-tests/Dependencies.toml index 30d31808eb..9939672780 100644 --- a/ballerina-tests/http-misc-tests/Dependencies.toml +++ b/ballerina-tests/http-misc-tests/Dependencies.toml @@ -66,7 +66,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -98,7 +98,7 @@ modules = [ [[package]] org = "ballerina" name = "http_misc_tests" -version = "2.8.2" +version = "2.8.3" dependencies = [ {org = "ballerina", name = "http"}, {org = "ballerina", name = "http_test_common"}, @@ -117,7 +117,7 @@ modules = [ [[package]] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "lang.string"}, diff --git a/ballerina-tests/http-resiliency-tests/Ballerina.toml b/ballerina-tests/http-resiliency-tests/Ballerina.toml index 9006b40a90..e0e1328dd9 100644 --- a/ballerina-tests/http-resiliency-tests/Ballerina.toml +++ b/ballerina-tests/http-resiliency-tests/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "http_resiliency_tests" -version = "2.8.2" +version = "2.8.3" [[dependency]] org = "ballerina" name = "http_test_common" repository = "local" -version = "2.8.2" +version = "2.8.3" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.8.2.jar" +path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar" diff --git a/ballerina-tests/http-resiliency-tests/Dependencies.toml b/ballerina-tests/http-resiliency-tests/Dependencies.toml index 70966a8d27..8bd0fc2d63 100644 --- a/ballerina-tests/http-resiliency-tests/Dependencies.toml +++ b/ballerina-tests/http-resiliency-tests/Dependencies.toml @@ -66,7 +66,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -98,7 +98,7 @@ modules = [ [[package]] org = "ballerina" name = "http_resiliency_tests" -version = "2.8.2" +version = "2.8.3" dependencies = [ {org = "ballerina", name = "http"}, {org = "ballerina", name = "http_test_common"}, @@ -115,7 +115,7 @@ modules = [ [[package]] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "lang.string"}, diff --git a/ballerina-tests/http-security-tests/Ballerina.toml b/ballerina-tests/http-security-tests/Ballerina.toml index fab583bda9..119a81e993 100644 --- a/ballerina-tests/http-security-tests/Ballerina.toml +++ b/ballerina-tests/http-security-tests/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "http_security_tests" -version = "2.8.2" +version = "2.8.3" [[dependency]] org = "ballerina" name = "http_test_common" repository = "local" -version = "2.8.2" +version = "2.8.3" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.8.2.jar" +path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar" diff --git a/ballerina-tests/http-security-tests/Dependencies.toml b/ballerina-tests/http-security-tests/Dependencies.toml index d438a8a28e..4d9a96b1f5 100644 --- a/ballerina-tests/http-security-tests/Dependencies.toml +++ b/ballerina-tests/http-security-tests/Dependencies.toml @@ -69,7 +69,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -101,7 +101,7 @@ modules = [ [[package]] org = "ballerina" name = "http_security_tests" -version = "2.8.2" +version = "2.8.3" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "http"}, @@ -119,7 +119,7 @@ modules = [ [[package]] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "lang.string"}, diff --git a/ballerina-tests/http-service-tests/Ballerina.toml b/ballerina-tests/http-service-tests/Ballerina.toml index 14067f40f0..08485ea855 100644 --- a/ballerina-tests/http-service-tests/Ballerina.toml +++ b/ballerina-tests/http-service-tests/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "http_service_tests" -version = "2.8.2" +version = "2.8.3" [[dependency]] org = "ballerina" name = "http_test_common" repository = "local" -version = "2.8.2" +version = "2.8.3" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.8.2.jar" +path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar" diff --git a/ballerina-tests/http-service-tests/Dependencies.toml b/ballerina-tests/http-service-tests/Dependencies.toml index 988069c8d0..3ef45aa858 100644 --- a/ballerina-tests/http-service-tests/Dependencies.toml +++ b/ballerina-tests/http-service-tests/Dependencies.toml @@ -69,7 +69,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -101,7 +101,7 @@ modules = [ [[package]] org = "ballerina" name = "http_service_tests" -version = "2.8.2" +version = "2.8.3" dependencies = [ {org = "ballerina", name = "file"}, {org = "ballerina", name = "http"}, @@ -120,7 +120,7 @@ modules = [ [[package]] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "lang.string"}, diff --git a/ballerina-tests/http-test-common/Ballerina.toml b/ballerina-tests/http-test-common/Ballerina.toml index 3cf3721cec..673b960efa 100644 --- a/ballerina-tests/http-test-common/Ballerina.toml +++ b/ballerina-tests/http-test-common/Ballerina.toml @@ -1,4 +1,4 @@ [package] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" diff --git a/ballerina-tests/http-test-common/Dependencies.toml b/ballerina-tests/http-test-common/Dependencies.toml index c4b171f583..e75befed9d 100644 --- a/ballerina-tests/http-test-common/Dependencies.toml +++ b/ballerina-tests/http-test-common/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.5.0" [[package]] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" dependencies = [ {org = "ballerina", name = "lang.string"}, {org = "ballerina", name = "mime"}, diff --git a/ballerina-tests/http2-tests/Ballerina.toml b/ballerina-tests/http2-tests/Ballerina.toml index 381604bf3b..b7207559af 100644 --- a/ballerina-tests/http2-tests/Ballerina.toml +++ b/ballerina-tests/http2-tests/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "http2_tests" -version = "2.8.2" +version = "2.8.3" [[dependency]] org = "ballerina" name = "http_test_common" repository = "local" -version = "2.8.2" +version = "2.8.3" [[platform.java11.dependency]] scope = "testOnly" -path = "../../test-utils/build/libs/http-test-utils-2.8.2.jar" +path = "../../test-utils/build/libs/http-test-utils-2.8.3-SNAPSHOT.jar" diff --git a/ballerina-tests/http2-tests/Dependencies.toml b/ballerina-tests/http2-tests/Dependencies.toml index fd617c3e51..c9943dc2fd 100644 --- a/ballerina-tests/http2-tests/Dependencies.toml +++ b/ballerina-tests/http2-tests/Dependencies.toml @@ -69,7 +69,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "auth"}, @@ -101,7 +101,7 @@ modules = [ [[package]] org = "ballerina" name = "http2_tests" -version = "2.8.2" +version = "2.8.3" dependencies = [ {org = "ballerina", name = "file"}, {org = "ballerina", name = "http"}, @@ -120,7 +120,7 @@ modules = [ [[package]] org = "ballerina" name = "http_test_common" -version = "2.8.2" +version = "2.8.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "lang.string"},