[pulsar-client-cpp] fix deps (#36510)

This commit is contained in:
autoantwort 2024-02-01 21:08:46 +01:00 committed by GitHub
parent a384dff6d8
commit 48fd773c92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "pulsar-client-cpp", "name": "pulsar-client-cpp",
"version": "3.4.2", "version": "3.4.2",
"port-version": 1, "port-version": 2,
"description": "The Apache Pulsar C++ library", "description": "The Apache Pulsar C++ library",
"homepage": "https://github.com/apache/pulsar-client-cpp", "homepage": "https://github.com/apache/pulsar-client-cpp",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -13,6 +13,7 @@
"boost-asio", "boost-asio",
"boost-circular-buffer", "boost-circular-buffer",
"boost-date-time", "boost-date-time",
"boost-format",
"boost-predef", "boost-predef",
"boost-property-tree", "boost-property-tree",
"boost-random", "boost-random",

View File

@ -6918,7 +6918,7 @@
}, },
"pulsar-client-cpp": { "pulsar-client-cpp": {
"baseline": "3.4.2", "baseline": "3.4.2",
"port-version": 1 "port-version": 2
}, },
"pulzed-mini": { "pulzed-mini": {
"baseline": "0.9.14", "baseline": "0.9.14",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "f379abbe0e7bc96c4ff51290a2972b6a3a4fc094",
"version": "3.4.2",
"port-version": 2
},
{ {
"git-tree": "4dc7014a2c8493a0124f08335cb9056c359604e4", "git-tree": "4dc7014a2c8493a0124f08335cb9056c359604e4",
"version": "3.4.2", "version": "3.4.2",