From 036177ae231697abeb3f5ac8183a411291f61ebd Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 11 Feb 2025 07:16:03 +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 d435ed64..a7b82c13 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "udp" -version = "1.12.0" +version = "1.12.1" authors = ["Ballerina"] keywords = ["UDP", "datagram", "transport"] repository = "/~https://github.com/ballerina-platform/module-ballerina-udp" @@ -15,39 +15,39 @@ graalvmCompatible = true [[platform.java21.dependency]] groupId = "io.ballerina.stdlib" artifactId = "udp-native" -version = "1.12.0" -path = "../native/build/libs/udp-native-1.12.0.jar" +version = "1.12.1" +path = "../native/build/libs/udp-native-1.12.1-SNAPSHOT.jar" [[platform.java21.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.12.0.jar" +path = "../test-utils/build/libs/udp-test-utils-1.12.1-SNAPSHOT.jar" scope = "testOnly" [[platform.java21.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.java21.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.java21.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.java21.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.java21.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 a811624f..fcc20138 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.0.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.12.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 3cae28a8..1aeafbd1 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -113,7 +113,7 @@ modules = [ [[package]] org = "ballerina" name = "udp" -version = "1.12.0" +version = "1.12.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, From d2fa0f998a084e0eee96c4d05fbabbd5813cd1f4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 11 Feb 2025 07:16:57 +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 a7b82c13..352423b9 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "udp-native" version = "1.12.1" -path = "../native/build/libs/udp-native-1.12.1-SNAPSHOT.jar" +path = "../native/build/libs/udp-native-1.12.1.jar" [[platform.java21.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.12.1-SNAPSHOT.jar" +path = "../test-utils/build/libs/udp-test-utils-1.12.1.jar" scope = "testOnly" [[platform.java21.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index fcc20138..8db0f014 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-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.12.1.jar" From 84228223945dedfac2bbb63ee970287b6b04010f Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 11 Feb 2025 07:16:57 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - pre tag commit: 'v1.12.1'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 76de8449..cdd97ee9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.12.1-SNAPSHOT +version=1.12.1 ballerinaLangVersion=2201.11.0 puppycrawlCheckstyleVersion=10.12.0 From f70ffbf4b241291ca5127dd2b7c5838d21bd25f4 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 11 Feb 2025 07:16:58 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - new version commit: 'v1.12.2-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cdd97ee9..51e394f8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.12.1 +version=1.12.2-SNAPSHOT ballerinaLangVersion=2201.11.0 puppycrawlCheckstyleVersion=10.12.0 From 4be6459cda914cf03c5066d12ab6a1e8d52c5452 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:44:49 +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 c4f7ec8f..e2206f33 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.12.1] - 2025-02-11 ### Fixed