Browse Source

Update to Spring Data Redis 1.8.23.RELEASE

Fixes gh-7945
Rob Winch 5 năm trước cách đây
mục cha
commit
8fd5cca501
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gradle/javaprojects.gradle

+ 1 - 1
gradle/javaprojects.gradle

@@ -34,7 +34,7 @@ ext.slf4jVersion = '1.7.25'
 ext.spockVersion = '0.7-groovy-2.0'
 ext.springDataCommonsVersion = '1.13.23.RELEASE'
 ext.springDataJpaVersion = '1.11.23.RELEASE'
-ext.springDataRedisVersion = '1.8.20.RELEASE'
+ext.springDataRedisVersion = '1.8.23.RELEASE'
 ext.springSessionVersion = '1.3.4.RELEASE'
 ext.springBootVersion = '1.5.16.RELEASE'
 ext.thymeleafVersion = '3.0.9.RELEASE'