Skip to content

Commit dabd40b

Browse files
committed
[Automated] Update the native jar versions
1 parent eb0eaf6 commit dabd40b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

ballerina/Ballerina.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[package]
22
org = "ballerina"
33
name = "oauth2"
4-
version = "2.13.1"
4+
version = "2.14.0"
55
authors = ["Ballerina"]
66
keywords = ["security", "authorization", "introspection"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-oauth2"
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 = "oauth2-native"
18-
version = "2.13.1"
19-
path = "../native/build/libs/oauth2-native-2.13.1-SNAPSHOT.jar"
18+
version = "2.14.0"
19+
path = "../native/build/libs/oauth2-native-2.14.0-SNAPSHOT.jar"

ballerina/Dependencies.toml

Lines changed: 10 additions & 10 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 = "cache"
13-
version = "3.9.0"
13+
version = "3.10.0"
1414
dependencies = [
1515
{org = "ballerina", name = "constraint"},
1616
{org = "ballerina", name = "jballerina.java"},
@@ -24,15 +24,15 @@ modules = [
2424
[[package]]
2525
org = "ballerina"
2626
name = "constraint"
27-
version = "1.6.0"
27+
version = "1.7.0"
2828
dependencies = [
2929
{org = "ballerina", name = "jballerina.java"}
3030
]
3131

3232
[[package]]
3333
org = "ballerina"
3434
name = "crypto"
35-
version = "2.8.0"
35+
version = "2.9.0"
3636
dependencies = [
3737
{org = "ballerina", name = "jballerina.java"},
3838
{org = "ballerina", name = "time"}
@@ -44,7 +44,7 @@ modules = [
4444
[[package]]
4545
org = "ballerina"
4646
name = "io"
47-
version = "1.7.0"
47+
version = "1.8.0"
4848
dependencies = [
4949
{org = "ballerina", name = "jballerina.java"},
5050
{org = "ballerina", name = "lang.value"}
@@ -116,7 +116,7 @@ dependencies = [
116116
[[package]]
117117
org = "ballerina"
118118
name = "log"
119-
version = "2.11.0"
119+
version = "2.12.0"
120120
dependencies = [
121121
{org = "ballerina", name = "io"},
122122
{org = "ballerina", name = "jballerina.java"},
@@ -130,7 +130,7 @@ modules = [
130130
[[package]]
131131
org = "ballerina"
132132
name = "oauth2"
133-
version = "2.13.1"
133+
version = "2.14.0"
134134
dependencies = [
135135
{org = "ballerina", name = "cache"},
136136
{org = "ballerina", name = "crypto"},
@@ -148,15 +148,15 @@ modules = [
148148
[[package]]
149149
org = "ballerina"
150150
name = "observe"
151-
version = "1.4.0"
151+
version = "1.5.0"
152152
dependencies = [
153153
{org = "ballerina", name = "jballerina.java"}
154154
]
155155

156156
[[package]]
157157
org = "ballerina"
158158
name = "task"
159-
version = "2.6.0"
159+
version = "2.7.0"
160160
dependencies = [
161161
{org = "ballerina", name = "jballerina.java"},
162162
{org = "ballerina", name = "time"}
@@ -179,7 +179,7 @@ modules = [
179179
[[package]]
180180
org = "ballerina"
181181
name = "time"
182-
version = "2.6.0"
182+
version = "2.7.0"
183183
dependencies = [
184184
{org = "ballerina", name = "jballerina.java"}
185185
]
@@ -190,7 +190,7 @@ modules = [
190190
[[package]]
191191
org = "ballerina"
192192
name = "url"
193-
version = "2.5.0"
193+
version = "2.6.0"
194194
dependencies = [
195195
{org = "ballerina", name = "jballerina.java"}
196196
]

0 commit comments

Comments
 (0)