File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.8.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply from: '../gradle/publishing.gradle'
3
3
apply plugin : ' org.jetbrains.dokka'
4
4
5
5
buildscript {
6
- ext. kotlin_version = " 1.3.50 "
6
+ ext. kotlin_version = " 1.4.20 "
7
7
8
8
repositories {
9
9
mavenCentral()
@@ -23,9 +23,9 @@ dependencies {
23
23
compileOnly " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
24
24
compileOnly ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.0.0'
25
25
26
- compile " org.mockito:mockito-core:4.0.0 "
26
+ compile " org.mockito:mockito-core:4.5.1 "
27
27
28
- testCompile ' junit:junit:4.12 '
28
+ testCompile ' junit:junit:4.13.2 '
29
29
testCompile ' com.nhaarman:expect.kt:1.0.1'
30
30
31
31
testCompile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = System . getenv(" KOTLIN_VERSION" ) ?: ' 1.3.50 '
2
+ ext. kotlin_version = System . getenv(" KOTLIN_VERSION" ) ?: ' 1.4.20 '
3
3
println " $project uses Kotlin $kotlin_version "
4
4
5
5
repositories {
@@ -21,8 +21,8 @@ dependencies {
21
21
compile files(" ${ rootProject.projectDir} /mockito-kotlin/build/libs/mockito-kotlin-${ version} .jar" )
22
22
23
23
compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
24
- compile " org.mockito:mockito-core:4.0.0 "
24
+ compile " org.mockito:mockito-core:4.5.1 "
25
25
26
- testCompile " junit:junit:4.12 "
26
+ testCompile ' junit:junit:4.13.2 '
27
27
testCompile " com.nhaarman:expect.kt:1.0.1"
28
28
}
You can’t perform that action at this time.
0 commit comments