File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ description = 'Spring Data Redis'
17
17
group = ' org.springframework.data'
18
18
19
19
repositories {
20
- maven { url " https://repo.spring.io/libs-snapshot " }
20
+ maven { url " https://repo.spring.io/libs-release " }
21
21
maven { url " https://repo.spring.io/plugins-release" }
22
22
mavenCentral()
23
23
jcenter()
Original file line number Diff line number Diff line change 1
- slf4jVersion =1.7.5
2
- junitVersion =4.11
1
+ slf4jVersion =1.7.10
2
+ junitVersion =4.12
3
3
jredisVersion =06052013
4
4
jedisVersion =2.6.2
5
5
springVersion =4.0.9.RELEASE
6
- springDataBuildVersion =1.6.0.BUILD-SNAPSHOT
6
+ springDataBuildVersion =1.6.0.RELEASE
7
7
log4jVersion =1.2.17
8
8
version =1.5.0.BUILD-SNAPSHOT
9
9
srpVersion =0.7
10
10
jacksonVersion =1.8.8
11
- fasterXmlJacksonVersion =2.2.0
12
- fasterXmlJacksonDatabindVersion =2.2.2
11
+ fasterXmlJacksonVersion =2.5.1
12
+ fasterXmlJacksonDatabindVersion =2.5.1
13
13
lettuceVersion =2.3.3
14
- mockitoVersion =1.9.5
14
+ mockitoVersion =1.10.19
You can’t perform that action at this time.
0 commit comments