diff --git a/cosmosdb/Ballerina.toml b/cosmosdb/Ballerina.toml index e4a7cb1..b2f1e96 100644 --- a/cosmosdb/Ballerina.toml +++ b/cosmosdb/Ballerina.toml @@ -1,8 +1,8 @@ [package] -distribution = "2201.4.1" +distribution = "2201.7.0" org= "ballerinax" name= "azure_cosmosdb" -version= "4.1.1" +version= "4.2.0" authors = ["Ballerina"] keywords = ["IT Operations/Databases", "Cost/Paid", "Vendor/Microsoft"] icon = "icon.png" @@ -12,11 +12,14 @@ license = ["Apache-2.0"] [build-options] observabilityIncluded=true +[platform.java11] +graalvmCompatible = true + [[platform.java11.dependency]] -path = "../cosmosdb-native/build/libs/cosmosdb-native-4.1.1.jar" +path = "../cosmosdb-native/build/libs/cosmosdb-native-4.2.0.jar" groupId = "io.ballerinax" artifactId = "cosmosdb" -version = "4.1.1" +version = "4.2.0" [[platform.java11.dependency]] groupId = "io.netty" diff --git a/cosmosdb/Package.md b/cosmosdb/Package.md index 627eaa8..8d50695 100644 --- a/cosmosdb/Package.md +++ b/cosmosdb/Package.md @@ -6,7 +6,7 @@ The `azure_cosmosdb` is a [Ballerina](https://ballerina.io/) connector for Azure ### Compatibility | | Version | |----------------------|-------------------------------| -| Ballerina Language | Ballerina Swan Lake 2201.4.1 | +| Ballerina Language | Ballerina Swan Lake 2201.7.0 | | Cosmos DB (SQL)API | 2018-12-31 | ## Report issues diff --git a/gradle.properties b/gradle.properties index 15bde90..e8260ed 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ org.gradle.caching=true group=org.ballerinalang.azure_cosmosdb -version=4.1.1 -ballerinaLangVersion=2201.4.1 +version=4.2.0 +ballerinaLangVersion=2201.7.0 azureCosmosVersion=4.43.0