Skip to content

Commit da28d2f

Browse files
authored
[deps](http)Upgrade springboot version to 2.7.8 (#16158)
* Upgrade springboot version to 2.7.8 * fix
1 parent c506b4a commit da28d2f

3 files changed

Lines changed: 28 additions & 29 deletions

File tree

dist/LICENSE-dist.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,31 +1075,31 @@ The Apache Software License, Version 2.0
10751075
* Spark Project Unsafe:
10761076
- org.apache.spark:spark-unsafe_2.12:2.4.6 (http://spark.apache.org/)
10771077
* Spring AOP:
1078-
- org.springframework:spring-aop:5.3.22 (https://github.com/spring-projects/spring-framework)
1078+
- org.springframework:spring-aop:5.3.25 (https://github.com/spring-projects/spring-framework)
10791079
* Spring Beans:
1080-
- org.springframework:spring-beans:5.3.22 (https://github.com/spring-projects/spring-framework)
1080+
- org.springframework:spring-beans:5.3.25 (https://github.com/spring-projects/spring-framework)
10811081
* Spring Commons Logging Bridge:
1082-
- org.springframework:spring-jcl:5.3.22 (https://github.com/spring-projects/spring-framework)
1082+
- org.springframework:spring-jcl:5.3.25 (https://github.com/spring-projects/spring-framework)
10831083
* Spring Context:
1084-
- org.springframework:spring-context:5.3.22 (https://github.com/spring-projects/spring-framework)
1084+
- org.springframework:spring-context:5.3.25 (https://github.com/spring-projects/spring-framework)
10851085
* Spring Core:
1086-
- org.springframework:spring-core:5.3.22 (https://github.com/spring-projects/spring-framework)
1086+
- org.springframework:spring-core:5.3.25 (https://github.com/spring-projects/spring-framework)
10871087
* Spring Data Core:
1088-
- org.springframework.data:spring-data-commons:2.7.2 (https://www.spring.io/spring-data/spring-data-commons)
1088+
- org.springframework.data:spring-data-commons:2.7.7 (https://www.spring.io/spring-data/spring-data-commons)
10891089
* Spring Data LDAP:
1090-
- org.springframework.data:spring-data-ldap:2.7.2 (https://github.com/spring-projects/spring-data-ldap)
1090+
- org.springframework.data:spring-data-ldap:2.7.7 (https://github.com/spring-projects/spring-data-ldap)
10911091
* Spring Expression Language (SpEL):
1092-
- org.springframework:spring-expression:5.3.22 (https://github.com/spring-projects/spring-framework)
1092+
- org.springframework:spring-expression:5.3.25 (https://github.com/spring-projects/spring-framework)
10931093
* Spring JDBC:
1094-
- org.springframework:spring-jdbc:5.3.22 (https://github.com/spring-projects/spring-framework)
1094+
- org.springframework:spring-jdbc:5.3.25 (https://github.com/spring-projects/spring-framework)
10951095
* Spring Object/Relational Mapping:
1096-
- org.springframework:spring-orm:5.3.22 (https://github.com/spring-projects/spring-framework)
1096+
- org.springframework:spring-orm:5.3.25 (https://github.com/spring-projects/spring-framework)
10971097
* Spring Transaction:
1098-
- org.springframework:spring-tx:5.3.22 (https://github.com/spring-projects/spring-framework)
1098+
- org.springframework:spring-tx:5.3.25 (https://github.com/spring-projects/spring-framework)
10991099
* Spring Web:
1100-
- org.springframework:spring-web:5.3.22 (https://github.com/spring-projects/spring-framework)
1100+
- org.springframework:spring-web:5.3.25 (https://github.com/spring-projects/spring-framework)
11011101
* Spring Web MVC:
1102-
- org.springframework:spring-webmvc:5.3.22 (https://github.com/spring-projects/spring-framework)
1102+
- org.springframework:spring-webmvc:5.3.25 (https://github.com/spring-projects/spring-framework)
11031103
* Springloaded:
11041104
- org.springframework:springloaded:1.2.6.RELEASE (https://github.com/spring-projects/spring-loaded)
11051105
* StAX API:
@@ -1246,25 +1246,25 @@ The Apache Software License, Version 2.0
12461246
* spark-dpp:
12471247
- org.apache.doris:spark-dpp:0.15-SNAPSHOT (https://doris.apache.org/spark-dpp/)
12481248
* spring-boot:
1249-
- org.springframework.boot:spring-boot:2.7.3 (https://spring.io/projects/spring-boot)
1249+
- org.springframework.boot:spring-boot:2.7.8 (https://spring.io/projects/spring-boot)
12501250
* spring-boot-autoconfigure:
1251-
- org.springframework.boot:spring-boot-autoconfigure:2.7.3 (https://spring.io/projects/spring-boot)
1251+
- org.springframework.boot:spring-boot-autoconfigure:2.7.8 (https://spring.io/projects/spring-boot)
12521252
* spring-boot-configuration-processor:
1253-
- org.springframework.boot:spring-boot-configuration-processor:2.7.3 (https://spring.io/projects/spring-boot)
1253+
- org.springframework.boot:spring-boot-configuration-processor:2.7.8 (https://spring.io/projects/spring-boot)
12541254
* spring-boot-devtools:
1255-
- org.springframework.boot:spring-boot-devtools:2.7.3 (https://spring.io/projects/spring-boot)
1255+
- org.springframework.boot:spring-boot-devtools:2.7.8 (https://spring.io/projects/spring-boot)
12561256
* spring-boot-starter:
1257-
- org.springframework.boot:spring-boot-starter:2.7.3 (https://spring.io/projects/spring-boot)
1257+
- org.springframework.boot:spring-boot-starter:2.7.8 (https://spring.io/projects/spring-boot)
12581258
* spring-boot-starter-data-ldap:
1259-
- org.springframework.boot:spring-boot-starter-data-ldap:2.7.3 (https://spring.io/projects/spring-boot)
1259+
- org.springframework.boot:spring-boot-starter-data-ldap:2.7.8 (https://spring.io/projects/spring-boot)
12601260
* spring-boot-starter-jetty:
1261-
- org.springframework.boot:spring-boot-starter-jetty:2.7.3 (https://spring.io/projects/spring-boot)
1261+
- org.springframework.boot:spring-boot-starter-jetty:2.7.8 (https://spring.io/projects/spring-boot)
12621262
* spring-boot-starter-json:
1263-
- org.springframework.boot:spring-boot-starter-json:2.6.6 (https://spring.io/projects/spring-boot)
1263+
- org.springframework.boot:spring-boot-starter-json:2.7.8 (https://spring.io/projects/spring-boot)
12641264
* spring-boot-starter-logging:
1265-
- org.springframework.boot:spring-boot-starter-logging:2.7.3 (https://spring.io/projects/spring-boot)
1265+
- org.springframework.boot:spring-boot-starter-logging:2.7.8 (https://spring.io/projects/spring-boot)
12661266
* spring-boot-starter-web:
1267-
- org.springframework.boot:spring-boot-starter-web:2.7.3 (https://spring.io/projects/spring-boot)
1267+
- org.springframework.boot:spring-boot-starter-web:2.7.8 (https://spring.io/projects/spring-boot)
12681268
* spring-ldap-core:
12691269
- org.springframework.ldap:spring-ldap-core:2.4.1.RELEASE (https://www.springframework.org/ldap)
12701270
* stream-lib:

fe/fe-core/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ under the License.
7777
<dependency>
7878
<groupId>org.springframework.boot</groupId>
7979
<artifactId>spring-boot-dependencies</artifactId>
80-
<version>2.7.3</version>
80+
<version>${spring.version}</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>
@@ -318,11 +318,7 @@ under the License.
318318
<groupId>com.fasterxml.jackson.core</groupId>
319319
<artifactId>jackson-annotations</artifactId>
320320
</dependency>
321-
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
322-
<dependency>
323-
<groupId>com.fasterxml.jackson.core</groupId>
324-
<artifactId>jackson-databind</artifactId>
325-
</dependency>
321+
326322
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml -->
327323
<dependency>
328324
<groupId>com.fasterxml.jackson.dataformat</groupId>
@@ -496,6 +492,7 @@ under the License.
496492
<groupId>com.amazonaws</groupId>
497493
<artifactId>aws-java-sdk-dynamodb</artifactId>
498494
</dependency>
495+
499496
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
500497
<dependency>
501498
<groupId>org.springframework.boot</groupId>
@@ -840,6 +837,7 @@ under the License.
840837
<!--<outputDirectory>src/main/java</outputDirectory>-->
841838
</configuration>
842839
</plugin>
840+
843841
<!--jflex-->
844842
<plugin>
845843
<groupId>de.jflex</groupId>

fe/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ under the License.
243243
<joda.version>2.8.1</joda.version>
244244
<revision>1.2-SNAPSHOT</revision>
245245
<project.scm.id>github</project.scm.id>
246+
<spring.version>2.7.8</spring.version>
246247
</properties>
247248
<profiles>
248249
<!-- for custom internal repository -->

0 commit comments

Comments
 (0)