From 266f4f05267047597debb1615b71dfb86400a630 Mon Sep 17 00:00:00 2001 From: "Patrick M. Niedzielski" Date: Wed, 8 Apr 2026 13:29:47 -0400 Subject: [PATCH 1/2] Chore: Update BlazingMQ SDK version Signed-off-by: Patrick M. Niedzielski --- bin/clone-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clone-dependencies.sh b/bin/clone-dependencies.sh index b961855..806a7d5 100755 --- a/bin/clone-dependencies.sh +++ b/bin/clone-dependencies.sh @@ -15,7 +15,7 @@ set -u BDE_TOOLS_TAG=4.32.0.0 BDE_TAG=4.32.0.0 NTF_CORE_TAG=2.6.6 -BLAZINGMQ_TAG=BMQBRKR_0.94.8 +BLAZINGMQ_TAG=v0.95.3 if [ ! -d "${DIR_THIRDPARTY}/bde-tools" ]; then From 5f1c5f36695f2ca52682ec38663380145fc24e4b Mon Sep 17 00:00:00 2001 From: "Patrick M. Niedzielski" Date: Tue, 14 Apr 2026 15:45:04 -0400 Subject: [PATCH 2/2] wip! try with `main` to verify fix --- bin/clone-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clone-dependencies.sh b/bin/clone-dependencies.sh index 806a7d5..3bb977b 100755 --- a/bin/clone-dependencies.sh +++ b/bin/clone-dependencies.sh @@ -15,7 +15,7 @@ set -u BDE_TOOLS_TAG=4.32.0.0 BDE_TAG=4.32.0.0 NTF_CORE_TAG=2.6.6 -BLAZINGMQ_TAG=v0.95.3 +BLAZINGMQ_TAG=fix/bmqp-mocksession-dependency if [ ! -d "${DIR_THIRDPARTY}/bde-tools" ]; then