From ca2898867666e518e513deca4624d46b6a11ceb8 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Fri, 10 Nov 2023 16:10:34 +0530 Subject: [PATCH 1/3] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 9907ae7..2372981 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -14,8 +14,8 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "org.apache.activemq" artifactId = "activemq-client" -version = "5.18.2" -path = "./lib/activemq-client-5.18.2.jar" +version = "5.18.3" +path = "./lib/activemq-client-5.18.3.jar" [[platform.java17.dependency]] groupId = "org.apache.geronimo.specs" From 2387f1597f93f6db5022502161b8d9a8ad19cb3f Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Fri, 10 Nov 2023 16:11:16 +0530 Subject: [PATCH 2/3] Update active-mq java sdk version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b3a0ba6..373a17f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,6 +5,6 @@ ballerinaLangVersion=2201.8.0 ballerinaGradlePluginVersion=2.0.1 releasePluginVersion=2.8.0 -activemqClientVersion=5.18.2 +activemqClientVersion=5.18.3 geronimoJ2eeMng11SpecVersion=1.0.1 hawtbufVersion=1.11 From e3b510de67a234be4a8ec4b1b6c1f24f90d753e4 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Fri, 10 Nov 2023 16:11:38 +0530 Subject: [PATCH 3/3] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/Dependencies.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index e991457..b489e38 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "activemq.driver" -version = "1.0.0" +version = "1.0.1" authors = ["Ballerina"] keywords = ["ActiveMQ"] repository = "https://github.com/ballerina-platform/module-ballerinax-activemq.driver" @@ -32,5 +32,5 @@ path = "./lib/hawtbuf-1.11.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "activemq.driver-native" -version = "1.0.0" -path = "../native/build/libs/activemq.driver-native-1.0.0.jar" +version = "1.0.1" +path = "../native/build/libs/activemq.driver-native-1.0.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 2844e0b..9a0a0b8 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -10,7 +10,7 @@ distribution-version = "2201.8.0" [[package]] org = "ballerinax" name = "activemq.driver" -version = "1.0.0" +version = "1.0.1" modules = [ {org = "ballerinax", packageName = "activemq.driver", moduleName = "activemq.driver"} ]