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/25 12:33:45 UTC

[incubator-inlong] branch master updated: [INLONG-3940][Manager] Bump spring-core from 5.3.18 to 5.3.19 (#3891)

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 c40a75403 [INLONG-3940][Manager] Bump spring-core from 5.3.18 to 5.3.19 (#3891)
c40a75403 is described below

commit c40a75403a956ff78e3de13265bfae137eb9203e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 25 20:33:39 2022 +0800

    [INLONG-3940][Manager] Bump spring-core from 5.3.18 to 5.3.19 (#3891)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e6bcb3aa8..494473ce3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
         <okhttp.version>3.14.9</okhttp.version>
 
         <spring.boot.version>2.6.6</spring.boot.version>
-        <spring.version>5.3.18</spring.version>
+        <spring.version>5.3.19</spring.version>
         <spring.autoconfigure.version>2.4.3</spring.autoconfigure.version>
         <spring.plugin.version>2.6.6</spring.plugin.version>
         <spring.fox.version>3.0.0</spring.fox.version>