From 523719082b71b63f39a82f15feef4566d2933c85 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 19 Nov 2024 09:54:23 +0000 Subject: [PATCH 1/5] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index bc32e19d..f4c61a1f 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -22,7 +22,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.6.1" +version = "1.6.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, @@ -128,7 +128,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.4.1" +version = "2.4.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] From f85615edc69cfb569b8ebcb7765dd6233b60049c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 19 Nov 2024 09:55:39 +0000 Subject: [PATCH 2/5] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 669c74a5..c2a53d46 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,10 +16,10 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "tcp-native" version = "1.11.2" -path = "../native/build/libs/tcp-native-1.11.2-SNAPSHOT.jar" +path = "../native/build/libs/tcp-native-1.11.2.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/tcp-test-utils-1.11.2-SNAPSHOT.jar" +path = "../test-utils/build/libs/tcp-test-utils-1.11.2.jar" scope = "testOnly" [[platform.java17.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 53c4ec7b..56b45546 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "tcp-plugin" class = "io.ballerina.stdlib.tcp.compiler.TcpCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.11.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.11.2.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index f4c61a1f..8953ac8a 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -22,7 +22,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.6.0" +version = "1.6.1" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, From fa9a90a51eea97319a601f8cf677052d1d16e292 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 19 Nov 2024 09:55:39 +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 1c0efde1..2c89ce0a 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 githubJohnrengelmanShadowVersion=8.1.1 From a0df78a117deca2f38be48cd901ff927345a6a05 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Tue, 19 Nov 2024 09:55:40 +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 2c89ce0a..b5955642 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 githubJohnrengelmanShadowVersion=8.1.1 From 71d2252177ea8731d2667f55f06df2f155c3a16f Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:38:11 +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 040f0581..0d49f401 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ This file contains all the notable changes done to the Ballerina TCP 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] - 2024-11-19 ### Fixed - [Address CVE-2024-7254 Protobuf Vulnerability](https://github.com/ballerina-platform/ballerina-library/issues/7013#event-14332816771)