From 28ab4129e14164c957d854545c95a1a85288a36a Mon Sep 17 00:00:00 2001 From: bhashinee Date: Wed, 11 Oct 2023 15:36:23 +0530 Subject: [PATCH 1/2] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 28 ++++++++++++++-------------- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index dca8dd74..2688bd24 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "udp" -version = "1.9.0" +version = "1.9.1" authors = ["Ballerina"] keywords = ["UDP", "datagram", "transport"] repository = "https://github.com/ballerina-platform/module-ballerina-udp" @@ -15,39 +15,39 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "udp-native" -version = "1.9.0" -path = "../native/build/libs/udp-native-1.9.0.jar" +version = "1.9.1" +path = "../native/build/libs/udp-native-1.9.1-SNAPSHOT.jar" [[platform.java17.dependency]] -path = "../test-utils/build/libs/udp-test-utils-1.9.0.jar" +path = "../test-utils/build/libs/udp-test-utils-1.9.1-SNAPSHOT.jar" scope = "testOnly" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-handler" -version = "4.1.94.Final" -path = "./lib/netty-handler-4.1.94.Final.jar" +version = "4.1.100.Final" +path = "./lib/netty-handler-4.1.100.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-buffer" -version = "4.1.94.Final" -path = "./lib/netty-buffer-4.1.94.Final.jar" +version = "4.1.100.Final" +path = "./lib/netty-buffer-4.1.100.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-transport" -version = "4.1.94.Final" -path = "./lib/netty-transport-4.1.94.Final.jar" +version = "4.1.100.Final" +path = "./lib/netty-transport-4.1.100.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-common" -version = "4.1.94.Final" -path = "./lib/netty-common-4.1.94.Final.jar" +version = "4.1.100.Final" +path = "./lib/netty-common-4.1.100.Final.jar" [[platform.java17.dependency]] groupId = "io.netty" artifactId = "netty-resolver" -version = "4.1.94.Final" -path = "./lib/netty-resolver-4.1.94.Final.jar" +version = "4.1.100.Final" +path = "./lib/netty-resolver-4.1.100.Final.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index ce0a13cc..978a0d32 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.9.0.jar" +path = "../compiler-plugin/build/libs/udp-compiler-plugin-1.9.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index a9fe3ec6..923d8c0e 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -86,7 +86,7 @@ modules = [ [[package]] org = "ballerina" name = "udp" -version = "1.9.0" +version = "1.9.1" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, From 5b8a5c166314e48209deb199ab7dba267d868e56 Mon Sep 17 00:00:00 2001 From: bhashinee Date: Wed, 11 Oct 2023 15:48:23 +0530 Subject: [PATCH 2/2] Update Netty version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 619bac99..f7ca8ffc 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.94.Final +nettyVersion=4.1.100.Final underCouchDownloadVersion=5.4.0 researchgateReleaseVersion=2.8.0 slf4jVersion=1.7.30