You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2024/03/21 08:15:00 UTC

(iotdb) branch master updated: Bump org.springframework:spring-web from 5.3.30 to 5.3.33 (#12084)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2752553f0d9 Bump org.springframework:spring-web from 5.3.30 to 5.3.33 (#12084)
2752553f0d9 is described below

commit 2752553f0d95dba1f31b04778e084ebb9c2d938d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 21 16:14:55 2024 +0800

    Bump org.springframework:spring-web from 5.3.30 to 5.3.33 (#12084)
    
    * Bump org.springframework:spring-web from 5.3.30 to 6.0.17
    
    Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 5.3.30 to 6.0.17.
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.30...v6.0.17)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-web
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    * Update pom.xml
    
    ---------
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Haonan <hh...@outlook.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a33d4247954..a45652f37a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@
         <!-- This is the matching version of spring-boot for spring 5.3.30 -->
         <spring-boot.version>2.7.18</spring-boot.version>
         <!-- This is the last version to support the javax namespace -->
-        <spring.version>5.3.30</spring.version>
+        <spring.version>5.3.33</spring.version>
         <!-- This was the last version to support Java 8 -->
         <swagger.version>1.6.11</swagger.version>
         <thrift.exec-cmd.executable>chmod</thrift.exec-cmd.executable>