diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index acc09ce5..51e0677e 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "udp" -version = "1.11.1" +version = "1.12.0" 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.11.1" -path = "../native/build/libs/udp-native-1.11.1-SNAPSHOT.jar" +version = "1.12.0" +path = "../native/build/libs/udp-native-1.12.0-SNAPSHOT.jar" [[platform.java21.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.11.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/udp-test-utils-1.12.0-SNAPSHOT.jar" scope = "testOnly" [[platform.java21.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index f82777bc..2a5b6f80 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.11.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.12.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index fe350b0d..b5425979 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -113,7 +113,7 @@ modules = [ [[package]] org = "ballerina" name = "udp" -version = "1.11.1" +version = "1.12.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, diff --git a/gradle.properties b/gradle.properties index a53fcc0b..012767fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.1-SNAPSHOT +version=1.12.0-SNAPSHOT ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc puppycrawlCheckstyleVersion=10.12.0