Skip to content

Commit 1a07d88

Browse files
author
ballerina-bot
committed
[Automated] Update the native jar versions
1 parent 9c3be9e commit 1a07d88

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "oauth2-native"
1818
version = "2.15.0"
19-
path = "../native/build/libs/oauth2-native-2.15.0-SNAPSHOT.jar"
19+
path = "../native/build/libs/oauth2-native-2.15.0.jar"

ballerina/Dependencies.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.13.0-20251015-051600-27035519"
8+
distribution-version = "2201.13.0"
99

1010
[[package]]
1111
org = "ballerina"
@@ -37,6 +37,9 @@ dependencies = [
3737
{org = "ballerina", name = "jballerina.java"},
3838
{org = "ballerina", name = "time"}
3939
]
40+
modules = [
41+
{org = "ballerina", packageName = "crypto", moduleName = "crypto"}
42+
]
4043

4144
[[package]]
4245
org = "ballerina"
@@ -138,10 +141,12 @@ name = "oauth2"
138141
version = "2.15.0"
139142
dependencies = [
140143
{org = "ballerina", name = "cache"},
144+
{org = "ballerina", name = "crypto"},
141145
{org = "ballerina", name = "jballerina.java"},
142146
{org = "ballerina", name = "lang.runtime"},
143147
{org = "ballerina", name = "log"},
144148
{org = "ballerina", name = "test"},
149+
{org = "ballerina", name = "time"},
145150
{org = "ballerina", name = "url"}
146151
]
147152
modules = [
@@ -187,6 +192,9 @@ version = "2.8.0"
187192
dependencies = [
188193
{org = "ballerina", name = "jballerina.java"}
189194
]
195+
modules = [
196+
{org = "ballerina", packageName = "time", moduleName = "time"}
197+
]
190198

191199
[[package]]
192200
org = "ballerina"

0 commit comments

Comments
 (0)