You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/04/08 12:27:16 UTC

[incubator-inlong] branch master updated: [INLONG-3534][Manager] Bump spring-boot-starter-web from 2.4.3 to 2.5.12 (#3531)

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

healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e47a4c39 [INLONG-3534][Manager] Bump spring-boot-starter-web from 2.4.3 to 2.5.12 (#3531)
7e47a4c39 is described below

commit 7e47a4c39a9319d1870c44496d328d8ec6cdfb5b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 8 20:27:11 2022 +0800

    [INLONG-3534][Manager] Bump spring-boot-starter-web from 2.4.3 to 2.5.12 (#3531)
---
 inlong-manager/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-manager/pom.xml b/inlong-manager/pom.xml
index f5e3690c2..7a630e503 100644
--- a/inlong-manager/pom.xml
+++ b/inlong-manager/pom.xml
@@ -46,7 +46,7 @@
     <properties>
         <java.version>1.8</java.version>
         <java.compile.version>1.8</java.compile.version>
-        <spring-boot.version>2.4.3</spring-boot.version>
+        <spring-boot.version>2.5.12</spring-boot.version>
         <springframework.version>5.3.4</springframework.version>
         <mybatis.version>3.5.6</mybatis.version>
         <mybatis.starter.version>2.1.0</mybatis.starter.version>