Skip to content

Commit 229ff6e

Browse files
authored
Merge pull request #857 from Nuvindu/master
Update dependency versions for update 11
2 parents 4d56eac + 02e18eb commit 229ff6e

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

ballerina/Ballerina.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
org = "ballerina"
33
name = "email"
4-
version = "2.10.1"
4+
version = "2.11.0"
55
authors = ["Ballerina"]
66
keywords = ["email", "SMTP", "POP", "POP3", "IMAP", "mail"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-email"
88
icon = "icon.png"
99
license = ["Apache-2.0"]
10-
distribution = "2201.10.0"
10+
distribution = "2201.11.0"
1111

1212
[platform.java21]
1313
graalvmCompatible = true
@@ -39,12 +39,12 @@ path = "./lib/activation-1.1.1.jar"
3939
[[platform.java21.dependency]]
4040
groupId = "io.ballerina.stdlib"
4141
artifactId = "email-native"
42-
version = "2.10.1"
43-
path = "../native/build/libs/email-native-2.10.1-SNAPSHOT.jar"
42+
version = "2.11.0"
43+
path = "../native/build/libs/email-native-2.11.0-SNAPSHOT.jar"
4444

4545
[[platform.java21.dependency]]
4646
groupId = "io.ballerina.stdlib"
4747
artifactId = "email-test-utils"
48-
version = "2.10.1"
49-
path = "../test-utils/build/libs/email-test-utils-2.10.1-SNAPSHOT.jar"
48+
version = "2.11.0"
49+
path = "../test-utils/build/libs/email-test-utils-2.11.0-SNAPSHOT.jar"
5050
scope = "testOnly"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "email-compiler-plugin"
33
class = "io.ballerina.stdlib.email.compiler.EmailCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.10.1-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/email-compiler-plugin-2.11.0-SNAPSHOT.jar"

ballerina/Dependencies.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.11.0-20241112-214900-6b80ab87"
8+
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
99

1010
[[package]]
1111
org = "ballerina"
1212
name = "email"
13-
version = "2.10.1"
13+
version = "2.11.0"
1414
dependencies = [
1515
{org = "ballerina", name = "jballerina.java"},
1616
{org = "ballerina", name = "lang.runtime"},
@@ -27,7 +27,7 @@ modules = [
2727
[[package]]
2828
org = "ballerina"
2929
name = "io"
30-
version = "1.6.2"
30+
version = "1.7.0"
3131
dependencies = [
3232
{org = "ballerina", name = "jballerina.java"},
3333
{org = "ballerina", name = "lang.value"}
@@ -129,7 +129,7 @@ dependencies = [
129129
[[package]]
130130
org = "ballerina"
131131
name = "log"
132-
version = "2.10.1"
132+
version = "2.11.0"
133133
dependencies = [
134134
{org = "ballerina", name = "io"},
135135
{org = "ballerina", name = "jballerina.java"},
@@ -143,7 +143,7 @@ modules = [
143143
[[package]]
144144
org = "ballerina"
145145
name = "mime"
146-
version = "2.10.2"
146+
version = "2.11.0"
147147
dependencies = [
148148
{org = "ballerina", name = "io"},
149149
{org = "ballerina", name = "jballerina.java"},
@@ -165,7 +165,7 @@ dependencies = [
165165
[[package]]
166166
org = "ballerina"
167167
name = "task"
168-
version = "2.5.1"
168+
version = "2.6.0"
169169
dependencies = [
170170
{org = "ballerina", name = "jballerina.java"},
171171
{org = "ballerina", name = "time"}

build-config/resources/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["email", "SMTP", "POP", "POP3", "IMAP", "mail"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-email"
88
icon = "icon.png"
99
license = ["Apache-2.0"]
10-
distribution = "2201.10.0"
10+
distribution = "2201.11.0"
1111

1212
[platform.java21]
1313
graalvmCompatible = true

gradle.properties

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=2.10.1-SNAPSHOT
3+
version=2.11.0-SNAPSHOT
44
slf4jVersion=1.7.30
55
testngVersion=7.6.1
66
javaMailVersion=1.6.2
@@ -13,15 +13,15 @@ githubSpotbugsVersion=6.0.18
1313
githubJohnrengelmanShadowVersion=8.1.1
1414
underCouchDownloadVersion=5.4.0
1515
researchgateReleaseVersion=2.8.0
16-
ballerinaGradlePluginVersion=2.0.1
16+
ballerinaGradlePluginVersion=2.2.4
1717

18-
ballerinaLangVersion=2201.11.0-20241112-214900-6b80ab87
19-
stdlibTaskVersion=2.5.1-20241113-123500-f905281
20-
stdlibMimeVersion=2.10.2-20241113-154200-d953747
21-
stdlibFileVersion=1.10.1-20241113-151700-e1a2e38
22-
stdlibTimeVersion=2.6.0-20241113-073800-201b904
23-
stdlibLogVersion=2.10.1-20241113-120000-4577868
24-
stdlibOsVersion=1.8.1-20241113-122000-cca973b
25-
stdlibIoVersion=1.6.2-20241112-233100-995cf5f
26-
observeVersion=1.4.0-20241113-092000-b83ae74
27-
observeInternalVersion=1.3.1-20241113-101700-265054d
18+
ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc
19+
stdlibTaskVersion=2.6.0-20241122-124800-cb84357
20+
stdlibMimeVersion=2.11.0-20241125-094600-bbddf94
21+
stdlibFileVersion=1.11.0-20241122-180900-dff344c
22+
stdlibTimeVersion=2.6.0-20241122-120400-97742a7
23+
stdlibLogVersion=2.11.0-20241122-150100-2e1a3ca
24+
stdlibOsVersion=1.9.0-20241122-071800-1fae486
25+
stdlibIoVersion=1.7.0-20241121-173300-0fbd5d4
26+
observeVersion=1.4.0-20241122-184200-c596093
27+
observeInternalVersion=1.4.0-20241122-185200-9e5b1bb

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)