Skip to content

Commit

Permalink
Merge pull request #178 from dilanSachi/8.x-bump-bc
Browse files Browse the repository at this point in the history
[8.x] Bump bouncy castle version
  • Loading branch information
sahanHe authored Jun 12, 2024
2 parents 04fc16f + 951190a commit 6512d5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand All @@ -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"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand All @@ -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"}
Expand Down

0 comments on commit 6512d5a

Please sign in to comment.