Skip to content

Commit

Permalink
Merge pull request #177 from dilanSachi/bump-bc
Browse files Browse the repository at this point in the history
Bump bouncy castle version
  • Loading branch information
sahanHe committed Jun 12, 2024
2 parents f2409e6 + 766f8ff commit 3e32bb7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 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.1.0"
version = "1.1.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.1.0"
path = "../native/build/libs/mqtt-native-1.1.0.jar"
version = "1.1.1"
path = "../native/build/libs/mqtt-native-1.1.1-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "org.eclipse.paho"
Expand All @@ -25,11 +25,11 @@ path = "./lib/org.eclipse.paho.mqttv5.client-1.2.5.jar"
[[platform.java17.dependency]]
groupId = "org.bouncycastle"
artifactId = "bcpkix-jdk18on"
version = "1.77"
path = "./lib/bcpkix-jdk18on-1.77.jar"
version = "1.78"
path = "./lib/bcpkix-jdk18on-1.78.jar"

[[platform.java17.dependency]]
groupId = "org.bouncycastle"
artifactId = "bcutil-jdk18on"
version = "1.77"
path = "./lib/bcutil-jdk18on-1.77.jar"
version = "1.78"
path = "./lib/bcutil-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.1.0.jar"
path = "../compiler-plugin/build/libs/mqtt-compiler-plugin-1.1.1-SNAPSHOT.jar"
4 changes: 2 additions & 2 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.9.0"
[[package]]
org = "ballerina"
name = "crypto"
version = "2.7.0"
version = "2.7.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand Down Expand Up @@ -122,7 +122,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mqtt"
version = "1.1.0"
version = "1.1.1"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ testngVersion=7.6.1
gsonVersion=2.8.8
jacocoVersion=0.8.10

bouncycastleVersion=1.77
bouncycastleVersion=1.78
pahoMqtt5Version=1.2.5

#stdlib dependencies
Expand Down

0 comments on commit 3e32bb7

Please sign in to comment.