From 1b52d3fbbc59bf56dab09346d76b94a87c2a2665 Mon Sep 17 00:00:00 2001 From: lnash94 Date: Fri, 14 Jun 2024 12:26:56 +0530 Subject: [PATCH 1/3] [Automated] Update the toml files for client native tests --- openapi-client-native/ballerina-tests/Dependencies.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi-client-native/ballerina-tests/Dependencies.toml b/openapi-client-native/ballerina-tests/Dependencies.toml index f25a62a50..df61d68d4 100644 --- a/openapi-client-native/ballerina-tests/Dependencies.toml +++ b/openapi-client-native/ballerina-tests/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0" +distribution-version = "2201.9.1" [[package]] org = "ballerina" @@ -55,7 +55,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.7.0" +version = "2.7.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -75,7 +75,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.11.0" +version = "2.11.2" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, From d1a0bdbbe80e86c714f5a494d981aa54980aaa14 Mon Sep 17 00:00:00 2001 From: lnash94 Date: Fri, 14 Jun 2024 12:28:53 +0530 Subject: [PATCH 2/3] Update ballerina lang version --- gradle.properties | 2 +- module-ballerina-openapi/annotation.bal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index b4b7c8c85..573065179 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ clientNativeVersion=1.0.1-SNAPSHOT clientNativePublish=false #dependency -ballerinaLangVersion=2201.9.0 +ballerinaLangVersion=2201.9.1 testngVersion=7.6.1 slf4jVersion=1.7.30 org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8 diff --git a/module-ballerina-openapi/annotation.bal b/module-ballerina-openapi/annotation.bal index 533128ce9..23bd33007 100644 --- a/module-ballerina-openapi/annotation.bal +++ b/module-ballerina-openapi/annotation.bal @@ -28,7 +28,7 @@ # + email - The email address to contact the API provider or support. # + contactName - The full name of the person or organization responsible for the API. # + contactURL - The URL to a web page with more information about the API, the provider, or support. -# + termOfService - The URL to the terms of service for the API. +# + termsOfService - The URL to the terms of service for the API. # + licenseName - The name of the license under which the API is provided. # + licenseURL - The URL to the full text of the license. public type ServiceInformation record {| From 07f37ab0f8f80c6ae5e04b250dc64beb12b956c2 Mon Sep 17 00:00:00 2001 From: lnash94 Date: Fri, 14 Jun 2024 12:58:01 +0530 Subject: [PATCH 3/3] Update http version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 573065179..d9fa17f3b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -46,7 +46,7 @@ stdlibJwtVersion=2.11.0 stdlibOAuth2Version=2.11.0 # Stdlib Level 05 -stdlibHttpVersion=2.11.2-20240614-092300-d9d00e9 +stdlibHttpVersion=2.11.2 # Stdlib Level 06 stdlibGrpcVersion=1.11.0