diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index a2838e78..9bbdb349 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,13 +1,13 @@ [package] org = "ballerina" name = "auth" -version = "2.13.0" +version = "2.13.1" authors = ["Ballerina"] keywords = ["security", "authentication", "basic auth"] repository = "https://github.com/ballerina-platform/module-ballerina-auth" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.11.0" +distribution = "2201.12.0-20250226-081700-17d84e0f" [platform.java21] graalvmCompatible = true @@ -15,5 +15,5 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "auth-native" -version = "2.13.0" -path = "../native/build/libs/auth-native-2.13.0.jar" +version = "2.13.1" +path = "../native/build/libs/auth-native-2.13.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index cf2417e3..33e5b024 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.11.0" [[package]] org = "ballerina" name = "auth" -version = "2.13.0" +version = "2.13.1" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 1eec9503..72293b87 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["security", "authentication", "basic auth"] repository = "https://github.com/ballerina-platform/module-ballerina-auth" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.11.0" +distribution = "2201.12.0-20250226-081700-17d84e0f" [platform.java21] graalvmCompatible = true