Skip to content

Commit b6c84be

Browse files
authored
Merge pull request #177 from nhaarman/update-dependencies
Update dependencies
2 parents acd5fbb + 5246ea7 commit b6c84be

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ language: java
44

55
matrix:
66
include:
7-
- jdk: oraclejdk7
7+
- jdk: oraclejdk8
88
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.0.7
9-
- jdk: oraclejdk7
10-
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.1
9+
- jdk: oraclejdk8
10+
env: TERM=dumb MOCK_MAKER=mock-maker-inline KOTLIN_VERSION=1.1.2-4
1111
- jdk: oraclejdk8
1212
env: TERM=dumb KOTLIN_VERSION=1.0.7
1313
- jdk: oraclejdk8
14-
env: TERM=dumb KOTLIN_VERSION=1.1.1
14+
env: TERM=dumb KOTLIN_VERSION=1.1.2-4
1515

1616

1717
env:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.github.ben-manes.versions' version '0.14.0'
2+
id 'com.github.ben-manes.versions' version '0.15.0'
33
}
44

55
apply from: 'gradle/scripts/tagging.gradle'

mockito-kotlin/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ buildscript {
88
repositories {
99
mavenCentral()
1010
jcenter()
11-
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
1211
}
1312

1413
dependencies {
1514
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
16-
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.13"
15+
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.14"
1716
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
1817
classpath "com.github.dcendents:android-maven-gradle-plugin:1.5"
1918
}
@@ -22,13 +21,12 @@ buildscript {
2221
repositories {
2322
mavenCentral()
2423
jcenter()
25-
maven { url 'http://dl.bintray.com/kotlin/kotlin-eap-1.1' }
2624
}
2725

2826
dependencies {
2927
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3028
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
31-
compile "org.mockito:mockito-core:2.7.21"
29+
compile "org.mockito:mockito-core:2.8.9"
3230

3331
/* Tests */
3432
testCompile "junit:junit:4.12"

0 commit comments

Comments
 (0)