Skip to content

Commit

Permalink
Merge pull request #689 from ayeshLK/dependency_update
Browse files Browse the repository at this point in the history
Mark GraalVM compatibility
  • Loading branch information
TharmiganK authored Jun 15, 2023
2 parents e16aafa + 42f7581 commit 32b4daa
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 28 deletions.
15 changes: 9 additions & 6 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[package]
org = "ballerina"
name = "email"
version = "2.7.1"
version = "2.8.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.5.0"
distribution = "2201.7.0"

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
groupId = "com.sun.mail"
Expand All @@ -30,12 +33,12 @@ path = "./lib/mimepull-1.9.11.jar"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "email-native"
version = "2.7.1"
path = "../native/build/libs/email-native-2.7.1.jar"
version = "2.8.0"
path = "../native/build/libs/email-native-2.8.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "email-test-utils"
version = "2.7.1"
path = "../test-utils/build/libs/email-test-utils-2.7.1.jar"
version = "2.8.0"
path = "../test-utils/build/libs/email-test-utils-2.8.0-SNAPSHOT.jar"
scope = "testOnly"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1.jar"
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.8.0-SNAPSHOT.jar"
28 changes: 19 additions & 9 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.5.0"
distribution-version = "2201.6.0-20230614-102000-d1aade7d"

[[package]]
org = "ballerina"
name = "email"
version = "2.7.1"
version = "2.8.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.runtime"},
Expand All @@ -27,7 +27,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.1"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -50,6 +50,15 @@ dependencies = [
{org = "ballerina", name = "lang.object"}
]

[[package]]
org = "ballerina"
name = "lang.error"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "lang.int"
Expand Down Expand Up @@ -110,7 +119,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.7.1"
version = "2.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -124,7 +133,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.7.1"
version = "2.8.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -137,15 +146,15 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.7"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "task"
version = "2.3.2"
version = "2.4.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -160,7 +169,8 @@ name = "test"
version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.error"}
]
modules = [
{org = "ballerina", packageName = "test", moduleName = "test"}
Expand All @@ -169,7 +179,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.4"
version = "2.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
5 changes: 4 additions & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ 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.5.0"
distribution = "2201.7.0"

[platform.java11]
graalvmCompatible = true

[[platform.java11.dependency]]
groupId = "com.sun.mail"
Expand Down
22 changes: 11 additions & 11 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.caching=true
group=io.ballerina.stdlib
version=2.7.2-SNAPSHOT
version=2.8.0-SNAPSHOT
slf4jVersion=1.7.30
testngVersion=7.4.0
javaMailVersion=1.6.2
Expand All @@ -14,13 +14,13 @@ underCouchDownloadVersion=4.0.4
researchgateReleaseVersion=2.8.0
ballerinaGradlePluginVersion=1.1.0

ballerinaLangVersion=2201.5.0
stdlibTaskVersion=2.3.2
stdlibMimeVersion=2.7.1
stdlibFileVersion=1.7.1
stdlibTimeVersion=2.2.4
stdlibLogVersion=2.7.1
stdlibOsVersion=1.6.0
stdlibIoVersion=1.4.1
observeVersion=1.0.7
observeInternalVersion=1.0.6
ballerinaLangVersion=2201.6.0-20230614-102000-d1aade7d
stdlibTaskVersion=2.4.0-20230614-193200-996af8b
stdlibMimeVersion=2.8.0-20230614-201600-ffa7634
stdlibFileVersion=1.8.0-20230615-104200-e8d70cb
stdlibTimeVersion=2.3.0-20230614-151000-47027a9
stdlibLogVersion=2.8.0-20230614-193000-9f7edcd
stdlibOsVersion=1.7.0-20230614-193300-1fcd23f
stdlibIoVersion=1.5.0-20230614-150600-6387868
observeVersion=1.1.0-20230614-170700-802c054
observeInternalVersion=1.1.0-20230614-173400-75b87c5

0 comments on commit 32b4daa

Please sign in to comment.