File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
- maven { url " http ://repo.springsource.org /plugins-release" }
3
+ maven { url " https ://repo.spring.io /plugins-release" }
4
4
}
5
5
dependencies {
6
6
classpath(" org.springframework.build.gradle:propdeps-plugin:0.0.7" )
@@ -19,7 +19,7 @@ configure(allprojects) { project ->
19
19
group = " org.springframework"
20
20
version = qualifyVersionIfNecessary(version)
21
21
22
- ext. aspectjVersion = " 1.8.3 "
22
+ ext. aspectjVersion = " 1.8.4 "
23
23
ext. eclipseLinkVersion = " 2.4.2"
24
24
ext. groovyVersion = " 1.8.9"
25
25
ext. hibernate3Version = " 3.6.10.Final"
@@ -85,7 +85,7 @@ configure(allprojects) { project ->
85
85
}
86
86
87
87
repositories {
88
- maven { url " http ://repo.spring.io/libs-release" }
88
+ maven { url " https ://repo.spring.io/libs-release" }
89
89
}
90
90
91
91
dependencies {
You can’t perform that action at this time.
0 commit comments