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 5a8341afbfb [improve][io] Upgrade Spring version to 6.1.13 in IO
Connectors (#23459)
5a8341afbfb is described below
commit 5a8341afbfb926d2d169a7278cc9e5f8da712009
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Oct 15 16:08:21 2024 +0300
[improve][io] Upgrade Spring version to 6.1.13 in IO Connectors (#23459)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3cba432491a..430bb76022e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,7 @@ flexible messaging model and an intuitive client
API.</description>
<kotlin-stdlib.version>1.8.20</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>6.1.13</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.7.7</jetcd.version>
@@ -2275,7 +2275,7 @@ flexible messaging model and an intuitive client
API.</description>
<!--
<nvdDatafeedUrl>https://jeremylong.github.io/DependencyCheck/hb_nvd/</nvdDatafeedUrl>
-->
</configuration>
</plugin>
- <!--
+ <!--
vscode-java and Eclipse Maven integration workaround:
- Addresses maven-dependency-plugin exception (MDEP-187) issue by
ignoring the plugin execution
- Uses org.eclipse.m2e:lifecycle-mapping:1.0.0 as configuration
placeholder in pluginManagement section