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

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


The following commit(s) were added to refs/heads/master by this push:
     new a692af226a8 [chore](dependencies)upgrade spring to 5.3.39 (#39863)
a692af226a8 is described below

commit a692af226a8292d1b0a409c914d616157b64c82a
Author: Calvin Kirs <[email protected]>
AuthorDate: Mon Aug 26 10:35:29 2024 +0800

    [chore](dependencies)upgrade spring to 5.3.39 (#39863)
    
    ## Proposed changes
    
    Issue Number: close #xxx
    
    <!--Describe your changes.-->
---
 fe/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/fe/pom.xml b/fe/pom.xml
index f67a00a5a80..8bba5442dc8 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -343,6 +343,7 @@ under the License.
         <joda.version>2.8.1</joda.version>
         <project.scm.id>github</project.scm.id>
         <spring.version>2.7.18</spring.version>
+        <spring-framework.version>5.3.39</spring-framework.version>
         <orc.version>1.8.4</orc.version>
         <zookeeper.version>3.9.2</zookeeper.version>
         <velocity-engine-core.version>2.3</velocity-engine-core.version>
@@ -485,6 +486,13 @@ under the License.
                 <artifactId>orc-core</artifactId>
                 <version>${orc.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.springframework</groupId>
+                <artifactId>spring-framework-bom</artifactId>
+                <version>${spring-framework.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <dependency>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-starter</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to