This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new eed4908 [chore](deps) upgrade spring to 2.6.2 to 2.6.6 (#8802) eed4908 is described below commit eed4908790ca8438c2bd31fb0fc8defbfe917187 Author: jiafeng.zhang <zhang...@gmail.com> AuthorDate: Sun Apr 3 10:52:31 2022 +0800 [chore](deps) upgrade spring to 2.6.2 to 2.6.6 (#8802) --- dist/LICENSE-dist.txt | 21 +++++++++++---------- fe/fe-core/pom.xml | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/dist/LICENSE-dist.txt b/dist/LICENSE-dist.txt index 913b698..67ef813 100644 --- a/dist/LICENSE-dist.txt +++ b/dist/LICENSE-dist.txt @@ -200,6 +200,7 @@ See the License for the specific language governing permissions and limitations under the License. + -------------------------------------------------------------------------------- be/src/common/status.* : BSD-style license @@ -1239,25 +1240,25 @@ The Apache Software License, Version 2.0 * spark-dpp: - org.apache.doris:spark-dpp:0.15-SNAPSHOT (https://doris.apache.org/spark-dpp/) * spring-boot: - - org.springframework.boot:spring-boot:2.6.2 (https://spring.io/projects/spring-boot) + - org.springframework.boot:spring-boot:2.6.6 (https://spring.io/projects/spring-boot) * spring-boot-autoconfigure: - - org.springframework.boot:spring-boot-autoconfigure:2.6.2 (https://spring.io/projects/spring-boot) + - org.springframework.boot:spring-boot-autoconfigure:2.6.6 (https://spring.io/projects/spring-boot) * spring-boot-configuration-processor: - - org.springframework.boot:spring-boot-configuration-processor:2.6.2 (https://spring.io/projects/spring-boot) + - org.springframework.boot:spring-boot-configuration-processor:2.6.6 (https://spring.io/projects/spring-boot) * spring-boot-devtools: - - org.springframework.boot:spring-boot-devtools:2.6.2 (https://spring.io/projects/spring-boot) + - org.springframework.boot:spring-boot-devtools:2.6.6 (https://spring.io/projects/spring-boot) * spring-boot-starter: - - org.springframework.boot:spring-boot-starter:2.6.2 (https://spring.io/projects/spring-boot) + - org.springframework.boot:spring-boot-starter:2.6.6 (https://spring.io/projects/spring-boot) * spring-boot-starter-data-ldap: - - org.springframework.boot:spring-boot-starter-data-ldap:2.6.2 (https://spring.io/projects/spring-boot) + - org.springframework.boot:spring-boot-starter-data-ldap:2.6.6 (https://spring.io/projects/spring-boot) * spring-boot-starter-jetty: - - org.springframework.boot:spring-boot-starter-jetty:2.6.2 (https://spring.io/projects/spring-boot) + - org.springframework.boot:spring-boot-starter-jetty:2.6.6 (https://spring.io/projects/spring-boot) * spring-boot-starter-json: - - org.springframework.boot:spring-boot-starter-json:2.6.2 (https://spring.io/projects/spring-boot) + - org.springframework.boot:spring-boot-starter-json:2.6.6 (https://spring.io/projects/spring-boot) * spring-boot-starter-logging: - - org.springframework.boot:spring-boot-starter-logging:2.6.2 (https://spring.io/projects/spring-boot) + - org.springframework.boot:spring-boot-starter-logging:2.6.6 (https://spring.io/projects/spring-boot) * spring-boot-starter-web: - - org.springframework.boot:spring-boot-starter-web:2.6.2 (https://spring.io/projects/spring-boot) + - org.springframework.boot:spring-boot-starter-web:2.6.6 (https://spring.io/projects/spring-boot) * spring-ldap-core: - org.springframework.ldap:spring-ldap-core:2.3.5.RELEASE (https://www.springframework.org/ldap) * stream-lib: diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index 7a8fe89..2765ee9 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -63,7 +63,7 @@ under the License. <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>2.6.2</version> + <version>2.6.6</version> <type>pom</type> <scope>import</scope> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org