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

lhotari 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 3b118b6bd54 [fix][sec] Upgrade Spring dependency to 5.3.26 to fix 
OWASP Dependency Check (#20029)
3b118b6bd54 is described below

commit 3b118b6bd54cd8e592b8c2cd329a3fa3dfd18a11
Author: Lari Hotari <lhot...@users.noreply.github.com>
AuthorDate: Fri Apr 7 08:57:19 2023 +0300

    [fix][sec] Upgrade Spring dependency to 5.3.26 to fix OWASP Dependency 
Check (#20029)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9f6f2909c1a..4534036f3fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,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.version>5.3.20</spring.version>
+    <spring.version>5.3.26</spring.version>
     <apache-http-client.version>4.5.13</apache-http-client.version>
     <apache-httpcomponents.version>4.4.15</apache-httpcomponents.version>
     <jetcd.version>0.5.11</jetcd.version>

Reply via email to