From 15b7c3dc64491ab6b53e3f1db5934454bf4d1548 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 9 Jan 2026 05:03:38 +0000 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 3e7787f5..79888112 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -90,7 +90,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.5.1" +version = "1.5.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} From 048afce7e2ea69b0bedd755c5bee510d71ca1452 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 9 Jan 2026 05:04:25 +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 695f15d2..a485aab9 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "udp-native" version = "1.13.3" -path = "../native/build/libs/udp-native-1.13.3-SNAPSHOT.jar" +path = "../native/build/libs/udp-native-1.13.3.jar" [[platform.java21.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.13.3-SNAPSHOT.jar" +path = "../test-utils/build/libs/udp-test-utils-1.13.3.jar" scope = "testOnly" [[platform.java21.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index d72ab463..9a16ad74 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.13.3-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.13.3.jar" From c73b195fcdb553cc8083237222907659cfdda3c2 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 9 Jan 2026 05:04:25 +0000 Subject: [PATCH 3/5] [Gradle Release Plugin] - pre tag commit: 'v1.13.3'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 705e7be8..391b246b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.13.3-SNAPSHOT +version=1.13.3 ballerinaLangVersion=2201.12.0 puppycrawlCheckstyleVersion=10.12.0 From 5b683854eef1e06be0c442c1a38d2d177ac2107b Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Fri, 9 Jan 2026 05:04:26 +0000 Subject: [PATCH 4/5] [Gradle Release Plugin] - new version commit: 'v1.13.4-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 391b246b..43acf519 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.13.3 +version=1.13.4-SNAPSHOT ballerinaLangVersion=2201.12.0 puppycrawlCheckstyleVersion=10.12.0 From 70d73ec5a212fb443cd97ff4de638573a3376b1f Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Fri, 9 Jan 2026 10:45:07 +0530 Subject: [PATCH 5/5] Revise changelog for 1.13.3 release Updated changelog for version 1.13.3 release date. --- changelog.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 6b6771f8..96f586ad 100644 --- a/changelog.md +++ b/changelog.md @@ -3,9 +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.13.3] - 2025-12-22 +## [1.13.3] - 2026-01-09 ### Fixed