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

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

commit 983522ecd42872d905da287ab00d75e9d7f29894
Author: Calvin Kirs <k...@apache.org>
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 a638a36f83b..42ab14bd3dc 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -339,6 +339,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>
@@ -467,6 +468,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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to