This is an automated email from the ASF dual-hosted git repository. technoboy pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit b77cb5e748307fd8e9a13b54e37fd201c3e2592a Author: Jiwe Guo <[email protected]> AuthorDate: Sun May 7 19:47:55 2023 +0800 Revert "upgrade spring to 5.3.27" This reverts commit 6c926f04daafad6c0ae3832e49aca1a3b13b64f4. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 252cedbf659..e7e00db74e4 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.27</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>
