Skip to content

Commit 493e846

Browse files
bclozeljhoeller
authored andcommitted
Use https for maven repositories
(cherry picked from commit 44ff143)
1 parent 6d3a0d5 commit 493e846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories {
3-
maven { url "http://repo.springsource.org/plugins-release" }
3+
maven { url "https://repo.spring.io/plugins-release" }
44
}
55
dependencies {
66
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.7")
@@ -19,7 +19,7 @@ configure(allprojects) { project ->
1919
group = "org.springframework"
2020
version = qualifyVersionIfNecessary(version)
2121

22-
ext.aspectjVersion = "1.8.3"
22+
ext.aspectjVersion = "1.8.4"
2323
ext.eclipseLinkVersion = "2.4.2"
2424
ext.groovyVersion = "1.8.9"
2525
ext.hibernate3Version = "3.6.10.Final"
@@ -85,7 +85,7 @@ configure(allprojects) { project ->
8585
}
8686

8787
repositories {
88-
maven { url "http://repo.spring.io/libs-release" }
88+
maven { url "https://repo.spring.io/libs-release" }
8989
}
9090

9191
dependencies {

0 commit comments

Comments
 (0)