From 3db777e0e5ff608187fabf758714ffca909c97f4 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Fri, 28 Feb 2025 15:29:51 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 8 ++++---- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 352423b9..7023166b 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "udp" -version = "1.12.1" +version = "1.12.2" authors = ["Ballerina"] keywords = ["UDP", "datagram", "transport"] repository = "https://github.com/ballerina-platform/module-ballerina-udp" @@ -15,11 +15,11 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "udp-native" -version = "1.12.1" -path = "../native/build/libs/udp-native-1.12.1.jar" +version = "1.12.2" +path = "../native/build/libs/udp-native-1.12.2-SNAPSHOT.jar" [[platform.java21.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.12.1.jar" +path = "../test-utils/build/libs/udp-test-utils-1.12.2-SNAPSHOT.jar" scope = "testOnly" [[platform.java21.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 8db0f014..bb011baa 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "udp-plugin" class = "io.ballerina.stdlib.udp.compiler.UdpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.12.1.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.12.2-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1aeafbd1..68f738aa 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0" +distribution-version = "2201.12.0-20250228-115200-f38db343" [[package]] org = "ballerina" @@ -113,7 +113,7 @@ modules = [ [[package]] org = "ballerina" name = "udp" -version = "1.12.1" +version = "1.12.2" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, From 7e93473cb5b22b80f7b43a9f3b43da0043275c40 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Fri, 28 Feb 2025 15:30:19 +0530 Subject: [PATCH 2/2] [Automated] Update the lang version to 2201.12.0-20250228-115200-f38db343 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 51e394f8..4f243434 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.12.2-SNAPSHOT -ballerinaLangVersion=2201.11.0 +ballerinaLangVersion=2201.12.0-20250228-115200-f38db343 puppycrawlCheckstyleVersion=10.12.0 githubJohnrengelmanShadowVersion=8.1.1