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

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 76495b6d5c0 [chore](dependencies)upgrade spring to 5.3.39 (#39863) 
(#40709)
76495b6d5c0 is described below

commit 76495b6d5c0eed9652631db937b0c2e9d2ead5fb
Author: Calvin Kirs <[email protected]>
AuthorDate: Fri Sep 13 10:39:36 2024 +0800

    [chore](dependencies)upgrade spring to 5.3.39 (#39863) (#40709)
    
    ## Proposed changes
    
    Issue Number: close #xxx
    
    <!--Describe your changes.-->
    
    (cherry picked from commit a692af226a8292d1b0a409c914d616157b64c82a)
    
    ## 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 1a8ca426bfb..8e1dfaa330f 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -341,6 +341,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>
@@ -478,6 +479,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