This is an automated email from the ASF dual-hosted git repository.
yubiao pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 88e05b5b9ee [fix][sec] spring.version=5.3.27 to fix CVE-2023-20863
(#20124)
88e05b5b9ee is described below
commit 88e05b5b9ee65d245276dfdca87e9200206fede6
Author: tison <[email protected]>
AuthorDate: Wed Apr 19 14:45:29 2023 +0800
[fix][sec] spring.version=5.3.27 to fix CVE-2023-20863 (#20124)
Signed-off-by: tison <[email protected]>
(cherry picked from commit 866d405726bb6527db954201f2260620181747dc)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e7e00db74e4..252cedbf659 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@ flexible messaging model and an intuitive client
API.</description>
<kotlin-stdlib.version>1.6.0</kotlin-stdlib.version>
<nsq-client.version>1.0</nsq-client.version>
<cron-utils.version>9.1.6</cron-utils.version>
- <spring.version>5.3.26</spring.version>
+ <spring.version>5.3.27</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>