File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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-milestone " }
21
21
maven { url " https://repo.spring.io/plugins-release" }
22
22
maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
23
23
mavenCentral()
@@ -41,7 +41,7 @@ if (project.hasProperty('platformVersion')) {
41
41
apply plugin : ' spring-io'
42
42
43
43
repositories {
44
- maven { url " https://repo.spring.io/libs-snapshot " }
44
+ maven { url " https://repo.spring.io/libs-milestone " }
45
45
}
46
46
47
47
dependencyManagement {
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ slf4jVersion=1.7.12
2
2
junitVersion =4.12
3
3
jredisVersion =06052013
4
4
jedisVersion =2.7.3
5
- springVersion =4.1.6 .RELEASE
6
- springDataBuildVersion =1.7.0.BUILD-SNAPSHOT
5
+ springVersion =4.1.7 .RELEASE
6
+ springDataBuildVersion =1.7.0.RC1
7
7
log4jVersion =1.2.17
8
8
version =1.6.0.BUILD-SNAPSHOT
9
9
srpVersion =0.7
10
10
jacksonVersion =1.8.8
11
- fasterXmlJacksonVersion =2.5.1
12
- fasterXmlJacksonDatabindVersion =2.5.1
11
+ fasterXmlJacksonVersion =2.6.0
12
+ fasterXmlJacksonDatabindVersion =2.6.0
13
13
lettuceVersion =3.2.Final
14
14
mockitoVersion =1.10.19
You can’t perform that action at this time.
0 commit comments