From a8f0662c567fb17322330279a639ddac3cff5542 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Wed, 7 Aug 2024 11:32:10 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 12 ++++++------ ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 19 +++++++++++++++---- 3 files changed, 22 insertions(+), 11 deletions(-) mode change 100755 => 100644 ballerina/Ballerina.toml diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml old mode 100755 new mode 100644 index c7f2ccf5..f27dca53 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerina" name = "email" -version = "2.9.1" +version = "2.10.0" authors = ["Ballerina"] keywords = ["email", "SMTP", "POP", "POP3", "IMAP", "mail"] repository = "https://github.com/ballerina-platform/module-ballerina-email" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true @@ -39,12 +39,12 @@ path = "./lib/activation-1.1.1.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "email-native" -version = "2.9.1" -path = "../native/build/libs/email-native-2.9.1-SNAPSHOT.jar" +version = "2.10.0" +path = "../native/build/libs/email-native-2.10.0-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "email-test-utils" -version = "2.9.1" -path = "../test-utils/build/libs/email-test-utils-2.9.1-SNAPSHOT.jar" +version = "2.10.0" +path = "../test-utils/build/libs/email-test-utils-2.10.0-SNAPSHOT.jar" scope = "testOnly" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 6472ff5a..4d0bdd99 100755 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "email-compiler-plugin" class = "io.ballerina.stdlib.email.compiler.EmailCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/email-compiler-plugin-2.9.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/email-compiler-plugin-2.10.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 27425d99..21757745 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0" +distribution-version = "2201.10.0-20240806-083400-aabac46a" [[package]] org = "ballerina" name = "email" -version = "2.9.1" +version = "2.10.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.runtime"}, @@ -50,6 +50,16 @@ dependencies = [ {org = "ballerina", name = "lang.object"} ] +[[package]] +org = "ballerina" +name = "lang.array" +version = "0.0.0" +scope = "testOnly" +dependencies = [ + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.__internal"} +] + [[package]] org = "ballerina" name = "lang.error" @@ -133,7 +143,7 @@ modules = [ [[package]] org = "ballerina" name = "mime" -version = "2.9.0" +version = "2.10.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -146,7 +156,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.0" +version = "1.3.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -170,6 +180,7 @@ version = "0.0.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.array"}, {org = "ballerina", name = "lang.error"} ] modules = [ From a82aa2bdd6f588a297863e1f36a096c5a0148218 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Wed, 7 Aug 2024 11:33:13 +0530 Subject: [PATCH 2/2] Update dependency versions --- build-config/resources/Ballerina.toml | 2 +- gradle.properties | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 5b46b11d..5eddbfdf 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["email", "SMTP", "POP", "POP3", "IMAP", "mail"] repository = "https://github.com/ballerina-platform/module-ballerina-email" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.10.0" [platform.java17] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index 1103cfaf..dd3c8ede 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.9.1-SNAPSHOT +version=2.10.0-SNAPSHOT slf4jVersion=1.7.30 testngVersion=7.6.1 javaMailVersion=1.6.2 @@ -15,13 +15,13 @@ underCouchDownloadVersion=5.4.0 researchgateReleaseVersion=2.8.0 ballerinaGradlePluginVersion=2.0.1 -ballerinaLangVersion=2201.8.0 +ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a stdlibTaskVersion=2.5.0 -stdlibMimeVersion=2.9.0 +stdlibMimeVersion=2.10.0-20240807-095900-dac5209 stdlibFileVersion=1.9.0 stdlibTimeVersion=2.4.0 stdlibLogVersion=2.9.0 stdlibOsVersion=1.8.0 stdlibIoVersion=1.6.0 -observeVersion=1.2.0 -observeInternalVersion=1.2.0 +observeVersion=1.3.0-20240807-093200-e29ca7a +observeInternalVersion=1.3.0-20240807-094500-91e2d3a