From aba95c52cbfbc28ed37e3e7e0c8087784339b2bd Mon Sep 17 00:00:00 2001 From: bhashinee Date: Fri, 29 Mar 2024 15:25:41 +0530 Subject: [PATCH 1/4] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 20 ++++++++++---------- ballerina/Dependencies.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 2688bd24..cfe97824 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -25,29 +25,29 @@ scope = "testOnly" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-handler" -version = "4.1.100.Final" -path = "./lib/netty-handler-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-handler-4.1.108.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-buffer" -version = "4.1.100.Final" -path = "./lib/netty-buffer-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-buffer-4.1.108.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-transport" -version = "4.1.100.Final" -path = "./lib/netty-transport-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-transport-4.1.108.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-common" -version = "4.1.100.Final" -path = "./lib/netty-common-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-common-4.1.108.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-resolver" -version = "4.1.100.Final" -path = "./lib/netty-resolver-4.1.100.Final.jar" +version = "4.1.108.Final" +path = "./lib/netty-resolver-4.1.108.Final.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 923d8c0e..6692ca23 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -64,7 +64,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.0" +version = "1.2.2" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"} From b4067814432b1ff58e015a08e003eca31a55f376 Mon Sep 17 00:00:00 2001 From: bhashinee Date: Fri, 29 Mar 2024 15:26:33 +0530 Subject: [PATCH 2/4] Update the netty version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f7ca8ffc..0eef949e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ githubJohnrengelmanShadowVersion=8.1.1 checkstyleToolVersion=7.8.2 githubSpotbugsVersion=5.0.14 testngVersion=7.6.1 -nettyVersion=4.1.100.Final +nettyVersion=4.1.108.Final underCouchDownloadVersion=5.4.0 researchgateReleaseVersion=2.8.0 slf4jVersion=1.7.30 From 657c5ea41fad76dac3335339b0031f9b3b1bfd12 Mon Sep 17 00:00:00 2001 From: bhashinee Date: Fri, 29 Mar 2024 15:36:17 +0530 Subject: [PATCH 3/4] Update the code owners file --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7618f808..d1fa4741 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # See: https://help.github.com/articles/about-codeowners/ # These owners will be the default owners for everything in the repo. -* @shafreenAnfar @Maninda +* @shafreenAnfar @Bhashinee From 41b93c0697326700d26d7cfa4eb1a87cf4d3da57 Mon Sep 17 00:00:00 2001 From: bhashinee Date: Mon, 1 Apr 2024 10:20:13 +0530 Subject: [PATCH 4/4] Update the code owners --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d1fa4741..9535c35e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ # See: https://help.github.com/articles/about-codeowners/ # These owners will be the default owners for everything in the repo. -* @shafreenAnfar @Bhashinee +* @shafreenAnfar @Bhashinee @MohamedSabthar