diff --git a/ports/pulsar-client-cpp/vcpkg.json b/ports/pulsar-client-cpp/vcpkg.json index 1210a5d722..7ef662ccc0 100644 --- a/ports/pulsar-client-cpp/vcpkg.json +++ b/ports/pulsar-client-cpp/vcpkg.json @@ -1,7 +1,7 @@ { "name": "pulsar-client-cpp", "version": "3.4.2", - "port-version": 1, + "port-version": 2, "description": "The Apache Pulsar C++ library", "homepage": "https://github.com/apache/pulsar-client-cpp", "license": "Apache-2.0", @@ -13,6 +13,7 @@ "boost-asio", "boost-circular-buffer", "boost-date-time", + "boost-format", "boost-predef", "boost-property-tree", "boost-random", diff --git a/versions/baseline.json b/versions/baseline.json index 996737224d..b9b274c02b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6918,7 +6918,7 @@ }, "pulsar-client-cpp": { "baseline": "3.4.2", - "port-version": 1 + "port-version": 2 }, "pulzed-mini": { "baseline": "0.9.14", diff --git a/versions/p-/pulsar-client-cpp.json b/versions/p-/pulsar-client-cpp.json index acf73a8b60..c4cb48a984 100644 --- a/versions/p-/pulsar-client-cpp.json +++ b/versions/p-/pulsar-client-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f379abbe0e7bc96c4ff51290a2972b6a3a4fc094", + "version": "3.4.2", + "port-version": 2 + }, { "git-tree": "4dc7014a2c8493a0124f08335cb9056c359604e4", "version": "3.4.2",