This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.9 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit bf7af7943895377a465943a19c93ba191920edea Author: Andrey Yegorov <[email protected]> AuthorDate: Wed Jan 19 23:51:31 2022 -0800 Getting rid of CVes brought in with aerospike (#13819) CVE-2020-26939 CVE-2015-0886 (cherry picked from commit 8a452b733c91d6a60ddf32b403c9169be5ba7978) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 91a9a4a..cfa1c2d 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,7 @@ flexible messaging model and an intuitive client API.</description> <sketches.version>0.8.3</sketches.version> <hbc-core.version>2.2.0</hbc-core.version> <cassandra-driver-core.version>3.6.0</cassandra-driver-core.version> - <aerospike-client.version>4.4.8</aerospike-client.version> + <aerospike-client.version>4.4.20</aerospike-client.version> <kafka-client.version>2.7.0</kafka-client.version> <rabbitmq-client.version>5.1.1</rabbitmq-client.version> <aws-sdk.version>1.11.774</aws-sdk.version>
