You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/10/28 04:10:15 UTC

[shardingsphere-elasticjob] branch master updated: Specify highest version of Spring Framework in dependencyManagement (#1668)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 236ed9f  Specify highest version of Spring Framework in dependencyManagement (#1668)
236ed9f is described below

commit 236ed9fe245afd00cd595939e36064865e03616b
Author: 吴伟杰 <ro...@me.com>
AuthorDate: Wed Oct 28 12:10:05 2020 +0800

    Specify highest version of Spring Framework in dependencyManagement (#1668)
---
 elasticjob-lite/elasticjob-lite-spring/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elasticjob-lite/elasticjob-lite-spring/pom.xml b/elasticjob-lite/elasticjob-lite-spring/pom.xml
index 5fd8f77..32d58b9 100644
--- a/elasticjob-lite/elasticjob-lite-spring/pom.xml
+++ b/elasticjob-lite/elasticjob-lite-spring/pom.xml
@@ -34,7 +34,7 @@
 
     <properties>
         <springboot.version>2.3.1.RELEASE</springboot.version>
-        <springframework.version>[3.1.0.RELEASE,)</springframework.version>
+        <springframework.version>[3.1.0.RELEASE,5.2.7.RELEASE]</springframework.version>
     </properties>
 
     <dependencyManagement>