From 4a929b219fa07184caf9ae54eb15aac1b0f8e838 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Mon, 28 Oct 2024 23:20:27 +0530 Subject: [PATCH] [Automated] Update the toml files --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 7fc7d08..22e9105 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "ldap" -version = "1.0.2" +version = "1.1.0" authors = ["Ballerina"] export=["ldap"] keywords = ["ldap"] @@ -15,8 +15,8 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.lib" artifactId = "ldap-native" -version = "1.0.2-SNAPSHOT" -path = "../native/build/libs/ldap-native-1.0.2-SNAPSHOT.jar" +version = "1.1.0-SNAPSHOT" +path = "../native/build/libs/ldap-native-1.1.0-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "com.unboundid" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8a69f31..80b73fd 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.10.0" +distribution-version = "2201.9.0" [[package]] org = "ballerina" @@ -65,7 +65,7 @@ scope = "testOnly" [[package]] org = "ballerina" name = "ldap" -version = "1.0.2" +version = "1.1.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"},