Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]
org = "ballerina"
name = "mqtt"
version = "1.3.1"
version = "1.4.0"
authors = ["ballerina"]
keywords = ["mqtt", "client", "messaging", "network", "pubsub", "iot"]
repository = "https://github.com/ballerina-platform/module-ballerina-mqtt"
distribution = "2201.11.0"
distribution = "2201.12.0"

[platform.java21]
graalvmCompatible = true

[[platform.java21.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mqtt-native"
version = "1.3.1"
path = "../native/build/libs/mqtt-native-1.3.1-SNAPSHOT.jar"
version = "1.4.0"
path = "../native/build/libs/mqtt-native-1.4.0-SNAPSHOT.jar"

[[platform.java21.dependency]]
groupId = "org.eclipse.paho"
Expand Down
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.3.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/mqtt-compiler-plugin-1.4.0-SNAPSHOT.jar"
14 changes: 7 additions & 7 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.12.0-20250228-201300-8d411a0f"
[[package]]
org = "ballerina"
name = "crypto"
version = "2.8.0"
version = "2.9.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -22,7 +22,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.7.0"
version = "1.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -107,7 +107,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.11.0"
version = "2.12.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "io"},
Expand All @@ -122,7 +122,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mqtt"
version = "1.3.1"
version = "1.4.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -138,7 +138,7 @@ modules = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.4.0"
version = "1.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -161,15 +161,15 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.6.0"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "uuid"
version = "1.9.0"
version = "1.10.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand Down
1 change: 1 addition & 0 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,6 @@ build.dependsOn ":mqtt-native:build"
build.dependsOn ":${packageName}-compiler-plugin:build"
build.dependsOn "generatePomFileForMavenPublication"
test.dependsOn ":${packageName}-compiler-plugin:build"
test.dependsOn ":mqtt-native:build"
publishToMavenLocal.dependsOn build
publish.dependsOn build
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ pahoMqtt5Version=1.2.5
#stdlib dependencies

# Level 01
stdlibTimeVersion=2.6.0
stdlibIoVersion=1.7.0
stdlibTimeVersion=2.7.0-20250304-133100-009bfd7
stdlibIoVersion=1.8.0-20250304-133300-967a7a4

# Level 02
stdlibLogVersion=2.11.0
stdlibCryptoVersion=2.8.0
stdlibRandomVersion=1.6.0
stdlibLogVersion=2.12.0-20250305-165600-b4606dd
stdlibCryptoVersion=2.9.0-20250305-165500-b42b932
stdlibRandomVersion=1.7.0-20250305-165400-16e4670

# Level 03
stdlibUuidVersion=1.9.0
stdlibUuidVersion=1.10.0-20250305-175100-746df53

observeVersion=1.4.0
observeInternalVersion=1.4.0
observeVersion=1.5.0-20250304-140800-d60274b
observeInternalVersion=1.5.0-20250305-160800-51dc066
Loading