Skip to content

Commit dcea03d

Browse files
authored
Merge pull request #1363 from ballerina-platform/timestamped-version-update12
[Automated] Update the lang version to 2201.12.0-20250228-201300-8d411a0f
2 parents 267a0f4 + c9c2423 commit dcea03d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ballerina/Ballerina.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
org = "ballerina"
33
name = "oauth2"
4-
version = "2.13.0"
4+
version = "2.13.1"
55
authors = ["Ballerina"]
66
keywords = ["security", "authorization", "introspection"]
77
repository = "https://github.com/ballerina-platform/module-ballerina-oauth2"
@@ -15,5 +15,5 @@ graalvmCompatible = true
1515
[[platform.java21.dependency]]
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "oauth2-native"
18-
version = "2.13.0"
19-
path = "../native/build/libs/oauth2-native-2.13.0.jar"
18+
version = "2.13.1"
19+
path = "../native/build/libs/oauth2-native-2.13.1-SNAPSHOT.jar"

ballerina/Dependencies.toml

Lines changed: 2 additions & 2 deletions
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"
8+
distribution-version = "2201.12.0-20250228-201300-8d411a0f"
99

1010
[[package]]
1111
org = "ballerina"
@@ -130,7 +130,7 @@ modules = [
130130
[[package]]
131131
org = "ballerina"
132132
name = "oauth2"
133-
version = "2.13.0"
133+
version = "2.13.1"
134134
dependencies = [
135135
{org = "ballerina", name = "cache"},
136136
{org = "ballerina", name = "crypto"},

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.caching=true
22
group=io.ballerina.stdlib
33
version=2.13.1-SNAPSHOT
4-
ballerinaLangVersion=2201.11.0
4+
ballerinaLangVersion=2201.12.0-20250228-201300-8d411a0f
55

66
checkstylePluginVersion=10.12.0
77
spotbugsPluginVersion=6.0.18

0 commit comments

Comments
 (0)