Skip to content

Commit f5fb8ef

Browse files
authored
Merge pull request #1367 from ballerina-platform/update-12
Update dependency versions
2 parents 32ebf4d + dabd40b commit f5fb8ef

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
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
]

gradle.properties

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ ballerinaGradlePluginVersion=2.3.0
1212

1313
# Dependencies
1414
# Level 01
15-
stdlibIoVersion=1.7.0
16-
stdlibTimeVersion=2.6.0
17-
stdlibUrlVersion=2.5.0
15+
stdlibIoVersion=1.8.0-20250304-133300-967a7a4
16+
stdlibTimeVersion=2.7.0-20250304-133100-009bfd7
17+
stdlibUrlVersion=2.6.0-20250304-133100-78baea0
1818

1919
# Level 02
20-
stdlibConstraintVersion=1.6.0
21-
stdlibCryptoVersion=2.8.0
22-
stdlibLogVersion=2.11.0
23-
stdlibTaskVersion=2.6.0
20+
stdlibConstraintVersion=1.7.0-20250305-165400-52275bd
21+
stdlibCryptoVersion=2.9.0-20250305-165500-b42b932
22+
stdlibLogVersion=2.12.0-20250305-165600-b4606dd
23+
stdlibTaskVersion=2.7.0-20250305-173600-1c8b667
2424

2525
# Level 03
26-
stdlibCacheVersion=3.9.0
26+
stdlibCacheVersion=3.10.0-20250305-175000-1e05eb3
2727

2828
# Ballerina Observe
29-
observeVersion=1.4.0
30-
observeInternalVersion=1.4.0
29+
observeVersion=1.5.0-20250304-140800-d60274b
30+
observeInternalVersion=1.5.0-20250305-160800-51dc066

0 commit comments

Comments
 (0)