From 951190a036a47372731828d98b95ac1bb1b3a0fb Mon Sep 17 00:00:00 2001 From: dilanSachi Date: Wed, 12 Jun 2024 09:15:01 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 12 ++++++------ ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 6ee7651..ed413e6 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "mqtt" -version = "1.0.0" +version = "1.0.1" authors = ["ballerina"] keywords = ["mqtt", "client", "messaging", "network", "pubsub", "iot"] repository = "https://github.com/ballerina-platform/module-ballerina-mqtt" @@ -13,8 +13,8 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "mqtt-native" -version = "1.0.0" -path = "../native/build/libs/mqtt-native-1.0.0.jar" +version = "1.0.1" +path = "../native/build/libs/mqtt-native-1.0.1-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "org.eclipse.paho" @@ -24,6 +24,6 @@ path = "./lib/org.eclipse.paho.mqttv5.client-1.2.5.jar" [[platform.java17.dependency]] groupId = "org.bouncycastle" -artifactId = "bcpkix-jdk15on" -version = "1.69" -path = "./lib/bcpkix-jdk15on-1.69.jar" +artifactId = "bcpkix-jdk18on" +version = "1.78" +path = "./lib/bcpkix-jdk18on-1.78.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index e21ca31..547ad32 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "mqtt-compiler-plugin" class = "io.ballerina.stdlib.mqtt.compiler.MqttCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/mqtt-compiler-plugin-1.0.0.jar" +path = "../compiler-plugin/build/libs/mqtt-compiler-plugin-1.0.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index ab63f74..9cf1100 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -112,7 +112,7 @@ modules = [ [[package]] org = "ballerina" name = "mqtt" -version = "1.0.0" +version = "1.0.1" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, @@ -128,7 +128,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.0" +version = "1.2.3" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}