Skip to content

Commit 8380e14

Browse files
authored
Merge pull request #140 from nhaarman/update-dependencies
Update dependencies
2 parents 327d431 + a1ea33b commit 8380e14

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ language: java
55
matrix:
66
include:
77
- jdk: oraclejdk7
8-
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5-2
8+
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.5-3
99
- jdk: oraclejdk7
1010
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1-M03
1111
- jdk: oraclejdk8
12-
env: TERM=dumb KOTLIN_VERSION=1.0.5-2
12+
env: TERM=dumb KOTLIN_VERSION=1.0.5-3
1313
- jdk: oraclejdk8
1414
env: TERM=dumb KOTLIN_VERSION=1.1-M03
1515

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-all.zip

mockito-kotlin/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply from: './publishing.gradle'
33
apply plugin: 'org.jetbrains.dokka'
44

55
buildscript {
6-
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.0.5-2'
6+
ext.kotlin_version = System.getenv("KOTLIN_VERSION") ?: '1.0.5-3'
77

88
repositories {
99
mavenCentral()
@@ -13,7 +13,7 @@ buildscript {
1313

1414
dependencies {
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
16-
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.10"
16+
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.11"
1717
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
1818
classpath "com.github.dcendents:android-maven-gradle-plugin:1.5"
1919
}
@@ -28,7 +28,7 @@ repositories {
2828
dependencies {
2929
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3030
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
31-
compile "org.mockito:mockito-core:2.2.28"
31+
compile "org.mockito:mockito-core:2.3.9"
3232

3333
/* Tests */
3434
testCompile "junit:junit:4.12"

0 commit comments

Comments
 (0)