From 330a1c6129f2f450affdef20fd332a2cbe4349d6 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:50:59 +0530 Subject: [PATCH 1/3] Update tcnative version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5f0278bb9..aad0fe662 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ protoGoogleCommonsVersion=1.17.0 protobufJavaVersion=3.25.5 jknackHandlebarsVersion=4.0.6 nettyVersion=4.1.118.Final -nettyTcnativeVersion=2.0.66.Final +nettyTcnativeVersion=2.0.70.Final picocliVersion=4.0.1 spotbugsPluginVersion=6.0.18 shadowJarPluginVersion=8.1.1 From 5f1ef1850f790711b05235057df0910b56931e82 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:52:36 +0530 Subject: [PATCH 2/3] Update changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 2d203dc1a..1b6617091 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [Move SSL context creation to the client initialization](https://github.com/ballerina-platform/ballerina-library/issues/1798) +- [Update netty tcnative version](https://github.com/ballerina-platform/ballerina-library/issues/7650) ## [1.13.2] - 2025-02-14 From 5671ac6e9376af69520a4e1c9445bec9d535b97e Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:19:17 +0530 Subject: [PATCH 3/3] Update http version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index aad0fe662..777689277 100644 --- a/gradle.properties +++ b/gradle.properties @@ -47,7 +47,7 @@ stdlibAuthVersion=2.13.0 stdlibJwtVersion=2.14.0 stdlibOAuth2Version=2.13.0 -stdlibHttpVersion=2.14.0-20250226-085300-8348bec +stdlibHttpVersion=2.14.0-20250303-101500-182bfd1 stdlibDataJsonDataVersion=1.0.0 # Ballerinax Observer