spring min version updated to 4.1

pull/2485/head
Nikita Koksharov 5 years ago
parent 5ba0601f3d
commit acb6545750

@ -63,7 +63,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>[3.1,6.0)</version>
<version>[4.1,6.0)</version>
<scope>test</scope>
</dependency>

@ -151,13 +151,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>[3.1,)</version>
<version>[4.1,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>[3.1,)</version>
<version>[4.1,)</version>
<scope>test</scope>
</dependency>
@ -271,21 +271,21 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>[3.1,)</version>
<version>[4.1,)</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>[3.1,)</version>
<version>[4.1,)</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>[3.1,)</version>
<version>[4.1,)</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
@ -293,7 +293,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>[3.1,)</version>
<version>[4.1,)</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

Loading…
Cancel
Save