Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ path = "../native/build/libs/websocket-native-2.14.0-SNAPSHOT.jar"
groupId = "io.ballerina.stdlib"
artifactId = "http-native"
version = "2.14.0"
path = "./lib/http-native-2.14.0-20250226-085300-8348bec.jar"
path = "./lib/http-native-2.14.0-20250305-195600-c559baa.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mime-native"
version = "2.11.0"
path = "./lib/mime-native-2.11.0.jar"
version = "2.12.0"
path = "./lib/mime-native-2.12.0-20250305-174800-8528404.jar"

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.6.0"
path = "./lib/constraint-native-1.6.0.jar"
version = "1.7.0"
path = "./lib/constraint-native-1.7.0-20250305-165400-52275bd.jar"

[[platform.java21.dependency]]
groupId = "io.netty"
Expand Down
32 changes: 16 additions & 16 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.12.0-20250228-201300-8d411a0f"
[[package]]
org = "ballerina"
name = "auth"
version = "2.13.0"
version = "2.14.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -25,7 +25,7 @@ modules = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.9.0"
version = "3.10.0"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -36,7 +36,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.6.0"
version = "1.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -47,7 +47,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.8.0"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -56,7 +56,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "data.jsondata"
version = "1.0.0"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.object"}
Expand All @@ -65,7 +65,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.11.0"
version = "1.12.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -109,7 +109,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.7.0"
version = "1.8.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -129,7 +129,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.14.0"
version = "2.15.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -242,7 +242,7 @@ modules = [
[[package]]
org = "ballerina"
name = "log"
version = "2.11.0"
version = "2.12.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -256,7 +256,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.11.0"
version = "2.12.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -267,7 +267,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.13.0"
version = "2.14.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand All @@ -283,15 +283,15 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.4.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "os"
version = "1.9.0"
version = "1.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -300,7 +300,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "task"
version = "2.6.0"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -323,7 +323,7 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.6.0"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -334,7 +334,7 @@ modules = [
[[package]]
org = "ballerina"
name = "url"
version = "2.5.0"
version = "2.6.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down
38 changes: 19 additions & 19 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,32 @@ releasePluginVersion=2.8.0

# Standard Library Dependencies
# Level 01
stdlibIoVersion=1.7.0
stdlibTimeVersion=2.6.0
stdlibUrlVersion=2.5.0
stdlibIoVersion=1.8.0-20250304-133300-967a7a4
stdlibTimeVersion=2.7.0-20250304-133100-009bfd7
stdlibUrlVersion=2.6.0-20250304-133100-78baea0

# Level 02
stdlibConstraintVersion=1.6.0
stdlibCryptoVersion=2.8.0
stdlibLogVersion=2.11.0
stdlibOsVersion=1.9.0
stdlibTaskVersion=2.6.0
stdlibConstraintVersion=1.7.0-20250305-165400-52275bd
stdlibCryptoVersion=2.9.0-20250305-165500-b42b932
stdlibLogVersion=2.12.0-20250305-165600-b4606dd
stdlibOsVersion=1.10.0-20250305-204300-3f8417d
stdlibTaskVersion=2.7.0-20250305-173600-1c8b667

# Level 03
stdlibCacheVersion=3.9.0
stdlibFileVersion=1.11.0
stdlibMimeVersion=2.11.0
stdlibUuidVersion=1.9.0
stdlibCacheVersion=3.10.0-20250305-175000-1e05eb3
stdlibFileVersion=1.12.0-20250305-204800-827a6c2
stdlibMimeVersion=2.12.0-20250305-174800-8528404
stdlibUuidVersion=1.10.0-20250305-175100-746df53

# Level 04
stdlibAuthVersion=2.13.0
stdlibDataJsonDataVersion=1.0.0
stdlibJwtVersion=2.14.0
stdlibOAuth2Version=2.13.0
stdlibAuthVersion=2.14.0-20250305-182200-ed0a9db
stdlibDataJsonDataVersion=1.1.0-20250305-182300-23e3c81
stdlibJwtVersion=2.15.0-20250305-182000-1eefc7e
stdlibOAuth2Version=2.14.0-20250305-182700-f5fb8ef

# Level 05
stdlibHttpVersion=2.14.0-20250226-085300-8348bec
stdlibHttpVersion=2.14.0-20250305-195600-c559baa

# Ballerinax Observer
observeVersion=1.4.0
observeInternalVersion=1.4.0
observeVersion=1.5.0-20250304-140800-d60274b
observeInternalVersion=1.5.0-20250305-160800-51dc066
Loading