Skip to content

Commit e9a08f6

Browse files
authored
Merge pull request #563 from ballerina-platform/update-12
Update dependency versions
2 parents 8bfce1b + 02f1e91 commit e9a08f6

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

ballerina/Ballerina.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
[package]
22
org = "ballerina"
33
name = "file"
4-
version = "1.11.1"
4+
version = "1.12.0"
55
authors = ["Ballerina"]
66
keywords = ["file", "path", "directory", "filepath"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-file"
88
icon = "icon.png"
99
license = ["Apache-2.0"]
10-
distribution = "2201.11.0"
10+
distribution = "2201.12.0"
1111

1212
[platform.java21]
1313
graalvmCompatible = true
1414

1515
[[platform.java21.dependency]]
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "file-native"
18-
version = "1.11.1"
19-
path = "../native/build/libs/file-native-1.11.1-SNAPSHOT.jar"
18+
version = "1.12.0"
19+
path = "../native/build/libs/file-native-1.12.0-SNAPSHOT.jar"
2020

2121
[[platform.java21.dependency]]
2222
path = "./lib/org.wso2.transport.local-file-system-6.0.55.jar"
2323

2424
[[platform.java21.dependency]]
25-
path = "../test-utils/build/libs/file-test-utils-1.11.1-SNAPSHOT.jar"
25+
path = "../test-utils/build/libs/file-test-utils-1.12.0-SNAPSHOT.jar"
2626
scope = "testOnly"

ballerina/CompilerPlugin.toml

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

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/file-compiler-plugin-1.11.1-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/file-compiler-plugin-1.12.0-SNAPSHOT.jar"

ballerina/Dependencies.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distribution-version = "2201.12.0-20250228-201300-8d411a0f"
1010
[[package]]
1111
org = "ballerina"
1212
name = "file"
13-
version = "1.11.1"
13+
version = "1.12.0"
1414
dependencies = [
1515
{org = "ballerina", name = "io"},
1616
{org = "ballerina", name = "jballerina.java"},
@@ -27,7 +27,7 @@ modules = [
2727
[[package]]
2828
org = "ballerina"
2929
name = "io"
30-
version = "1.7.0"
30+
version = "1.8.0"
3131
dependencies = [
3232
{org = "ballerina", name = "jballerina.java"},
3333
{org = "ballerina", name = "lang.value"}
@@ -114,7 +114,7 @@ dependencies = [
114114
[[package]]
115115
org = "ballerina"
116116
name = "os"
117-
version = "1.9.0"
117+
version = "1.10.0"
118118
dependencies = [
119119
{org = "ballerina", name = "io"},
120120
{org = "ballerina", name = "jballerina.java"}
@@ -140,7 +140,7 @@ modules = [
140140
[[package]]
141141
org = "ballerina"
142142
name = "time"
143-
version = "2.6.0"
143+
version = "2.7.0"
144144
dependencies = [
145145
{org = "ballerina", name = "jballerina.java"}
146146
]

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ underCouchDownloadVersion=5.4.0
1313
researchgateReleaseVersion=2.8.0
1414

1515
transportVersion=6.0.55
16-
stdlibTimeVersion=2.6.0
17-
stdlibIoVersion=1.7.0
18-
stdlibLogVersion=2.11.0
19-
stdlibOsVersion=1.9.0
20-
observeVersion=1.4.0
21-
observeInternalVersion=1.4.0
16+
stdlibTimeVersion=2.7.0-20250304-133100-009bfd7
17+
stdlibIoVersion=1.8.0-20250304-133300-967a7a4
18+
stdlibLogVersion=2.12.0-20250305-165600-b4606dd
19+
stdlibOsVersion=1.10.0-20250305-165700-ad282f0
20+
observeVersion=1.5.0-20250304-140800-d60274b
21+
observeInternalVersion=1.5.0-20250305-160800-51dc066

0 commit comments

Comments
 (0)