From f7dc848591853960cd23bc97404f96811b18ef88 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Tue, 28 Nov 2023 15:19:24 +0530 Subject: [PATCH] [Automated] Update the toml files --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 16 +--------------- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a69468c..6c05ea3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -2,7 +2,7 @@ distribution = "2201.7.0" org = "ballerinax" name = "mongodb" -version = "4.3.0" +version = "5.0.0-SNAPSHOT" license= ["Apache-2.0"] authors = ["Ballerina"] keywords = ["IT Operations/Databases", "Cost/Freemium"] @@ -13,10 +13,10 @@ repository = "https://github.com/ballerina-platform/module-ballerinax-mongodb" graalvmCompatible = true [[platform.java17.dependency]] -path = "../native/build/libs/mongodb-native-4.3.0.jar" +path = "../native/build/libs/mongodb-native-5.0.0-SNAPSHOT.jar" groupId = "org.ballerinalang" artifactId = "mongodb-native" -version = "4.3.0" +version = "5.0.0-SNAPSHOT" [[platform.java17.dependency]] groupId = "com.fasterxml.jackson.core" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index c38aa8a..52cc9b1 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -79,19 +79,6 @@ dependencies = [ {org = "ballerina", name = "jballerina.java"} ] -[[package]] -org = "ballerina" -name = "os" -version = "1.8.0" -scope = "testOnly" -dependencies = [ - {org = "ballerina", name = "io"}, - {org = "ballerina", name = "jballerina.java"} -] -modules = [ - {org = "ballerina", packageName = "os", moduleName = "os"} -] - [[package]] org = "ballerina" name = "test" @@ -116,12 +103,11 @@ dependencies = [ [[package]] org = "ballerinax" name = "mongodb" -version = "4.3.0" +version = "5.0.0-SNAPSHOT" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "log"}, - {org = "ballerina", name = "os"}, {org = "ballerina", name = "test"} ] modules = [