From 444d2a3b49e803326c56bfaff7a461f13bd6ed4a Mon Sep 17 00:00:00 2001 From: Andrey Yegorov <8622884+dlg99@users.noreply.github.com> Date: Wed, 19 Jan 2022 23:51:57 -0800 Subject: [PATCH] Getting rid of CVEs in batch-data-generator (#13820) CVE-2021-41269 CVE-2021-22060 CVE-2021-22096 CVE-2021-22118 (cherry picked from commit 5a33d106dd282fa85008888a687c94203f888df7) --- pom.xml | 4 ++-- pulsar-io/batch-data-generator/pom.xml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 08b40dfd63b59..1075d571aa427 100644 --- a/pom.xml +++ b/pom.xml @@ -192,8 +192,8 @@ flexible messaging model and an intuitive client API. 4.2.0 12.0.1 1.0 - 9.1.3 - 5.3.1 + 9.1.6 + 5.3.15 4.5.13 diff --git a/pulsar-io/batch-data-generator/pom.xml b/pulsar-io/batch-data-generator/pom.xml index cdc17060b70a5..fe0b72ec5f52f 100644 --- a/pulsar-io/batch-data-generator/pom.xml +++ b/pulsar-io/batch-data-generator/pom.xml @@ -44,6 +44,12 @@ ${project.version} + + org.springframework + spring-context + ${spring-context.version} + + io.codearte.jfairy jfairy