Skip to content
Permalink
Browse files Browse the repository at this point in the history
Fix some http vulnerabilities
  • Loading branch information
pakoito committed Feb 19, 2019
1 parent b789243 commit 74198da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -39,7 +39,7 @@ buildscript {
url "https://plugins.gradle.org/m2/"
}
jcenter()
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
maven { url "https://dl.bintray.com/jetbrains/markdown/" }
maven { url "https://dl.bintray.com/arrow-kt/arrow-kt/" }
}
Expand Down Expand Up @@ -69,8 +69,8 @@ allprojects {
repositories {
jcenter()
maven { url 'https://kotlin.bintray.com/kotlinx' }
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
maven { url "http://dl.bintray.com/arrow-kt/arrow-kt" }
maven { url "https://dl.bintray.com/kotlin/kotlin-dev" }
maven { url "https://dl.bintray.com/arrow-kt/arrow-kt" }
maven { url "https://dl.bintray.com/jetbrains/markdown/" }
}
}
Expand Down Expand Up @@ -252,4 +252,4 @@ dependencyUpdates {

task checkDependenciesVersion {
dependsOn dependencyUpdates
}
}

0 comments on commit 74198da

Please sign in to comment.