Skip to content

Commit def0849

Browse files
authored
Merge pull request ballerina-platform#1079 from ballerina-platform/release-1.13.0
[Automated] Sync main after 1.13.0 release
2 parents 84bbb82 + 43d7e60 commit def0849

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

Diff for: ballerina/Ballerina.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "websubhub-native"
1818
version = "1.13.0"
19-
path = "../native/build/libs/websubhub-native-1.13.0-SNAPSHOT.jar"
19+
path = "../native/build/libs/websubhub-native-1.13.0.jar"

Diff for: ballerina/CompilerPlugin.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "websubhub-compiler-plugin"
33
class = "io.ballerina.stdlib.websubhub.WebSubHubCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.13.0-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.13.0.jar"

Diff for: ballerina/Dependencies.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[ballerina]
77
dependencies-toml-version = "2"
8-
distribution-version = "2201.11.0-20241121-075100-c4c87cbc"
8+
distribution-version = "2201.11.0"
99

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

Diff for: gradle.properties

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
3-
version=1.13.0-SNAPSHOT
4-
ballerinaLangVersion=2201.11.0-20250127-101700-a4b67fe5
3+
version=1.13.1-SNAPSHOT
4+
ballerinaLangVersion=2201.11.0
55
testngVersion=7.6.1
66
ballerinaGradlePluginVersion=2.3.0
77
gsonVersion=2.8.8
@@ -13,35 +13,35 @@ downloadPluginVersion=5.4.0
1313
releasePluginVersion=2.8.0
1414

1515
# Direct Dependencies
16-
stdlibIoVersion=1.7.0-20250127-170200-0d36f73
17-
stdlibRandomVersion=1.6.0-20250127-172500-3217a75
18-
stdlibTimeVersion=2.6.0-20250127-170200-86bdc5a
19-
stdlibUrlVersion=2.5.0-20250127-170200-e4cac31
20-
stdlibCryptoVersion=2.8.0-20250127-170800-6c52ac3
21-
stdlibLogVersion=2.11.0-20250127-173700-45079a8
22-
stdlibMimeVersion=2.11.0-20250127-182500-46c9896
23-
stdlibUuidVersion=1.9.0-20250127-181300-0f9a3f6
24-
stdlibHttpVersion=2.13.0-20250129-095000-ebfea77
16+
stdlibIoVersion=1.7.0
17+
stdlibRandomVersion=1.6.0
18+
stdlibTimeVersion=2.6.0
19+
stdlibUrlVersion=2.5.0
20+
stdlibCryptoVersion=2.8.0
21+
stdlibLogVersion=2.11.0
22+
stdlibMimeVersion=2.11.0
23+
stdlibUuidVersion=1.9.0
24+
stdlibHttpVersion=2.13.0
2525

2626
# Transitive Dependencies
2727

2828
# Level 01
29-
stdlibConstraintVersion=1.6.0-20250127-170900-48ad9ae
29+
stdlibConstraintVersion=1.6.0
3030

3131
# Level 02
32-
stdlibOsVersion=1.9.0-20250127-170900-54f2a57
33-
stdlibTaskVersion=2.6.0-20250127-171400-af6480d
32+
stdlibOsVersion=1.9.0
33+
stdlibTaskVersion=2.6.0
3434

3535
# Level 03
36-
stdlibCacheVersion=3.9.0-20250127-173100-ebe1e73
37-
stdlibFileVersion=1.11.0-20250128-125300-1f45bfa
36+
stdlibCacheVersion=3.9.0
37+
stdlibFileVersion=1.11.0
3838

3939
# Level 04
40-
stdlibAuthVersion=2.13.0-20250127-182300-e14b66f
41-
stdlibDataJsonDataVersion=1.0.0-20250128-132900-8fbc703
42-
stdlibJwtVersion=2.14.0-20250127-182500-ce5b71c
43-
stdlibOAuth2Version=2.13.0-20250127-182700-5ce88a0
40+
stdlibAuthVersion=2.13.0
41+
stdlibDataJsonDataVersion=1.0.0
42+
stdlibJwtVersion=2.14.0
43+
stdlibOAuth2Version=2.13.0
4444

4545
# Ballerinax Observe
46-
observeVersion=1.4.0-20250127-170200-f9c0dec
47-
observeInternalVersion=1.4.0-20250127-171000-b05ff1d
46+
observeVersion=1.4.0
47+
observeInternalVersion=1.4.0

0 commit comments

Comments
 (0)