You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ni...@apache.org on 2022/05/13 15:56:28 UTC

[pulsar] 04/06: [fix][security] Upgrade Spring Context in Pulsar IO batch-data-generator to get rid of CVE-2022-22965 (#14975)

This is an automated email from the ASF dual-hosted git repository.

nicoloboschi pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 70b484a6749135ebcbab3f85ebfb9d70b0293f48
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Thu Mar 31 23:16:19 2022 +0200

    [fix][security] Upgrade Spring Context in Pulsar IO batch-data-generator to get rid of CVE-2022-22965 (#14975)
    
    (cherry picked from commit 63c5a62cb672ab6b00ad2a231618374c9be0121f)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e17ce0a1c38..f5b51f269da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@ flexible messaging model and an intuitive client API.</description>
     <kotlin-stdlib.version>1.4.32</kotlin-stdlib.version>
     <nsq-client.version>1.0</nsq-client.version>
     <cron-utils.version>9.1.6</cron-utils.version>
-    <spring-context.version>5.3.15</spring-context.version>
+    <spring-context.version>5.3.18</spring-context.version>
     <apache-http-client.version>4.5.13</apache-http-client.version>
     <jetcd.version>0.5.11</jetcd.version>
     <snakeyaml.version>1.30</snakeyaml.version>