This is an automated email from the ASF dual-hosted git repository. yangzhg 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 974a894 Update Spring version to fix CVE-2020-5421 (#7023) 974a894 is described below commit 974a8946887722c20239106e4046ed6d4abb64b9 Author: zh0122 <zh0...@gmail.com> AuthorDate: Sat Nov 6 13:29:24 2021 +0800 Update Spring version to fix CVE-2020-5421 (#7023) --- fe/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/pom.xml b/fe/pom.xml index 453a444..31d14d8 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -40,7 +40,7 @@ under the License. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.2.0.RELEASE</version> + <version>2.2.13.RELEASE</version> </parent> <properties> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org