From 8bfbef1b0666607879a2580494803f618d8a4415 Mon Sep 17 00:00:00 2001 From: aashikam Date: Mon, 5 Aug 2024 21:20:16 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index e5811d52..dc361ea1 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "rabbitmq" -version = "3.0.1" +version = "3.0.2" authors = ["Ballerina"] keywords = ["service", "client", "messaging", "network", "pubsub"] repository = "https://github.com/ballerina-platform/module-ballerinax-rabbitmq" @@ -18,8 +18,8 @@ path = "./lib/amqp-client-5.18.0.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "rabbitmq-native" -version = "3.0.1" -path = "../native/build/libs/rabbitmq-native-3.0.1.jar" +version = "3.0.2" +path = "../native/build/libs/rabbitmq-native-3.0.2-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 0c057a68..1a4de9af 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "rabbitmq-compiler-plugin" class = "io.ballerina.stdlib.rabbitmq.plugin.RabbitmqCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.0.1.jar" +path = "../compiler-plugin/build/libs/rabbitmq-compiler-plugin-3.0.2-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index b912080e..143b7182 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -47,7 +47,7 @@ modules = [ [[package]] org = "ballerina" name = "crypto" -version = "2.7.0" +version = "2.7.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -387,7 +387,7 @@ modules = [ [[package]] org = "ballerinax" name = "rabbitmq" -version = "3.0.1" +version = "3.0.2" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "crypto"},