From acb6545750dafb73061bf0cd11cb2209c4481295 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sat, 7 Dec 2019 14:05:57 +0300 Subject: [PATCH] spring min version updated to 4.1 --- redisson-spring-data/pom.xml | 2 +- redisson/pom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/redisson-spring-data/pom.xml b/redisson-spring-data/pom.xml index 530523b77..60cf97600 100644 --- a/redisson-spring-data/pom.xml +++ b/redisson-spring-data/pom.xml @@ -63,7 +63,7 @@ org.springframework spring-test - [3.1,6.0) + [4.1,6.0) test diff --git a/redisson/pom.xml b/redisson/pom.xml index e484826b7..433f76675 100644 --- a/redisson/pom.xml +++ b/redisson/pom.xml @@ -151,13 +151,13 @@ org.springframework spring-test - [3.1,) + [4.1,) test org.springframework spring-webflux - [3.1,) + [4.1,) test @@ -271,21 +271,21 @@ org.springframework spring-context - [3.1,) + [4.1,) provided true org.springframework spring-context-support - [3.1,) + [4.1,) provided true org.springframework spring-web - [3.1,) + [4.1,) provided true @@ -293,7 +293,7 @@ org.springframework spring-tx - [3.1,) + [4.1,) provided true