From d629d910b3bb0fa38cf28ed12257c8178961d775 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 13 Feb 2025 07:26:17 +0000 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 28 ++++++++++++++-------------- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 675b6a0e..99f76647 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "udp" -version = "1.11.1" +version = "1.11.2" authors = ["Ballerina"] keywords = ["UDP", "datagram", "transport"] repository = "https://github.com/ballerina-platform/module-ballerina-udp" @@ -15,39 +15,39 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "udp-native" -version = "1.11.1" -path = "../native/build/libs/udp-native-1.11.1.jar" +version = "1.11.2" +path = "../native/build/libs/udp-native-1.11.2-SNAPSHOT.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.11.1.jar" +path = "../test-utils/build/libs/udp-test-utils-1.11.2-SNAPSHOT.jar" scope = "testOnly" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-handler" -version = "4.1.115.Final" -path = "./lib/netty-handler-4.1.115.Final.jar" +version = "4.1.118.Final" +path = "./lib/netty-handler-4.1.118.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-buffer" -version = "4.1.115.Final" -path = "./lib/netty-buffer-4.1.115.Final.jar" +version = "4.1.118.Final" +path = "./lib/netty-buffer-4.1.118.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-transport" -version = "4.1.115.Final" -path = "./lib/netty-transport-4.1.115.Final.jar" +version = "4.1.118.Final" +path = "./lib/netty-transport-4.1.118.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-common" -version = "4.1.115.Final" -path = "./lib/netty-common-4.1.115.Final.jar" +version = "4.1.118.Final" +path = "./lib/netty-common-4.1.118.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-resolver" -version = "4.1.115.Final" -path = "./lib/netty-resolver-4.1.115.Final.jar" +version = "4.1.118.Final" +path = "./lib/netty-resolver-4.1.118.Final.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index ed6b9d8a..c0ed2a5a 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.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.11.2-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 8ba9ab11..6130f549 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.11.2" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, From 5d234793c950a1f17dacc7bd3501ebd4b9ef3305 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 13 Feb 2025 07:26:50 +0000 Subject: [PATCH 2/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 99f76647..f16aa314 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "udp-native" version = "1.11.2" -path = "../native/build/libs/udp-native-1.11.2-SNAPSHOT.jar" +path = "../native/build/libs/udp-native-1.11.2.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.11.2-SNAPSHOT.jar" +path = "../test-utils/build/libs/udp-test-utils-1.11.2.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index c0ed2a5a..b74bd32c 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.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.11.2.jar" From 4083c35b68787b51a79f4b59dc7c8603b5ca377d Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 13 Feb 2025 07:26:50 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - pre tag commit: 'v1.11.2'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ce0efde2..2143ab5d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.2-SNAPSHOT +version=1.11.2 ballerinaLangVersion=2201.10.0 puppycrawlCheckstyleVersion=10.12.0 From 7dd98d4fe16d0cb5a993dedf833e76ba8fabcb54 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 13 Feb 2025 07:26:52 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - new version commit: 'v1.11.3-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2143ab5d..a00d238d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.2 +version=1.11.3-SNAPSHOT ballerinaLangVersion=2201.10.0 puppycrawlCheckstyleVersion=10.12.0 From 89aa07042c7458d65ede97410509dbde284e4fcd Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:02:39 +0530 Subject: [PATCH 5/5] Update changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8ccc7e10..9757cdcb 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ This file contains all the notable changes done to the Ballerina UDP package thr The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.11.2] - 2025-02-13 ### Fixed