Skip to content

Commit 9ce3c1c

Browse files
authored
Merge pull request #1378 from ballerina-platform/release-2.14.0
[Automated] Sync master after 2.14.0 release
2 parents 2986c2e + e5d8af1 commit 9ce3c1c

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
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.14.0"
19-
path = "../native/build/libs/oauth2-native-2.14.0-SNAPSHOT.jar"
19+
path = "../native/build/libs/oauth2-native-2.14.0.jar"

ballerina/Dependencies.toml

Lines changed: 1 addition & 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.12.0-20250228-201300-8d411a0f"
8+
distribution-version = "2201.12.0"
99

1010
[[package]]
1111
org = "ballerina"

gradle.properties

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=2.14.0-SNAPSHOT
4-
ballerinaLangVersion=2201.12.0-20250311-124800-b9003fed
3+
version=2.14.1-SNAPSHOT
4+
ballerinaLangVersion=2201.12.0
55

66
checkstylePluginVersion=10.12.0
77
spotbugsPluginVersion=6.0.18
@@ -12,19 +12,19 @@ ballerinaGradlePluginVersion=2.3.0
1212

1313
# Dependencies
1414
# Level 01
15-
stdlibIoVersion=1.8.0-20250311-132600-1ffe624
16-
stdlibTimeVersion=2.7.0-20250311-132600-1d5e2cb
17-
stdlibUrlVersion=2.6.0-20250311-132600-48fcfef
15+
stdlibIoVersion=1.8.0
16+
stdlibTimeVersion=2.7.0
17+
stdlibUrlVersion=2.6.0
1818

1919
# Level 02
20-
stdlibConstraintVersion=1.7.0-20250311-133400-acfb095
21-
stdlibCryptoVersion=2.9.0-20250311-133400-9758410
22-
stdlibLogVersion=2.12.0-20250311-135900-9f3c638
23-
stdlibTaskVersion=2.7.0-20250311-133800-5ee5469
20+
stdlibConstraintVersion=1.7.0
21+
stdlibCryptoVersion=2.9.0
22+
stdlibLogVersion=2.12.0
23+
stdlibTaskVersion=2.7.0
2424

2525
# Level 03
26-
stdlibCacheVersion=3.10.0-20250311-135100-8197b04
26+
stdlibCacheVersion=3.10.0
2727

2828
# Ballerina Observe
29-
observeVersion=1.5.0-20250311-132700-a89f57a
30-
observeInternalVersion=1.5.0-20250311-133700-3a1a70b
29+
observeVersion=1.5.0
30+
observeInternalVersion=1.5.0

0 commit comments

Comments
 (0)