From d250310e42b6740fc62ddddb58a184eab4c256c4 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Thu, 12 Oct 2023 16:28:20 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 8 ++++---- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index e6194f0a..edcfe43f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "tcp" -version = "1.8.0" +version = "1.8.1" authors = ["Ballerina"] keywords = ["network", "socket", "service", "client"] repository = "https://github.com/ballerina-platform/module-ballerina-tcp" @@ -15,11 +15,11 @@ graalvmCompatible = true [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "tcp-native" -version = "1.8.0" -path = "../native/build/libs/tcp-native-1.8.0.jar" +version = "1.8.1" +path = "../native/build/libs/tcp-native-1.8.1-SNAPSHOT.jar" [[platform.java11.dependency]] -path = "../test-utils/build/libs/tcp-test-utils-1.8.0.jar" +path = "../test-utils/build/libs/tcp-test-utils-1.8.1-SNAPSHOT.jar" scope = "testOnly" [[platform.java11.dependency]] diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 249e9948..83d06063 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.8.0.jar" +path = "../compiler-plugin/build/libs/tcp-compiler-plugin-1.8.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 4f8288cd..7a8dbfd3 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -73,7 +73,7 @@ dependencies = [ [[package]] org = "ballerina" name = "tcp" -version = "1.8.0" +version = "1.8.1" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "io"}, From e73475ceffde60e531c19e5ba2ee289ef1e8abca Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Thu, 12 Oct 2023 16:28:50 +0530 Subject: [PATCH 2/2] Update verstion to snapshot version --- changelog.md | 2 +- examples/http-client-server/server/Dependencies.toml | 4 ++++ gradle.properties | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 75a6f481..f50ae5ae 100644 --- a/changelog.md +++ b/changelog.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed - [Address netty vulnerability: CVE-2023-4586](https://github.com/ballerina-platform/ballerina-standard-library/issues/4908) -## [2.3.1] - 2023-06-01 +## [1.7.1] - 2023-06-01 - This version maintains the latest dependency versions. diff --git a/examples/http-client-server/server/Dependencies.toml b/examples/http-client-server/server/Dependencies.toml index e69de29b..a51898d2 100644 --- a/examples/http-client-server/server/Dependencies.toml +++ b/examples/http-client-server/server/Dependencies.toml @@ -0,0 +1,4 @@ +[[dependency]] +org = "ballerina" +name = "tcp" +version = "1.8.1" diff --git a/gradle.properties b/gradle.properties index 08b4f560..4e59560a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.8.0 +version=1.8.1-SNAPSHOT ballerinaLangVersion= 2201.7.0 puppycrawlCheckstyleVersion=8.18 githubJohnrengelmanShadowVersion=5.2.0