You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/03/31 21:17:57 UTC

[pulsar] branch master updated: [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.

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 63c5a62  [fix][security] Upgrade Spring Context in Pulsar IO batch-data-generator to get rid of CVE-2022-22965 (#14975)
63c5a62 is described below

commit 63c5a62cb672ab6b00ad2a231618374c9be0121f
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)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 266c9d2..faf3c2d 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>